Developer Documentation
|
Public Types | |
typedef R | Rule |
Public Member Functions | |
RuleHandleT (int _idx=-1) | |
operator bool () const | |
![]() | |
BaseHandle (int _idx=-1) | |
int | idx () const |
Get the underlying index of this handle. More... | |
bool | is_valid () const |
The handle is valid iff the index is not negative. More... | |
void | reset () |
reset handle to be invalid More... | |
void | invalidate () |
reset handle to be invalid More... | |
bool | operator== (const BaseHandle &_rhs) const |
bool | operator!= (const BaseHandle &_rhs) const |
bool | operator< (const BaseHandle &_rhs) const |
void | __increment () |
void | __decrement () |
void | __increment (int amount) |
void | __decrement (int amount) |
Handle template for adaptive composite subdividion rules
Definition at line 83 of file RuleInterfaceT.hh.
typedef R OpenMesh::Subdivider::Adaptive::RuleHandleT< R >::Rule |
Definition at line 86 of file RuleInterfaceT.hh.
|
inlineexplicit |
Definition at line 85 of file RuleInterfaceT.hh.
|
inline |
Definition at line 88 of file RuleInterfaceT.hh.