Open CASCADE Technology
6.9.0
|
#include <IGESData_WriterLib.hxx>
Public Member Functions | |
IGESData_WriterLib (const Handle< IGESData_Protocol > &aprotocol) | |
IGESData_WriterLib () | |
void | AddProtocol (const Handle< Standard_Transient > &aprotocol) |
void | Clear () |
void | SetComplete () |
Standard_Boolean | Select (const Handle< IGESData_IGESEntity > &obj, Handle< IGESData_ReadWriteModule > &module, Standard_Integer &CN) const |
void | Start () |
Standard_Boolean | More () const |
void | Next () |
const Handle < IGESData_ReadWriteModule > & | Module () const |
const Handle< IGESData_Protocol > & | Protocol () const |
Static Public Member Functions | |
static void | SetGlobal (const Handle< IGESData_ReadWriteModule > &amodule, const Handle< IGESData_Protocol > &aprotocol) |
IGESData_WriterLib::IGESData_WriterLib | ( | const Handle< IGESData_Protocol > & | aprotocol | ) |
IGESData_WriterLib::IGESData_WriterLib | ( | ) |
void IGESData_WriterLib::AddProtocol | ( | const Handle< Standard_Transient > & | aprotocol | ) |
void IGESData_WriterLib::Clear | ( | ) |
const Handle< IGESData_ReadWriteModule >& IGESData_WriterLib::Module | ( | ) | const |
Standard_Boolean IGESData_WriterLib::More | ( | ) | const |
void IGESData_WriterLib::Next | ( | ) |
const Handle< IGESData_Protocol >& IGESData_WriterLib::Protocol | ( | ) | const |
Standard_Boolean IGESData_WriterLib::Select | ( | const Handle< IGESData_IGESEntity > & | obj, |
Handle< IGESData_ReadWriteModule > & | module, | ||
Standard_Integer & | CN | ||
) | const |
void IGESData_WriterLib::SetComplete | ( | ) |
|
static |
void IGESData_WriterLib::Start | ( | ) |