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