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