|
| UniformRemesherT (Mesh &_mesh, ProgressEmitter *_progress=NULL) |
|
void | remesh (Scalar _edge_length, unsigned int _iters, unsigned int _area_iters, bool _use_projection=true, Selection _selection=BaseRemesherT< Mesh >::VERTEX_SELECTION) |
|
| BaseRemesherT (Mesh &_mesh, ProgressEmitter *_progress=NULL) |
|
void | remesh (unsigned int _iters, unsigned int _area_iters, bool _use_projection=true, Selection _selection=VERTEX_SELECTION) |
|
|
virtual bool | is_too_long (VertexHandle _v0, VertexHandle _v1) const |
|
virtual bool | is_too_short (VertexHandle _v0, VertexHandle _v1) const |
|
void | prepare_vertex_selection () |
| prepare for remeshing only selected vertices (if no vertex was selected, remesh whole mesh)
|
|
void | prepare_face_selection () |
| prepare for remeshing only vertices which are fully surrounded by selected faces (if no face was selected, remesh whole mesh)
|
|
void | remeshh (unsigned int _iters, unsigned int _aiters, bool _proj) |
|
void | cleanup () |
|
virtual void | init_reference () |
|
virtual void | delete_reference () |
|
virtual void | project_to_reference (VertexHandle _vh) const |
|
void | split_long_edges () |
|
void | collapse_short_edges () |
|
void | flip_edges () |
|
void | tangential_smoothing (bool _use_projection) |
|
void | balanace_area (unsigned int _iters, bool _use_projection) |
|
void | remove_caps () |
|
template<class Mesh>
class Remeshing::UniformRemesherT< Mesh >
Definition at line 75 of file UniformRemesherT.hh.
The documentation for this class was generated from the following file: