|
Open CASCADE Technology 6.5.2
|
This class defines a Pixel.
#include <Aspect_Pixel.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| virtual void | Print (Standard_OStream &s) const =0 |
| Prints the contents of <me> on the stream <s> | |
Protected Member Functions | |
| Aspect_Pixel () | |
Friends | |
| Standard_OStream & | operator<< (Standard_OStream &, const Aspect_Pixel &) |
| Aspect_Pixel::Aspect_Pixel | ( | ) | [protected] |
| void Aspect_Pixel::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented in Aspect_IndexPixel, and Aspect_ColorPixel.
| void* Aspect_Pixel::operator new | ( | size_t | size | ) | [inline] |
Reimplemented in Aspect_IndexPixel, and Aspect_ColorPixel.
| void* Aspect_Pixel::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented in Aspect_IndexPixel, and Aspect_ColorPixel.
| virtual void Aspect_Pixel::Print | ( | Standard_OStream & | s | ) | const [pure virtual] |
Implemented in Aspect_IndexPixel, and Aspect_ColorPixel.
| Standard_OStream& operator<< | ( | Standard_OStream & | , |
| const Aspect_Pixel & | |||
| ) | [friend] |
1.7.4