#include <WNT_ColorTable.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | WNT_ColorTable (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | WNT_ColorTable (const WNT_ColorRef &Item, const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT void | Init (const WNT_ColorRef &V) |
Standard_EXPORT void | Destroy () |
~WNT_ColorTable () | |
Standard_Boolean | IsAllocated () const |
Standard_EXPORT const WNT_ColorTable & | Assign (const WNT_ColorTable &Other) |
const WNT_ColorTable & | operator= (const WNT_ColorTable &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const WNT_ColorRef &Value) |
const WNT_ColorRef & | Value (const Standard_Integer Index) const |
const WNT_ColorRef & | operator() (const Standard_Integer Index) const |
WNT_ColorRef & | ChangeValue (const Standard_Integer Index) |
WNT_ColorRef & | operator() (const Standard_Integer Index) |
Private Member Functions | |
Standard_EXPORT | WNT_ColorTable (const WNT_ColorTable &AnArray) |
Private Attributes | |
Standard_Integer | myLowerBound |
Standard_Integer | myUpperBound |
Standard_Address | myStart |
Standard_Boolean | isAllocated |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|