|
Nektar++
|
#include <MeshGraph.h>
Classes | |
| class | Iterator |
| class | ReverseIterator |
Public Member Functions | |
| GeomMapView (const GeomMap< T > &map) | |
| Iterator | begin () const |
| Iterator | end () const |
| ReverseIterator | rbegin () const |
| ReverseIterator | rend () const |
| std::size_t | size () const |
| Iterator | find (int id) const |
| T * | at (int id) const |
Private Attributes | |
| const GeomMap< T > & | m_map |
Definition at line 229 of file MeshGraph.h.
|
inlineexplicit |
Definition at line 309 of file MeshGraph.h.
|
inline |
Definition at line 341 of file MeshGraph.h.
References Nektar::SpatialDomains::GeomMapView< T >::m_map.
|
inline |
Definition at line 313 of file MeshGraph.h.
References Nektar::SpatialDomains::GeomMapView< T >::m_map.
|
inline |
Definition at line 317 of file MeshGraph.h.
References Nektar::SpatialDomains::GeomMapView< T >::m_map.
Referenced by Nektar::SpatialDomains::MeshGraphIOHDF5::FillGeomMap().
|
inline |
Definition at line 336 of file MeshGraph.h.
References Nektar::SpatialDomains::GeomMapView< T >::m_map.
|
inline |
Definition at line 322 of file MeshGraph.h.
References Nektar::SpatialDomains::GeomMapView< T >::m_map.
|
inline |
Definition at line 326 of file MeshGraph.h.
References Nektar::SpatialDomains::GeomMapView< T >::m_map.
|
inline |
Definition at line 331 of file MeshGraph.h.
References Nektar::SpatialDomains::GeomMapView< T >::m_map.
Referenced by Nektar::SpatialDomains::MeshGraphIOHDF5::WriteGeometryMap().
|
private |
Definition at line 348 of file MeshGraph.h.
Referenced by Nektar::SpatialDomains::GeomMapView< T >::at(), Nektar::SpatialDomains::GeomMapView< T >::begin(), Nektar::SpatialDomains::GeomMapView< T >::end(), Nektar::SpatialDomains::GeomMapView< T >::find(), Nektar::SpatialDomains::GeomMapView< T >::rbegin(), Nektar::SpatialDomains::GeomMapView< T >::rend(), and Nektar::SpatialDomains::GeomMapView< T >::size().