A utility class managing the vertex ID in the domain. This is trivial if the vertices provide an ID, but a little tricky if vertex objects don't provide integral IDs. More...
#include <vtk_common.hpp>
Public Member Functions | |
vtk_vertex_id_repository (SegmentType const &seg) | |
long | operator() (VertexType const &v, SegmentType const &seg) const |
Returns the ID of the the vertex with respect to the segment. |
A utility class managing the vertex ID in the domain. This is trivial if the vertices provide an ID, but a little tricky if vertex objects don't provide integral IDs.
DomainSegmentType | Type of either a domain or a segment | |
IDHandler | The ID handling class used for dispatching. |
vtk_vertex_id_repository | ( | SegmentType const & | seg | ) | [inline] |
long operator() | ( | VertexType const & | v, | |
SegmentType const & | seg | |||
) | const [inline] |
Returns the ID of the the vertex with respect to the segment.