Developer Documentation
OpenMesh::Subdivider::Adaptive::EV< M > Class Template Reference

#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.hh>

Inheritance diagram for OpenMesh::Subdivider::Adaptive::EV< M >:
OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >

Public Types

typedef RuleInterfaceT< M > Inherited
 
- Public Types inherited from OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >
typedef M Mesh
 
typedef RuleInterfaceT< M > Self
 
typedef RuleHandleT< SelfRule
 
typedef M::Scalar scalar_t
 

Public Member Functions

 EV (M &_mesh)
 
void raise (typename M::VertexHandle &_vh, state_t _target_state) override
 Raise item to target state _target_state. More...
 
- Public Member Functions inherited from OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >
virtual ~RuleInterfaceT ()
 Destructor. More...
 
virtual const char * type () const =0
 
virtual void raise (typename M::FaceHandle &_fh, state_t _target_state)
 Raise item to target state _target_state. More...
 
virtual void raise (typename M::EdgeHandle &_eh, state_t _target_state)
 Raise item to target state _target_state. More...
 
void update (typename M::FaceHandle &_fh, state_t _target_state)
 Raise item to target state _target_state. More...
 
void update (typename M::EdgeHandle &_eh, state_t _target_state)
 Raise item to target state _target_state. More...
 
void update (typename M::VertexHandle &_vh, state_t _target_state)
 Raise item to target state _target_state. More...
 
int subdiv_type () const
 Type of split operation, if it is a topological operator. More...
 
int number () const
 Position in rule sequence. More...
 
virtual void set_coeff (scalar_t _coeff)
 Set coefficient - ignored by non-parameterized rules. More...
 
scalar_t coeff () const
 Get coefficient - ignored by non-parameterized rules. More...
 

Private Types

typedef RuleInterfaceT< M > Base
 

Private Member Functions

 COMPOSITE_RULE (EV, M)
 

Additional Inherited Members

- Protected Member Functions inherited from OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >
 RuleInterfaceT (Mesh &_mesh)
 Default constructor. More...
 
void set_prev_rule (Self *&_p)
 Set coefficient - ignored by non-parameterized rules. More...
 
Selfprev_rule ()
 Set coefficient - ignored by non-parameterized rules. More...
 
void set_subdiv_rule (Self *&_n)
 Set coefficient - ignored by non-parameterized rules. More...
 
Selfsubdiv_rule () const
 Set coefficient - ignored by non-parameterized rules. More...
 
void set_number (int _n)
 Set coefficient - ignored by non-parameterized rules. More...
 
void set_n_rules (int _n)
 Set coefficient - ignored by non-parameterized rules. More...
 
int n_rules () const
 Set coefficient - ignored by non-parameterized rules. More...
 
void set_subdiv_type (int _n)
 Set coefficient - ignored by non-parameterized rules. More...
 
- Protected Attributes inherited from OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >
Mesh & mesh_
 Set coefficient - ignored by non-parameterized rules. More...
 

Detailed Description

template<class M>
class OpenMesh::Subdivider::Adaptive::EV< M >

Composite rule EV

Definition at line 352 of file RulesT.hh.

Member Typedef Documentation

◆ Base

template<class M >
typedef RuleInterfaceT<M> OpenMesh::Subdivider::Adaptive::EV< M >::Base
private

Definition at line 356 of file RulesT.hh.

◆ Inherited

template<class M >
typedef RuleInterfaceT<M> OpenMesh::Subdivider::Adaptive::EV< M >::Inherited

Definition at line 359 of file RulesT.hh.

Constructor & Destructor Documentation

◆ EV()

template<class M >
OpenMesh::Subdivider::Adaptive::EV< M >::EV ( M &  _mesh)
inlineexplicit

Definition at line 361 of file RulesT.hh.

Member Function Documentation

◆ raise()

template<class M >
void OpenMesh::Subdivider::Adaptive::EV< M >::raise ( typename M::VertexHandle &  _vh,
state_t  _target_state 
)
overridevirtual

Raise item to target state _target_state.

Reimplemented from OpenMesh::Subdivider::Adaptive::RuleInterfaceT< M >.


The documentation for this class was generated from the following file: