aimstil
5.0.5
|
This class enhance a mesh class with a neighbor index attribute. More...
#include <til/til_declarations.h>
Public Types | |
typedef TParam::NeighborIndex | NeighborIndex |
typedef TParam::NeighborIndexCollection | NeighborIndexCollection |
Public Member Functions | |
AddNeighborIndexAttribute () | |
AddNeighborIndexAttribute (const TMesh &mesh) | |
AddNeighborIndexAttribute (const TMesh &mesh, shared_ptr< NeighborIndexCollection > &ni) | |
const NeighborIndexCollection & | getNeighborIndices () const |
NeighborIndexCollection & | getNeighborIndices () |
This class enhance a mesh class with a neighbor index attribute.
The first template argument is the mesh class we want to upgrade. The second template argument is the parameters for this upgrade, giving for exemple the type of the neigbor indices.
Definition at line 45 of file til_declarations.h.
typedef TParam::NeighborIndex til::detail::AddNeighborIndexAttribute< TMesh, TParam >::NeighborIndex |
typedef TParam::NeighborIndexCollection til::detail::AddNeighborIndexAttribute< TMesh, TParam >::NeighborIndexCollection |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
Definition at line 341 of file Mesh.h.
Referenced by til::getNeighborIndices().
|
inline |