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