Open CASCADE Technology 6.5.2
Public Member Functions | Protected Member Functions | Friends
Aspect_Pixel Class Reference

This class defines a Pixel.

#include <Aspect_Pixel.hxx>

Inheritance diagram for Aspect_Pixel:
Inheritance graph
[legend]

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_OStreamoperator<< (Standard_OStream &, const Aspect_Pixel &)

Constructor & Destructor Documentation

Aspect_Pixel::Aspect_Pixel ( ) [protected]

Member Function Documentation

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.


Friends And Related Function Documentation

Standard_OStream& operator<< ( Standard_OStream ,
const Aspect_Pixel  
) [friend]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines