// 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 _IGESCAFControl_HeaderFile #define _IGESCAFControl_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class Quantity_Color; class IGESCAFControl_Reader; class IGESCAFControl_Writer; //! Provides high-level API to translate IGES file
//! to and from DECAF document
class IGESCAFControl { 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); } //! Converts IGES color index to CASCADE color
Standard_EXPORT static Quantity_Color DecodeColor(const Standard_Integer col) ; //! Tries to Convert CASCADE color to IGES color index
//! If no corresponding color defined in IGES, returns 0
Standard_EXPORT static Standard_Integer EncodeColor(const Quantity_Color& col) ; protected: private: friend class IGESCAFControl_Reader; friend class IGESCAFControl_Writer; }; // other Inline functions and methods (like "C++: function call" methods) #endif