|
Open CASCADE Technology 6.5.2
|
#include <Aspect_IndexPixel.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Aspect_IndexPixel () | |
| Aspect_IndexPixel (const Standard_Integer anIndex) | |
| Standard_Integer | Value () const |
| void | SetValue (const Standard_Integer anIndex) |
| Standard_Integer | HashCode (const Standard_Integer Upper) const |
| Returns a hashed value denoting <me>. This value is in the range 1..<Upper>. | |
| void | Print (Standard_OStream &s) const |
| Prints the contents of <me> on the stream <s> | |
| Standard_Boolean | IsEqual (const Aspect_IndexPixel &Other) const |
| Standard_Boolean | operator== (const Aspect_IndexPixel &Other) const |
| 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) |
| Aspect_IndexPixel::Aspect_IndexPixel | ( | ) |
| Aspect_IndexPixel::Aspect_IndexPixel | ( | const Standard_Integer | anIndex | ) |
| Standard_Integer Aspect_IndexPixel::_CSFDB_GetAspect_IndexPixelmyIndex | ( | ) | const [inline] |
| void Aspect_IndexPixel::_CSFDB_SetAspect_IndexPixelmyIndex | ( | const Standard_Integer | p | ) | [inline] |
| Standard_Integer Aspect_IndexPixel::HashCode | ( | const Standard_Integer | Upper | ) | const |
| Standard_Boolean Aspect_IndexPixel::IsEqual | ( | const Aspect_IndexPixel & | Other | ) | const |
| Standard_Boolean Aspect_IndexPixel::IsNotEqual | ( | const Aspect_IndexPixel & | Other | ) | const |
| void Aspect_IndexPixel::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from Aspect_Pixel.
| void* Aspect_IndexPixel::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from Aspect_Pixel.
| void* Aspect_IndexPixel::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from Aspect_Pixel.
| Standard_Boolean Aspect_IndexPixel::operator!= | ( | const Aspect_IndexPixel & | Other | ) | const [inline] |
| Standard_Boolean Aspect_IndexPixel::operator== | ( | const Aspect_IndexPixel & | Other | ) | const [inline] |
| void Aspect_IndexPixel::Print | ( | Standard_OStream & | s | ) | const [virtual] |
Implements Aspect_Pixel.
| void Aspect_IndexPixel::SetValue | ( | const Standard_Integer | anIndex | ) |
| Standard_Integer Aspect_IndexPixel::Value | ( | ) | const |
1.7.4