![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
Mesh described as a graph, with nodes and edges. More...
#include <aims/mesh/mesh_graph.h>
Public Types | |
typedef MeshVertexNode< TAttribute > | Self |
typedef AimsVector< float, 3 > | Vertex |
typedef std::list< Self > | VertexCollection |
typedef VertexCollection::iterator | VertexIndex |
typedef std::list< VertexIndex > | VertexIndexCollection |
typedef MeshFaceNode< Self > | Face |
typedef std::list< Face > | FaceCollection |
typedef FaceCollection::iterator | FaceIndex |
typedef std::list< FaceIndex > | FaceIndexCollection |
Public Member Functions | |
Vertex & | pos () |
Vertex const & | pos () const |
VertexIndexCollection & | neighbors () |
VertexIndexCollection const & | neighbors () const |
FaceIndexCollection & | faces () |
FaceIndexCollection const & | faces () const |
TAttribute & | attribute () |
TAttribute const & | attribute () const |
Mesh described as a graph, with nodes and edges.
These are nodes. Taken from Cathier's former aims-til library
Definition at line 63 of file mesh_graph.h.
typedef MeshFaceNode<Self> aims::meshgraph::MeshVertexNode< TAttribute >::Face |
Definition at line 73 of file mesh_graph.h.
typedef std::list<Face> aims::meshgraph::MeshVertexNode< TAttribute >::FaceCollection |
Definition at line 74 of file mesh_graph.h.
typedef FaceCollection::iterator aims::meshgraph::MeshVertexNode< TAttribute >::FaceIndex |
Definition at line 75 of file mesh_graph.h.
typedef std::list<FaceIndex> aims::meshgraph::MeshVertexNode< TAttribute >::FaceIndexCollection |
Definition at line 76 of file mesh_graph.h.
typedef MeshVertexNode<TAttribute> aims::meshgraph::MeshVertexNode< TAttribute >::Self |
Definition at line 67 of file mesh_graph.h.
typedef AimsVector<float,3> aims::meshgraph::MeshVertexNode< TAttribute >::Vertex |
Definition at line 68 of file mesh_graph.h.
typedef std::list<Self> aims::meshgraph::MeshVertexNode< TAttribute >::VertexCollection |
Definition at line 69 of file mesh_graph.h.
typedef VertexCollection::iterator aims::meshgraph::MeshVertexNode< TAttribute >::VertexIndex |
Definition at line 70 of file mesh_graph.h.
typedef std::list<VertexIndex> aims::meshgraph::MeshVertexNode< TAttribute >::VertexIndexCollection |
Definition at line 71 of file mesh_graph.h.
|
inline |
Definition at line 89 of file mesh_graph.h.
|
inline |
Definition at line 90 of file mesh_graph.h.
|
inline |
Definition at line 86 of file mesh_graph.h.
|
inline |
Definition at line 87 of file mesh_graph.h.
|
inline |
Definition at line 83 of file mesh_graph.h.
|
inline |
Definition at line 84 of file mesh_graph.h.
|
inline |
Definition at line 80 of file mesh_graph.h.
|
inline |
Definition at line 81 of file mesh_graph.h.