cheshirekow
v0.1.0
|
an interator over neighbors in a simplex More...
#include <mpblocks/clarkson93/Simplex2.h>
Public Types | |
typedef Simplex2< Traits > | Simplex |
typedef Traits::SimplexRef | SimplexRef |
typedef NeighborIterator< Traits > | This |
Public Member Functions | |
NeighborIterator (Simplex &S, uint32_t nIdx) | |
bool | operator!= (NeighborIterator< Traits > &other) |
SimplexRef | operator* () |
This & | operator++ () |
Public Attributes | |
uint32_t | m_nIdx |
Simplex & | m_S |
Static Public Attributes | |
static const unsigned int | NDim = Traits::NDim |
an interator over neighbors in a simplex
Definition at line 104 of file Simplex2.h.
typedef Simplex2<Traits> mpblocks::clarkson93::NeighborIterator< Traits >::Simplex |
Definition at line 111 of file Simplex2.h.
typedef Traits::SimplexRef mpblocks::clarkson93::NeighborIterator< Traits >::SimplexRef |
Definition at line 109 of file Simplex2.h.
typedef NeighborIterator<Traits> mpblocks::clarkson93::NeighborIterator< Traits >::This |
Definition at line 110 of file Simplex2.h.
|
inline |
Definition at line 117 of file Simplex2.h.
|
inline |
Definition at line 130 of file Simplex2.h.
|
inline |
Definition at line 122 of file Simplex2.h.
|
inline |
Definition at line 124 of file Simplex2.h.
uint32_t mpblocks::clarkson93::NeighborIterator< Traits >::m_nIdx |
Definition at line 115 of file Simplex2.h.
Simplex& mpblocks::clarkson93::NeighborIterator< Traits >::m_S |
Definition at line 114 of file Simplex2.h.
|
static |
Definition at line 108 of file Simplex2.h.