|  | aimsdata
    5.1.2
    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.
| const AimsSurfaceTriangle * aims::MeshProjection< T >::mesh | 
Definition at line 60 of file meshprojection_d.h.
| 
 | pure virtual | 
| 
 | pure virtual | 
| const carto::Volume< T > * aims::MeshProjection< T >::volume | 
Definition at line 66 of file meshprojection_d.h.