#include <Graphic3d_VertexC.hxx>
Inheritance diagram for Graphic3d_VertexC:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Graphic3d_VertexC () |
Constructs an empty point . | |
Standard_EXPORT | Graphic3d_VertexC (const Standard_Real AX, const Standard_Real AY, const Standard_Real AZ, const Quantity_Color &AColor) |
Creates a point with coordinates <ax>, <ay>, <az> and with colour <acolor>. . | |
Standard_EXPORT | Graphic3d_VertexC (const Graphic3d_Vertex &APoint, const Quantity_Color &AColor) |
Creates a point situated in <apoint> and for which the colour is <acolor>. . | |
Standard_EXPORT void | SetColor (const Quantity_Color &ColorNew) |
Modifies the colour of the point <me>. . | |
Standard_EXPORT Quantity_Color | Color () const |
Returns the colour of the point <me>. . | |
Private Attributes | |
Quantity_Color | MyColor |
|
|
|
|
|
|
|
|
|
Reimplemented from Graphic3d_Vertex. |
|
Reimplemented from Graphic3d_Vertex. |
|
Reimplemented from Graphic3d_Vertex. |
|
|
|
|