#include <anatomist/reference/Geometry.h>
Definition at line 49 of file Geometry.h.
◆ Geometry() [1/4]
anatomist::Geometry::Geometry |
( |
| ) |
|
◆ Geometry() [2/4]
◆ Geometry() [3/4]
anatomist::Geometry::Geometry |
( |
const std::vector< float > & |
steps, |
|
|
const std::vector< int > & |
dimMin, |
|
|
const std::vector< int > & |
dimMax |
|
) |
| |
◆ Geometry() [4/4]
anatomist::Geometry::Geometry |
( |
const Geometry & |
g | ) |
|
◆ ~Geometry()
virtual anatomist::Geometry::~Geometry |
( |
| ) |
|
|
virtual |
◆ DimMax()
Point4dl anatomist::Geometry::DimMax |
( |
| ) |
const |
◆ dimMax()
std::vector<int> anatomist::Geometry::dimMax |
( |
| ) |
const |
|
inline |
◆ DimMin()
Point4dl anatomist::Geometry::DimMin |
( |
| ) |
const |
◆ dimMin()
std::vector<int> anatomist::Geometry::dimMin |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ setDimMax()
void anatomist::Geometry::setDimMax |
( |
const std::vector< int > & |
dimMax | ) |
|
◆ SetDimMax()
void anatomist::Geometry::SetDimMax |
( |
Point4dl |
dimMax | ) |
|
◆ setDimMin()
void anatomist::Geometry::setDimMin |
( |
const std::vector< int > & |
dimMin | ) |
|
◆ SetDimMin()
void anatomist::Geometry::SetDimMin |
( |
Point4dl |
dimMin | ) |
|
◆ SetSize()
void anatomist::Geometry::SetSize |
( |
Point3df |
size | ) |
|
◆ setStepSize()
void anatomist::Geometry::setStepSize |
( |
const std::vector< float > & |
steps | ) |
|
◆ Size()
Point3df anatomist::Geometry::Size |
( |
| ) |
const |
|
inline |
◆ stepSize()
std::vector<float> anatomist::Geometry::stepSize |
( |
| ) |
const |
|
inline |
◆ _dimMax
std::vector<int> anatomist::Geometry::_dimMax |
|
protected |
◆ _dimMin
std::vector<int> anatomist::Geometry::_dimMin |
|
protected |
◆ _size
std::vector<float> anatomist::Geometry::_size |
|
protected |
The documentation for this class was generated from the following file: