#include <string>#include <OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeTraits.hh>

Go to the source code of this file.
Classes | |
| struct | OpenMesh::Subdivider::Adaptive::RuleHandleT< R > |
| class | OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M > |
Namespaces | |
| namespace | OpenMesh |
| namespace | OpenMesh::Subdivider |
| namespace | OpenMesh::Subdivider::Adaptive |
Defines | |
| #define | COMPOSITE_RULE(classname, mesh_type) |
| #define COMPOSITE_RULE | ( | classname, | |||
| mesh_type | ) |
protected:\ friend class CompositeT<mesh_type>; \ public: \ const char *type() const { return #classname; } \ typedef classname<mesh_type> Self; \ typedef RuleHandleT< Self > Handle
Defines the method type() (RuleInterfaceT::type()) and the typedefs Self and Handle.
Definition at line 93 of file RuleInterfaceT.hh.