 |
OpenMesh
|
50 #error this file is for documentation purposes only
75 template <
class FinalMeshItems>
class KernelT
83 typedef typename FinalMeshItems::Vertex
Vertex;
84 typedef typename FinalMeshItems::Halfedge
Halfedge;
85 typedef typename FinalMeshItems::Edge
Edge;
86 typedef typename FinalMeshItems::Face
Face;
87 typedef typename FinalMeshItems::Point
Point;
88 typedef typename FinalMeshItems::Scalar
Scalar;
91 typedef typename FinalMeshItems::TexCoord
TexCoord;
136 void reserve(
size_t _n_vertices,
461 template <
typename T>
void add_property( [VEHFM]PropHandleT<T>& _ph,
464 const std::string& _name =
"" );
475 template <
typename T>
493 template <
typename T>
495 template <
typename T>
498 template <
typename T>
500 template <
typename T>
503 template <
typename T>
505 template <
typename T>
508 template <
typename T>
510 template <
typename T>
513 template <
typename T>
515 template <
typename T>
const StatusInfo & status(VertexHandle _vh) const
Get status.
KernelT & operator=(const KernelT &_rhs)
Assignment operator.
void reserve(size_t _n_vertices, size_t _n_edges, size_t _n_faces)
Reserve memory for vertices, edges, faces.
bool has_vertex_texcoords1D() const
Is property available?
const Face & face(FaceHandle _h) const
Translate handle to item (see also OpenMesh::PolyMeshT::deref())
Definition: MeshKernel.hh:150
HalfedgeHandle cw_rotated_halfedge_handle(HalfedgeHandle _heh) const
Clockwise rotate the given halfedge around its from vertex.
KernelEdgeIter edges_end()
Kernel item iterator.
KernelT()
Default constructor.
Definition: MeshKernel.hh:114
void set_halfedge_handle(VertexHandle _vh, HalfedgeHandle _heh)
Set the outgoing halfedge handle of a given vertex.
KernelFaceIter faces_begin()
Kernel item iterator.
void set_face_handle(HalfedgeHandle _heh, FaceHandle _fh)
Set the face the halfedge belongs to.
void set_normal(VertexHandle _vh, const Normal &_n)
Set normal.
bool get_property_handle([VEHFM]PropHandleT< T > &ph, const std::string &_n) const
Get property handle by name.
void release_vertex_texcoords1D()
Remove property.
bool has_vertex_status() const
Is property available?
SomeIterator KernelFaceIter
This type depends on the container type in use.
Definition: MeshKernel.hh:107
void release_edge_status()
Remove property.
void request_vertex_texcoords3D()
Request property.
void remove_last_face()
Remove the last face imidiately, i.e.
Definition: MeshKernel.hh:209
const Normal & normal(VertexHandle _vh) const
Get normal.
bool has_halfedge_status() const
Is property available?
Face & face(FaceHandle _h)
Translate handle to item (see also OpenMesh::PolyMeshT::deref())
Definition: MeshKernel.hh:151
void clean()
Delete all items, i.e.
const Point & point(VertexHandle _vh) const
Get the coordinate of a vertex.
void request_vertex_colors()
Request property.
Handle for a halfedge entity.
Definition: Handles.hh:127
HalfedgeHandle next_halfedge_handle(HalfedgeHandle _heh) const
Get the next halfedge handle.
void set_texcoord1D(VertexHandle _vh, const TexCoord1D &_t)
Set texture coordinate.
void remove_last_vertex()
Remove the last vertex imidiately, i.e.
Definition: MeshKernel.hh:201
FinalMeshItems::HalfedgeHandle HalfedgeHandle
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:93
void request_face_colors()
Request property.
bool has_halfedge_texcoords3D() const
Is property available?
void clear()
Delete all items, i.e.
HalfedgeHandle halfedge_handle(unsigned int _i) const
Get the i'th item.
HalfedgeHandle ccw_rotated_halfedge_handle(HalfedgeHandle _heh) const
Counter-clockwise rotate the given halfedge around its from vertex.
bool has_face_texture_index() const
Is property available?
VertexHandle vertex_handle(unsigned int _i) const
Get the i'th item.
bool has_vertex_colors() const
Is property available?
FinalMeshItems::Edge Edge
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:85
void release_halfedge_texcoords3D()
Remove property.
EdgeHandle edge_handle(unsigned int _i) const
Get the i'th item.
const TexCoord3D & texcoord3D(VertexHandle _vh) const
Get texture coordinate.
SomeIterator KernelConstEdgeIter
This type depends on the container type in use.
Definition: MeshKernel.hh:106
void request_face_normals()
Request property.
void request_vertex_status()
Request property.
void request_halfedge_normals()
Request property.
void request_vertex_normals()
Request property.
void release_vertex_status()
Remove property.
Add 3D texture coordinates (vertices, halfedges)
Definition: Attributes.hh:88
Halfedge & halfedge(HalfedgeHandle _h)
Translate handle to item (see also OpenMesh::PolyMeshT::deref())
Definition: MeshKernel.hh:147
bool edges_empty() const
Is the edge container empty?
void remove_last_edge()
Remove the last edge imidiately, i.e.
Definition: MeshKernel.hh:205
FaceHandle face_handle(unsigned int _i) const
Get the i'th item.
bool has_vertex_texcoords3D() const
Is property available?
FinalMeshItems::EdgeHandle EdgeHandle
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:94
void set_color(VertexHandle _vh, const Color &_c)
Set color.
Definition: MeshKernel.hh:75
FinalMeshItems::Face Face
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:86
SomeIterator KernelConstVertexIter
This type depends on the container type in use.
Definition: MeshKernel.hh:104
void request_halfedge_texcoords3D()
Request property.
Add 1D texture coordinates (vertices, halfedges)
Definition: Attributes.hh:86
VertexHandle new_vertex()
Add a new (default) vertex.
FinalMeshItems::Halfedge Halfedge
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:84
size_t n_halfedges() const
Returns number of halfedges (should be 2*n_edges())
void request_halfedge_texcoords1D()
Request property.
Handle for a face entity.
Definition: Handles.hh:141
HalfedgeHandle opposite_halfedge_handle(HalfedgeHandle _heh) const
Get the opposite halfedge.
void release_vertex_texcoords2D()
Remove property.
Edge & edge(EdgeHandle _h)
Translate handle to item (see also OpenMesh::PolyMeshT::deref())
Definition: MeshKernel.hh:149
bool has_vertex_texcoords2D() const
Is property available?
void release_face_colors()
Remove property.
void release_vertex_colors()
Remove property.
bool faces_empty() const
Is the face container empty?
bool has_edge_colors() const
Is property available?
SomeIterator KernelConstFaceIter
This type depends on the container type in use.
Definition: MeshKernel.hh:108
bool has_halfedge_texcoords2D() const
Is property available?
size_t n_edges() const
Returns number of edges.
void garbage_collection()
Remove all items that are marked as deleted from the corresponding containers.
FinalMeshItems::FaceHandle FaceHandle
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:95
bool halfedges_empty() const
Is the halfedge container empty (should be the same as edges_empty()).
void release_halfedge_colors()
Remove property.
FinalMeshItems::VertexHandle VertexHandle
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:92
void release_halfedge_normals()
Remove property.
HalfedgeHandle prev_halfedge_handle(HalfedgeHandle _heh) const
Get the previous halfedge of the given halfedge.
void release_edge_colors()
Remove property.
FinalMeshItems::Point Point
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:87
FinalMeshItems::Normal Normal
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:89
Definition: Property.hh:496
void request_vertex_texcoords2D()
Request property.
void set_texcoord2D(VertexHandle _vh, const TexCoord2D &_t)
Set texture coordinate.
KernelVertexIter vertices_begin()
Kernel item iterator.
bool has_halfedge_colors() const
Is property available?
Handle for a edge entity.
Definition: Handles.hh:134
FinalMeshItems::Scalar Scalar
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:88
void release_halfedge_status()
Remove property.
bool has_vertex_normals() const
Is property available?
void request_halfedge_texcoords2D()
Request property.
const Edge & edge(EdgeHandle _h) const
Translate handle to item (see also OpenMesh::PolyMeshT::deref())
Definition: MeshKernel.hh:148
bool has_edge_status() const
Is property available?
void request_halfedge_colors()
Request property.
bool vertices_empty() const
Is the vertex container empty?
bool has_face_normals() const
Is property available?
Add 2D texture coordinates (vertices, halfedges)
Definition: Attributes.hh:87
Default property class for any type T.
Definition: Property.hh:89
void set_next_halfedge_handle(HalfedgeHandle _heh, HalfedgeHandle _nheh)
Set the next halfedge handle.
FaceHandle new_face()
Adding a new face.
void request_face_status()
Request property.
Vertex & vertex(VertexHandle _h)
Translate handle to item (see also OpenMesh::PolyMeshT::deref())
Definition: MeshKernel.hh:145
void release_face_texture_index()
Remove property.
void request_vertex_texcoords1D()
Request property.
bool has_halfedge_normals() const
Is property available?
KernelEdgeIter edges_begin()
Kernel item iterator.
void request_edge_status()
Request property.
Add colors to mesh item (vertices/faces/edges)
Definition: Attributes.hh:83
void request_face_texture_index()
Request property.
SomeIterator KernelVertexIter
This type depends on the container type in use.
Definition: MeshKernel.hh:103
PropertyT< T > & mproperty(MPropHandleT< T > _ph)
Get property.
Handle for a vertex entity.
Definition: Handles.hh:120
void release_vertex_texcoords3D()
Remove property.
void add_property([VEHFM]PropHandleT< T > &_ph, const std::string &_name="")
Add property.
KernelFaceIter faces_end()
Kernel item iterator.
void set_texcoord3D(VertexHandle _vh, const TexCoord3D &_t)
Set texture coordinate.
HalfedgeHandle new_edge(VertexHandle _start_vertex_handle, VertexHandle _end_vertex_handle)
Add a new edge from _start_vertex_handle to _end_vertex_handle.
void release_face_status()
Remove property.
FinalMeshItems::Vertex Vertex
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:83
bool has_halfedge_texcoords1D() const
Is property available?
Add normals to mesh item (vertices/faces)
Definition: Attributes.hh:82
Definition: Property.hh:524
size_t n_vertices() const
Returns number of vertices.
bool has_face_status() const
Is property available?
PropertyT< T > & property([VEHF]PropHandleT< T > _ph)
Get property.
bool has_face_colors() const
Is property available?
const Color & color(VertexHandle _vh) const
Get color.
void request_edge_colors()
Request property.
Definition: Property.hh:482
const TexCoord1D & texcoord1D(VertexHandle _vh) const
Get texture coordinate.
void set_vertex_handle(HalfedgeHandle _heh, VertexHandle _vh)
Set the to-vertex-handle of the halfedge.
const Vertex & vertex(VertexHandle _h) const
Translate handle to item (see also OpenMesh::PolyMeshT::deref())
Definition: MeshKernel.hh:144
const Halfedge & halfedge(HalfedgeHandle _h) const
Translate handle to item (see also OpenMesh::PolyMeshT::deref())
Definition: MeshKernel.hh:146
const TexCoord2D & texcoord2D(VertexHandle _vh) const
Get texture coordinate.
VertexHandle handle(const Vertex &_v) const
Translate item to handle.
FinalMeshItems::Color Color
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:90
Definition: Property.hh:538
void release_halfedge_texcoords1D()
Remove property.
void release_vertex_normals()
Remove property.
size_t n_faces() const
Returns number of faces.
void request_halfedge_status()
Request property.
KernelVertexIter vertices_end()
Kernel item iterator.
void release_halfedge_texcoords2D()
Remove property.
VertexHandle from_vertex_handle(HalfedgeHandle _heh) const
Get the vertex the halfedge starts from (implemented as to-handle of the opposite halfedge,...
SomeIterator KernelEdgeIter
This type depends on the container type in use.
Definition: MeshKernel.hh:105
This file contains all code required to use Eigen3 vectors as Mesh vectors.
Definition: MeshItems.hh:59
VertexHandle to_vertex_handle(HalfedgeHandle _heh) const
Get the vertex the halfedge points to.
void set_point(VertexHandle _vh, const Point &_p)
Set the coordinate of a vertex.
void remove_property([VEHFM]PropHandleT< T > &)
Remove property.
Definition: Property.hh:510
FinalMeshItems::TexCoord TexCoord
Derive this type from the FinalMeshItems.
Definition: MeshKernel.hh:91
void release_face_normals()
Remove property.
Project OpenMesh,
© Computer Graphics Group, RWTH Aachen.
Documentation generated using
doxygen
.