Open CASCADE Technology 7.7.2
|
Tool to work on a SingleParent. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule) More...
#include <IGESBasic_ToolSingleParent.hxx>
Tool to work on a SingleParent. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule)
IGESBasic_ToolSingleParent::IGESBasic_ToolSingleParent | ( | ) |
Returns a ToolSingleParent, ready to work.
IGESData_DirChecker IGESBasic_ToolSingleParent::DirChecker | ( | const Handle< IGESBasic_SingleParent > & | ent | ) | const |
Returns specific DirChecker.
void IGESBasic_ToolSingleParent::OwnCheck | ( | const Handle< IGESBasic_SingleParent > & | ent, |
const Interface_ShareTool & | shares, | ||
Handle< Interface_Check > & | ach ) const |
Performs Specific Semantic Check.
void IGESBasic_ToolSingleParent::OwnCopy | ( | const Handle< IGESBasic_SingleParent > & | entfrom, |
const Handle< IGESBasic_SingleParent > & | entto, | ||
Interface_CopyTool & | TC ) const |
Copies Specific Parameters.
Standard_Boolean IGESBasic_ToolSingleParent::OwnCorrect | ( | const Handle< IGESBasic_SingleParent > & | ent | ) | const |
Sets automatic unambiguous Correction on a SingleParent (NbParents forced to 1)
void IGESBasic_ToolSingleParent::OwnDump | ( | const Handle< IGESBasic_SingleParent > & | ent, |
const IGESData_IGESDumper & | dumper, | ||
Standard_OStream & | S, | ||
const Standard_Integer | own ) const |
Dump of Specific Parameters.
void IGESBasic_ToolSingleParent::OwnShared | ( | const Handle< IGESBasic_SingleParent > & | ent, |
Interface_EntityIterator & | iter ) const |
Lists the Entities shared by a SingleParent <ent>, from its specific (own) parameters.
void IGESBasic_ToolSingleParent::ReadOwnParams | ( | const Handle< IGESBasic_SingleParent > & | 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 IGESBasic_ToolSingleParent::WriteOwnParams | ( | const Handle< IGESBasic_SingleParent > & | ent, |
IGESData_IGESWriter & | IW ) const |
Writes own parameters to IGESWriter.