![]() |
anatomist 6.0.4
3D neuroimaging data viewer
|
#include <anatomist/reference/Geometry.h>

Public Member Functions | |
| Geometry () | |
| Geometry (Point3df size, Point4dl dimMin, Point4dl dimMax) | |
| Geometry (const std::vector< float > &steps, const std::vector< int > &dimMin, const std::vector< int > &dimMax) | |
| Geometry (const Geometry &g) | |
| virtual | ~Geometry () |
| Geometry & | operator= (const Geometry &g) |
| Point3df | Size () const |
| voxel size / steps. Obsolete, use stepSize() insted | |
| void | SetSize (Point3df size) |
| voxel size. Obsolete, use setStepSize() insead | |
| Point4dl | DimMin () const |
| Obsolete - use dimMin() | |
| void | SetDimMin (Point4dl dimMin) |
| Obsolete. use setDimMin() | |
| Point4dl | DimMax () const |
| Obsolete - use dimMax() | |
| void | SetDimMax (Point4dl dimMax) |
| Obsolete - use setDimMax() | |
| std::vector< float > | stepSize () const |
| voxel size / steps | |
| void | setStepSize (const std::vector< float > &steps) |
| std::vector< int > | dimMin () const |
| std::vector< int > | dimMax () const |
| void | setDimMin (const std::vector< int > &dimMin) |
| void | setDimMax (const std::vector< int > &dimMax) |
Protected Attributes | |
| std::vector< float > | _size |
| std::vector< int > | _dimMin |
| std::vector< int > | _dimMax |
Definition at line 49 of file Geometry.h.
| anatomist::Geometry::Geometry | ( | ) |
Referenced by Geometry(), and operator=().
| anatomist::Geometry::Geometry | ( | const std::vector< float > & | steps, |
| const std::vector< int > & | dimMin, | ||
| const std::vector< int > & | dimMax ) |
| anatomist::Geometry::Geometry | ( | const Geometry & | g | ) |
References Geometry().
|
virtual |
|
inline |
Definition at line 79 of file Geometry.h.
References _dimMax.
Referenced by Geometry(), Geometry(), SetDimMax(), and setDimMax().
|
inline |
Definition at line 78 of file Geometry.h.
References _dimMin.
Referenced by Geometry(), Geometry(), SetDimMin(), and setDimMin().
References Geometry().
| void anatomist::Geometry::SetDimMax | ( | Point4dl | dimMax | ) |
Obsolete - use setDimMax()
References dimMax().
| void anatomist::Geometry::setDimMax | ( | const std::vector< int > & | dimMax | ) |
References dimMax().
| void anatomist::Geometry::SetDimMin | ( | Point4dl | dimMin | ) |
Obsolete. use setDimMin()
References dimMin().
| void anatomist::Geometry::setDimMin | ( | const std::vector< int > & | dimMin | ) |
References dimMin().
| void anatomist::Geometry::SetSize | ( | Point3df | size | ) |
voxel size. Obsolete, use setStepSize() insead
| void anatomist::Geometry::setStepSize | ( | const std::vector< float > & | steps | ) |
|
inline |
voxel size / steps. Obsolete, use stepSize() insted
Definition at line 63 of file Geometry.h.
References _size.
|
inline |
|
protected |
Definition at line 86 of file Geometry.h.
Referenced by dimMax().
|
protected |
Definition at line 85 of file Geometry.h.
Referenced by dimMin().
|
protected |
Definition at line 84 of file Geometry.h.
Referenced by Size(), and stepSize().