// 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 _PXCAFDoc_Color_HeaderFile #define _PXCAFDoc_Color_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PXCAFDoc_Color_HeaderFile #include #endif #ifndef _Quantity_Color_HeaderFile #include #endif #ifndef _PDF_Attribute_HeaderFile #include #endif class Quantity_Color; class PXCAFDoc_Color : public PDF_Attribute { public: Standard_EXPORT PXCAFDoc_Color(); Standard_EXPORT PXCAFDoc_Color(const Quantity_Color& Loc); Standard_EXPORT void Set(const Quantity_Color& Loc) ; Standard_EXPORT Quantity_Color Get() const; PXCAFDoc_Color(const Storage_stCONSTclCOM& a) : PDF_Attribute(a) { } const Quantity_Color& _CSFDB_GetPXCAFDoc_ColormyColor() const { return myColor; } DEFINE_STANDARD_RTTI(PXCAFDoc_Color) protected: private: Quantity_Color myColor; }; // other Inline functions and methods (like "C++: function call" methods) #endif