OpenVolumeMesh
 All Classes Functions Variables Typedefs Pages
OpenVolumeMesh::GeometryKernel< VecT, TopologyKernelT > Class Template Reference

Public Types

typedef VecT PointT
typedef TopologyKernelT KernelT

Public Member Functions

 GeometryKernel ()
 Constructor.
 ~GeometryKernel ()
 Destructor.
virtual VertexHandle add_vertex ()
 Override of empty add_vertex function.
VertexHandle add_vertex (const VecT &_p)
 Add a geometric point to the mesh.
void set_vertex (const VertexHandle &_vh, const VecT &_p)
 Set the coordinates of point _vh.
const VecT & vertex (const VertexHandle &_vh) const
 Get point _vh's coordinates.
virtual VertexIter delete_vertex (const VertexHandle &_h)
virtual void clear (bool _clearProps=true)
PointT::value_type length (const EdgeHandle &_eh) const
PointT vector (const EdgeHandle &_eh) const
PointT barycenter (const EdgeHandle &_eh) const
PointT barycenter (const FaceHandle &_fh) const
PointT barycenter (const CellHandle &_ch) const
void clone_vertices (std::vector< VecT > &_copy) const
void swap_vertices (std::vector< VecT > &_copy)

Protected Member Functions

virtual void delete_multiple_vertices (const std::vector< bool > &_tag)

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