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