Go to the source code of this file.
|
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...
|
|