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