#include <Aspect_ColorPixel.hxx>
Inheritance diagram for Aspect_ColorPixel:
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Aspect_ColorPixel () |
| Standard_EXPORT | Aspect_ColorPixel (const Quantity_Color &aColor) |
| Standard_EXPORT const Quantity_Color & | Value () const |
| Standard_EXPORT void | SetValue (const Quantity_Color &aColor) |
| Standard_EXPORT void | Print (Standard_OStream &s) const |
| Prints the contents of <me> on the stream <s> . | |
| 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 Standard_Boolean | IsEqual (const Aspect_ColorPixel &Other) const |
| Standard_Boolean | operator== (const Aspect_ColorPixel &Other) const |
| Standard_EXPORT Standard_Boolean | IsNotEqual (const Aspect_ColorPixel &Other) const |
| Standard_Boolean | operator!= (const Aspect_ColorPixel &Other) const |
| const Quantity_Color & | _CSFDB_GetAspect_ColorPixelmyColor () const |
Private Attributes | |
| Quantity_Color | myColor |
Friends | |
| Standard_EXPORT friend Handle_Standard_Type & | Aspect_ColorPixel_Type_ () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Aspect_Pixel. |
|
|
Reimplemented from Aspect_Pixel. |
|
||||||||||||
|
Reimplemented from Aspect_Pixel. |
|
|
|
|
|
|
|
|
Implements Aspect_Pixel. |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1