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