aimsalgo  5.1.2
Neuroimaging image processing
transform_objects.h File Reference
Include dependency graph for transform_objects.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  aims::BundleTransformer
 Apply a spatial transformation to fiber bundles. More...
 

Namespaces

 aims
 

Functions

template<int D>
void aims::transformMesh (AimsTimeSurface< D, Void > &mesh, const soma::Transformation3d &direct_transformation)
 Apply a spatial transformation to a mesh (AimsTimeSurface) More...
 
carto::rc_ptr< BucketMap< Void > > aims::transformBucketDirect (const BucketMap< Void > &bck, const soma::Transformation3d &direct_transformation, Point3df vs=Point3df(0., 0., 0.))
 Apply a spatial transformation to a BucketMap. More...
 
carto::rc_ptr< BucketMap< Void > > aims::resampleBucket (const BucketMap< Void > &bck, const soma::Transformation3d &direct_transformation, const soma::Transformation3d &inverse_transformation, Point3df vs=Point3df(0., 0., 0.), bool also_pushforward=true)
 Apply a spatial transformation to a BucketMap. More...
 
void aims::transformGraph (Graph &graph, const soma::Transformation3d &direct_transformation, const soma::Transformation3d *inverse_transformation, Point3df vs=Point3df(0., 0., 0.))
 Apply a spatial transformation to all objects contained in a Graph. More...