#include <mdsTriMeshInfo.h>
Inheritance diagram for CTriMeshInfo:

Public Types | |
| typedef mds::base::CSharedPtr< CTriMeshInfo > | tSmartPtr |
Smart pointer type
| |
Public Member Functions | |
| CTriMeshInfo (const std::string &sDescription) | |
| Default constructor. | |
| virtual | ~CTriMeshInfo () |
| Virtual destructor. | |
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. | |
Friends | |
| class | mds::base::CSharedPtr< CTriMeshInfo > |
|
|
Smart pointer type
|
|
|
Default constructor.
|
|
|
Virtual destructor.
|
|
|
Virtual method called by the processing thread.
|
|
|
Called on console shutdown.
|
|
|
Virtual method called on startup.
|
|
|
Called on writing a usage statement.
|
|
|
|
|
|
Input triangular mesh.
|
1.4.6-NO