aimstil
5.0.5
|
Mesh policy for vertices indexed with an integer. More...
#include <cathier/meshUtils.h>
Public Types | |
typedef std::size_t | index_type |
typedef TCollection::value_type | value_type |
Public Member Functions | |
IntegerIndexing (TCollection &data) | |
TCollection::reference | operator() (index_type i) |
TCollection::const_reference | operator() (index_type i) const |
Mesh policy for vertices indexed with an integer.
This therefore assumes that the vertex collection is a vector of such. NB: TVertexCollection should offer random access.
Definition at line 1104 of file meshUtils.h.
typedef std::size_t til::policy::IntegerIndexing< TCollection >::index_type |
Definition at line 1107 of file meshUtils.h.
typedef TCollection::value_type til::policy::IntegerIndexing< TCollection >::value_type |
Definition at line 1108 of file meshUtils.h.
|
inline |
Definition at line 1113 of file meshUtils.h.
|
inline |
Definition at line 1116 of file meshUtils.h.
|
inline |
Definition at line 1118 of file meshUtils.h.