|
Open CASCADE Technology
6.7.1
|
#include <Aspect_ColorPixel.hxx>
Public Member Functions | |
| Aspect_ColorPixel () | |
| Aspect_ColorPixel (const Quantity_Color &aColor) | |
| const Quantity_Color & | Value () const |
| void | SetValue (const Quantity_Color &aColor) |
| void | Print (Standard_OStream &s) const |
| Prints the contents of <me> on the stream <s> More... | |
| Standard_Integer | HashCode (const Standard_Integer Upper) const |
| Returns a hashed value denoting <me>. This value is in the range 1..<Upper>. More... | |
| Standard_Boolean | IsEqual (const Aspect_ColorPixel &Other) const |
| Standard_Boolean | operator== (const Aspect_ColorPixel &Other) const |
| Standard_Boolean | IsNotEqual (const Aspect_ColorPixel &Other) const |
| Standard_Boolean | operator!= (const Aspect_ColorPixel &Other) const |
| const Quantity_Color & | _CSFDB_GetAspect_ColorPixelmyColor () const |
Additional Inherited Members | |
Protected Member Functions inherited from Aspect_Pixel | |
| Aspect_Pixel () | |
| Aspect_ColorPixel::Aspect_ColorPixel | ( | ) |
| Aspect_ColorPixel::Aspect_ColorPixel | ( | const Quantity_Color & | aColor | ) |
|
inline |
| Standard_Integer Aspect_ColorPixel::HashCode | ( | const Standard_Integer | Upper | ) | const |
Returns a hashed value denoting <me>. This value is in
the range 1..<Upper>.
| Standard_Boolean Aspect_ColorPixel::IsEqual | ( | const Aspect_ColorPixel & | Other | ) | const |
| Standard_Boolean Aspect_ColorPixel::IsNotEqual | ( | const Aspect_ColorPixel & | Other | ) | const |
|
inline |
|
inline |
|
virtual |
Prints the contents of <me> on the stream <s>
Implements Aspect_Pixel.
| void Aspect_ColorPixel::SetValue | ( | const Quantity_Color & | aColor | ) |
| const Quantity_Color& Aspect_ColorPixel::Value | ( | ) | const |
1.8.5