#include <mdsTetraMeshChangeRegion.h>
Inheritance diagram for CTetraMeshChangeRegion:

Public Types | |
| typedef mds::base::CSharedPtr< CTetraMeshChangeRegion > | tSmartPtr |
Smart pointer type
| |
Public Member Functions | |
| CTetraMeshChangeRegion (const std::string &sDescription) | |
| Default constructor. | |
| virtual | ~CTetraMeshChangeRegion () |
| 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 | |
| int | m_iMax |
| int | m_iMin |
| Parameters. | |
| int | m_iRegion |
| mds::seg::CTetraMeshPtr | m_spMesh |
| Input triangular mesh. | |
Friends | |
| class | mds::base::CSharedPtr< CTetraMeshChangeRegion > |
|
|
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.
|
|
|
|
|
|
|
|
|
Parameters.
|
|
|
|
|
|
Input triangular mesh.
|
1.4.6-NO