Open CASCADE Technology
6.9.0
|
Tool to work on a AssociativityDef. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule) More...
#include <IGESDefs_ToolAssociativityDef.hxx>
Public Member Functions | |
IGESDefs_ToolAssociativityDef () | |
Returns a ToolAssociativityDef, ready to work. More... | |
void | ReadOwnParams (const Handle< IGESDefs_AssociativityDef > &ent, const Handle< IGESData_IGESReaderData > &IR, IGESData_ParamReader &PR) const |
Reads own parameters from file. <PR> gives access to them, <IR> detains parameter types and values. More... | |
void | WriteOwnParams (const Handle< IGESDefs_AssociativityDef > &ent, IGESData_IGESWriter &IW) const |
Writes own parameters to IGESWriter. More... | |
void | OwnShared (const Handle< IGESDefs_AssociativityDef > &ent, Interface_EntityIterator &iter) const |
Lists the Entities shared by a AssociativityDef <ent>, from its specific (own) parameters. More... | |
IGESData_DirChecker | DirChecker (const Handle< IGESDefs_AssociativityDef > &ent) const |
Returns specific DirChecker. More... | |
void | OwnCheck (const Handle< IGESDefs_AssociativityDef > &ent, const Interface_ShareTool &shares, Handle< Interface_Check > &ach) const |
Performs Specific Semantic Check. More... | |
void | OwnCopy (const Handle< IGESDefs_AssociativityDef > &entfrom, const Handle< IGESDefs_AssociativityDef > &entto, Interface_CopyTool &TC) const |
Copies Specific Parameters. More... | |
void | OwnDump (const Handle< IGESDefs_AssociativityDef > &ent, const IGESData_IGESDumper &dumper, const Handle< Message_Messenger > &S, const Standard_Integer own) const |
Dump of Specific Parameters. More... | |
Tool to work on a AssociativityDef. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule)
IGESDefs_ToolAssociativityDef::IGESDefs_ToolAssociativityDef | ( | ) |
Returns a ToolAssociativityDef, ready to work.
IGESData_DirChecker IGESDefs_ToolAssociativityDef::DirChecker | ( | const Handle< IGESDefs_AssociativityDef > & | ent | ) | const |
Returns specific DirChecker.
void IGESDefs_ToolAssociativityDef::OwnCheck | ( | const Handle< IGESDefs_AssociativityDef > & | ent, |
const Interface_ShareTool & | shares, | ||
Handle< Interface_Check > & | ach | ||
) | const |
Performs Specific Semantic Check.
void IGESDefs_ToolAssociativityDef::OwnCopy | ( | const Handle< IGESDefs_AssociativityDef > & | entfrom, |
const Handle< IGESDefs_AssociativityDef > & | entto, | ||
Interface_CopyTool & | TC | ||
) | const |
Copies Specific Parameters.
void IGESDefs_ToolAssociativityDef::OwnDump | ( | const Handle< IGESDefs_AssociativityDef > & | ent, |
const IGESData_IGESDumper & | dumper, | ||
const Handle< Message_Messenger > & | S, | ||
const Standard_Integer | own | ||
) | const |
Dump of Specific Parameters.
void IGESDefs_ToolAssociativityDef::OwnShared | ( | const Handle< IGESDefs_AssociativityDef > & | ent, |
Interface_EntityIterator & | iter | ||
) | const |
Lists the Entities shared by a AssociativityDef <ent>, from its specific (own) parameters.
void IGESDefs_ToolAssociativityDef::ReadOwnParams | ( | const Handle< IGESDefs_AssociativityDef > & | ent, |
const Handle< IGESData_IGESReaderData > & | IR, | ||
IGESData_ParamReader & | PR | ||
) | const |
Reads own parameters from file. <PR> gives access to them, <IR> detains parameter types and values.
void IGESDefs_ToolAssociativityDef::WriteOwnParams | ( | const Handle< IGESDefs_AssociativityDef > & | ent, |
IGESData_IGESWriter & | IW | ||
) | const |
Writes own parameters to IGESWriter.