#include <exotkUtils_View.hxx>
Public Methods | |
| void * | operator new (size_t, void *anAddress) |
| OCC new. More... | |
| void * | operator new (size_t size) |
| OCC new. More... | |
| void | operator delete (void *anAddress) |
| OCC delete. More... | |
Static Public Methods | |
| Standard_EXPORT Standard_Boolean | Convert2dPntTo3dPnt (const Handle_V3d_View &aView, const Standard_Integer aX2d, const Standard_Integer aY2d, gp_Pnt &a3dPoint) |
| convert a 2d point from picking into 3d point. More... | |
| Standard_EXPORT Standard_Boolean | GetBounds (const Handle_V3d_View &aView, gp_Pnt &aTopLeft, gp_Pnt &aBottomRight) |
| Return the 3d boundary points of aView. More... | |
| Standard_EXPORT Standard_Boolean | GetBounds (const Handle_V3d_View &aView, gp_Pnt2d &aTopLeft, gp_Pnt2d &aBottomRight) |
| Return the 2d boundary points of aView. More... | |
Definition at line 51 of file exotkUtils_View.hxx.
|
||||||||||||||||||||
|
convert a 2d point from picking into 3d point.
Definition at line 62 of file exotkUtils_View.cxx. Referenced by GetBounds(). |
|
||||||||||||||||
|
Return the 2d boundary points of aView.
Definition at line 134 of file exotkUtils_View.cxx. |
|
||||||||||||||||
|
Return the 3d boundary points of aView.
Definition at line 105 of file exotkUtils_View.cxx. References Convert2dPntTo3dPnt(). |
|
|
OCC delete.
Definition at line 83 of file exotkUtils_View.hxx. |
|
|
OCC new.
Definition at line 72 of file exotkUtils_View.hxx. |
|
||||||||||||
|
OCC new.
Definition at line 61 of file exotkUtils_View.hxx. |
1.2.12 written by Dimitri van Heesch,
© 1997-2001