#include <mdsTriMeshView.h>
Inheritance diagram for CTriMeshView:

Public Member Functions | |
| CTriMeshView (const std::string &sDescription) | |
| Default constructor. | |
| mds::seg::CTriMesh * | getMesh () |
| Returns pointer to the input mesh. | |
| mds::img::CSlice * | getSlice () |
| Returns pointer to the input slice. | |
| MDS_SHAREDPTR (CTriMeshView) | |
| Smart pointer type. | |
| virtual | ~CTriMeshView () |
| Virtual destructor. | |
Static Public Member Functions | |
| static CTriMeshView * | getViewPtr () |
| Returns pointer to the current view. | |
Protected Member Functions | |
| virtual bool | main () |
| Virtual method called by the processing thread. | |
| virtual void | shutdown () |
| Called on console shutdown. | |
| virtual bool | startup () |
| Virtual method called on startup. | |
| virtual void | writeExtendedUsage (std::ostream &Stream) |
| Called on writing a usage statement. | |
Protected Attributes | |
| mds::seg::CTriMeshPtr | m_spMesh |
| Input triangular mesh. | |
| mds::img::CSlicePtr | m_spSlice |
| Input slice. | |
Static Protected Attributes | |
| static CTriMeshView * | m_pView = NULL |
| Static pointer to the created view. | |
|
|
Default constructor.
|
|
|
Virtual destructor.
|
|
|
Returns pointer to the input mesh.
|
|
|
Returns pointer to the input slice.
|
|
|
Returns pointer to the current view.
|
|
|
Virtual method called by the processing thread.
|
|
|
Smart pointer type.
|
|
|
Called on console shutdown.
|
|
|
Virtual method called on startup.
|
|
|
Called on writing a usage statement.
|
|
|
Static pointer to the created view.
|
|
|
Input triangular mesh.
|
|
|
Input slice.
|
1.4.6-NO