#include <Aspect_IndexPixel.hxx>
Inheritance diagram for Aspect_IndexPixel:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Aspect_IndexPixel () |
Standard_EXPORT | Aspect_IndexPixel (const Standard_Integer anIndex) |
Standard_EXPORT Standard_Integer | Value () const |
Standard_EXPORT void | SetValue (const Standard_Integer anIndex) |
Standard_EXPORT Standard_Integer | HashCode (const Standard_Integer Upper) const |
Returns a hashed value denoting <me>. This value is in the range 1..<upper>. . | |
Standard_EXPORT void | Print (Standard_OStream &s) const |
Prints the contents of <me> on the stream <s> . | |
Standard_EXPORT Standard_Boolean | IsEqual (const Aspect_IndexPixel &Other) const |
Standard_Boolean | operator== (const Aspect_IndexPixel &Other) const |
Standard_EXPORT Standard_Boolean | IsNotEqual (const Aspect_IndexPixel &Other) const |
Standard_Boolean | operator!= (const Aspect_IndexPixel &Other) const |
Standard_Integer | _CSFDB_GetAspect_IndexPixelmyIndex () const |
void | _CSFDB_SetAspect_IndexPixelmyIndex (const Standard_Integer p) |
Private Attributes | |
Standard_Integer | myIndex |
Friends | |
Standard_EXPORT friend Handle_Standard_Type & | Aspect_IndexPixel_Type_ () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Aspect_Pixel. |
|
Reimplemented from Aspect_Pixel. |
|
Reimplemented from Aspect_Pixel. |
|
|
|
|
|
Implements Aspect_Pixel. |
|
|
|
|
|
|
|
|