Handle for mesh decimation modules. More...
#include </data1/home1/moebius/projects/release/OpenMesh-2.0/src/OpenMesh/Tools/Decimater/ModBaseT.hh>
Public Types | |
typedef ModHandleT< Module > | Self |
typedef Module | module_type |
Public Member Functions | |
ModHandleT () | |
Default constructor. | |
~ModHandleT () | |
Destructor. | |
bool | is_valid () const |
Check handle status. | |
Friends | |
class | DecimaterT |
Handle for mesh decimation modules.
For internal use only.
bool OpenMesh::Decimater::ModHandleT< Module >::is_valid | ( | void | ) | const [inline] |
Check handle status.
true
, if handle is valid, else false
.