// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Graphic3d_VertexNC_HeaderFile #define _Graphic3d_VertexNC_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Quantity_Color_HeaderFile #include #endif #ifndef _Graphic3d_VertexN_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class Quantity_Color; class Graphic3d_Vertex; class Graphic3d_Vector; //! This class allows the creation of a vertex with
//! a colour and a 3D normal.
class Graphic3d_VertexNC : public Graphic3d_VertexN { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! Creates a point with coordinates 0.0, 0.0, 0.0
//! for which the normal is 0.0, 0.0, 1.0 and
//! the colour is Quantity_NOC_WHITE.
Standard_EXPORT Graphic3d_VertexNC(); //! Creates a point with coordinates , ,
//! for which the normal is , , and
//! the colour is .
//! If is True the normal is already normalised
//! Else the normal is not normalised, the graphic do it.
Standard_EXPORT Graphic3d_VertexNC(const Standard_Real AX,const Standard_Real AY,const Standard_Real AZ,const Standard_Real ANX,const Standard_Real ANY,const Standard_Real ANZ,const Quantity_Color& AColor,const Standard_Boolean FlagNormalise = Standard_True); //! Creates a point in for which the normal
//! is and the colour is .
//! If is True the normal is already normalised
//! Else the normal is not normalised, the graphic do it.
Standard_EXPORT Graphic3d_VertexNC(const Graphic3d_Vertex& APoint,const Graphic3d_Vector& AVector,const Quantity_Color& AColor,const Standard_Boolean FlagNormalise = Standard_True); //! Modifies the colour of the point .
Standard_EXPORT void SetColor(const Quantity_Color& ColorNew) ; //! Returns the colour of the point .
Standard_EXPORT Quantity_Color Color() const; protected: private: Quantity_Color MyColor; }; // other Inline functions and methods (like "C++: function call" methods) #endif