|
Open CASCADE Technology 6.5.2
|
Provides high-level API to translate IGES file
to and from DECAF document
#include <IGESCAFControl.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
Static Public Member Functions | |
| static Quantity_Color | DecodeColor (const Standard_Integer col) |
| Converts IGES color index to CASCADE color | |
| static Standard_Integer | EncodeColor (const Quantity_Color &col) |
| Tries to Convert CASCADE color to IGES color index If no corresponding color defined in IGES, returns 0 | |
| static Quantity_Color IGESCAFControl::DecodeColor | ( | const Standard_Integer | col | ) | [static] |
| static Standard_Integer IGESCAFControl::EncodeColor | ( | const Quantity_Color & | col | ) | [static] |
| void IGESCAFControl::operator delete | ( | void * | anAddress | ) | [inline] |
| void* IGESCAFControl::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* IGESCAFControl::operator new | ( | size_t | size | ) | [inline] |
1.7.4