![]() |
aimsdata 6.0.0
Neuroimaging data handling
|
#include <aims/meshprojection/meshprojection.h>

Public Member Functions | |
| virtual | ~MeshProjection () |
| MeshProjection (const AimsSurfaceTriangle *, const carto::Volume< T > *) | |
| const AimsSurfaceTriangle * | mesh () const |
| const carto::Volume< T > * | volume () const |
| virtual TimeTexture< T > * | project ()=0 |
| virtual std::string | projectType ()=0 |
Definition at line 55 of file meshprojection.h.
|
virtual |
Definition at line 46 of file meshprojection_d.h.
| aims::MeshProjection< T >::MeshProjection | ( | const AimsSurfaceTriangle * | mesh, |
| const carto::Volume< T > * | vol ) |
Definition at line 52 of file meshprojection_d.h.
References mesh().
| const AimsSurfaceTriangle * aims::MeshProjection< T >::mesh | ( | ) | const |
Definition at line 60 of file meshprojection_d.h.
Referenced by MeshProjection().
|
pure virtual |
|
pure virtual |
| const carto::Volume< T > * aims::MeshProjection< T >::volume | ( | ) | const |
Definition at line 66 of file meshprojection_d.h.