Graphite  Version 3
An experimental 3D geometry processing program
mesh_grob_facet_tools.h File Reference

Tools to edit surface mesh facets. More...

#include <OGF/mesh_gfx/common/common.h>
#include <OGF/mesh_gfx/tools/mesh_grob_tool.h>

Go to the source code of this file.

Classes

class  OGF::MeshGrobCreateCenterVertex
 A tool that creates a vertex in the center of a facet. More...
 
class  OGF::MeshGrobRemoveCenterVertex
 A tool that removes a vertex and merges all incident facets. More...
 
class  OGF::MeshGrobEditCenterVertex
 A tool that creates/removes a vertex in a facet depending on the pushed mouse button. More...
 
class  OGF::MeshGrobRemoveIncidentFacets
 A tool that removes all facets incident to a vertex. More...
 
class  OGF::MeshGrobRemoveFacet
 A tool that removes a facet. More...
 
class  OGF::MeshGrobFillHole
 A tool that fills a hole by creating a new facet. More...
 
class  OGF::MeshGrobEditHole
 A tool that create or removes a facet, depending on the pushed mouse button. More...
 
class  OGF::MeshGrobTransformFacet
 A tool that translates/scales/rotates a facet depending on the pushed mouse button. More...
 
class  OGF::MeshGrobJoinFacets
 A tool that joins two adjacent facet to form a single one. More...
 
class  OGF::MeshGrobSplitFacet
 A tool that splits a facet by creating a new edge between two picked vertices. More...
 
class  OGF::MeshGrobEditFacetEdge
 A tool that splits/merges facets depending on the pushed mouse button. More...
 

Namespaces

 OGF
 Global Graphite namespace.
 

Detailed Description

Tools to edit surface mesh facets.

Definition in file mesh_grob_facet_tools.h.