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