OpenMesh
|
#include <OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.hh>
Public Types | |
typedef FE< M > | Self |
typedef RuleHandleT< Self > | Handle |
typedef RuleInterfaceT< M > | Inherited |
Public Member Functions | |
const char * | type () const |
Returns the name of the rule. | |
FE (M &_mesh) | |
void | raise (typename M::EdgeHandle &_eh, state_t _target_state) |
Raise item to target state _target_state . | |
Friends | |
class | CompositeT< M > |
Composite rule FE.
const char* OpenMesh::Subdivider::Adaptive::FE< M >::type | ( | ) | const [inline, virtual] |
Returns the name of the rule.
Use define COMPOSITE_RULE to overload this function in a derived class.
Implements OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >.