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