// 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 _V2d_DefaultMap_HeaderFile #define _V2d_DefaultMap_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_Aspect_GenericColorMap_HeaderFile #include #endif #ifndef _Handle_Aspect_TypeMap_HeaderFile #include #endif #ifndef _Handle_Aspect_WidthMap_HeaderFile #include #endif #ifndef _Handle_Aspect_FontMap_HeaderFile #include #endif #ifndef _Handle_Aspect_MarkMap_HeaderFile #include #endif class Aspect_GenericColorMap; class Aspect_TypeMap; class Aspect_WidthMap; class Aspect_FontMap; class Aspect_MarkMap; //! Modifies class definition.
class V2d_DefaultMap { 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); } //! Returns a indexed color map with the following color
//! White, black, red, green, blue1 , yellow, sienna, orange2
//! lightgray,lightseagreen,gray60,gray70. The index are 1 to 12.
Standard_EXPORT static Handle_Aspect_GenericColorMap ColorMap() ; //! Returns a indexed type map with the following line types
//! SOLID, DASH, DOT, DOTDASH. The index are 1 to 4.
Standard_EXPORT static Handle_Aspect_TypeMap TypeMap() ; //! Returns a indexed width map with the following width
//! 0.0001, 0.0006, 0.001, 0.003. The index are 1 to 4.
Standard_EXPORT static Handle_Aspect_WidthMap WidthMap() ; //! Returns a indexed font map with the following font
//! "Courier-Bold" 0.01 0.0
//! "Helvetica-Bold" 0.01 0.2
//! "-adobe-helvetica-medium-r-normal--12-120-75-75-p-67-iso8859-1" 0.003 0.0
//! The index are 1 to 2.
Standard_EXPORT static Handle_Aspect_FontMap FontMap() ; //! Returns a indexed font map with the following width
//! Point,Plus,Star,O,X,O_Point,O_Plus,O_STAR,O_X
//! BALL,RING1,RING2,RING3
Standard_EXPORT static Handle_Aspect_MarkMap MarkMap() ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif