|
Open CASCADE Technology
7.8.0.dev
|
Tool to work on a GroupWithoutBackP. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule) More...
#include <IGESBasic_ToolGroupWithoutBackP.hxx>
Public Member Functions | |
| IGESBasic_ToolGroupWithoutBackP () | |
| Returns a ToolGroupWithoutBackP, ready to work. More... | |
| void | ReadOwnParams (const Handle< IGESBasic_GroupWithoutBackP > &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< IGESBasic_GroupWithoutBackP > &ent, IGESData_IGESWriter &IW) const |
| Writes own parameters to IGESWriter. More... | |
| void | OwnShared (const Handle< IGESBasic_GroupWithoutBackP > &ent, Interface_EntityIterator &iter) const |
| Lists the Entities shared by a GroupWithoutBackP <ent>, from its specific (own) parameters. More... | |
| Standard_Boolean | OwnCorrect (const Handle< IGESBasic_GroupWithoutBackP > &ent) const |
| Sets automatic unambiguous Correction on a GroupWithoutBackP (Null Elements are removed from list) More... | |
| IGESData_DirChecker | DirChecker (const Handle< IGESBasic_GroupWithoutBackP > &ent) const |
| Returns specific DirChecker. More... | |
| void | OwnCheck (const Handle< IGESBasic_GroupWithoutBackP > &ent, const Interface_ShareTool &shares, Handle< Interface_Check > &ach) const |
| Performs Specific Semantic Check. More... | |
| void | OwnCopy (const Handle< IGESBasic_GroupWithoutBackP > &entfrom, const Handle< IGESBasic_GroupWithoutBackP > &entto, Interface_CopyTool &TC) const |
| Copies Specific Parameters. More... | |
| void | OwnDump (const Handle< IGESBasic_GroupWithoutBackP > &ent, const IGESData_IGESDumper &dumper, Standard_OStream &S, const Standard_Integer own) const |
| Dump of Specific Parameters. More... | |
Tool to work on a GroupWithoutBackP. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule)
| IGESBasic_ToolGroupWithoutBackP::IGESBasic_ToolGroupWithoutBackP | ( | ) |
Returns a ToolGroupWithoutBackP, ready to work.
| IGESData_DirChecker IGESBasic_ToolGroupWithoutBackP::DirChecker | ( | const Handle< IGESBasic_GroupWithoutBackP > & | ent | ) | const |
Returns specific DirChecker.
| void IGESBasic_ToolGroupWithoutBackP::OwnCheck | ( | const Handle< IGESBasic_GroupWithoutBackP > & | ent, |
| const Interface_ShareTool & | shares, | ||
| Handle< Interface_Check > & | ach | ||
| ) | const |
Performs Specific Semantic Check.
| void IGESBasic_ToolGroupWithoutBackP::OwnCopy | ( | const Handle< IGESBasic_GroupWithoutBackP > & | entfrom, |
| const Handle< IGESBasic_GroupWithoutBackP > & | entto, | ||
| Interface_CopyTool & | TC | ||
| ) | const |
Copies Specific Parameters.
| Standard_Boolean IGESBasic_ToolGroupWithoutBackP::OwnCorrect | ( | const Handle< IGESBasic_GroupWithoutBackP > & | ent | ) | const |
Sets automatic unambiguous Correction on a GroupWithoutBackP (Null Elements are removed from list)
| void IGESBasic_ToolGroupWithoutBackP::OwnDump | ( | const Handle< IGESBasic_GroupWithoutBackP > & | ent, |
| const IGESData_IGESDumper & | dumper, | ||
| Standard_OStream & | S, | ||
| const Standard_Integer | own | ||
| ) | const |
Dump of Specific Parameters.
| void IGESBasic_ToolGroupWithoutBackP::OwnShared | ( | const Handle< IGESBasic_GroupWithoutBackP > & | ent, |
| Interface_EntityIterator & | iter | ||
| ) | const |
Lists the Entities shared by a GroupWithoutBackP <ent>, from its specific (own) parameters.
| void IGESBasic_ToolGroupWithoutBackP::ReadOwnParams | ( | const Handle< IGESBasic_GroupWithoutBackP > & | 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_ToolGroupWithoutBackP::WriteOwnParams | ( | const Handle< IGESBasic_GroupWithoutBackP > & | ent, |
| IGESData_IGESWriter & | IW | ||
| ) | const |
Writes own parameters to IGESWriter.
1.8.13