|  | OGS
    | 
Definition at line 22 of file MeshNodalCoordinatesBackend.h.
#include <MeshNodalCoordinatesBackend.h>
| Public Member Functions | |
| MeshNodalCoordinatesBackend (std::vector< Node * > const &nodes) | |
| double | map (vtkIdType idx) const | 
| void | mapTuple (vtkIdType tupleId, double *tuple) const | 
| Private Attributes | |
| std::vector< Node * > const & | nodes_ | 
| 
 | explicit | 
Definition at line 18 of file MeshNodalCoordinatesBackend.cpp.
| double MeshLib::MeshNodalCoordinatesBackend::map | ( | vtkIdType | idx | ) | const | 
Definition at line 24 of file MeshNodalCoordinatesBackend.cpp.
References nodes_.
| void MeshLib::MeshNodalCoordinatesBackend::mapTuple | ( | vtkIdType | tupleId, | 
| double * | tuple ) const | 
Definition at line 29 of file MeshNodalCoordinatesBackend.cpp.
References nodes_.
| 
 | private | 
Definition at line 30 of file MeshNodalCoordinatesBackend.h.
Referenced by map(), and mapTuple().