The Class for VXD doc box envelope.
More...
#include <VXDServiceGeometryPar.h>
|
| VXDBoxPositionsPar (const std::string &name="", double minZ=0, double maxZ=0, double minR=0, double maxR=0, int divisions=0) |
| Constructor.
|
|
double | getMinZ (void) const |
| Get minZ in mm.
|
|
double | getMaxZ (void) const |
| Get maxZ in mm.
|
|
double | getMinR (void) const |
| Get minR in mm.
|
|
double | getMaxR (void) const |
| Get maxR in mm.
|
|
int | getDivisions (void) const |
| Get divisions.
|
|
const std::vector< VXDSlotsPar > & | getSlots (void) const |
| Get slots.
|
|
std::vector< VXDSlotsPar > & | getSlots (void) |
| Get slots.
|
|
const std::string & | getName (void) const |
| Get name.
|
|
The Class for VXD doc box envelope.
Definition at line 89 of file VXDServiceGeometryPar.h.
◆ VXDBoxPositionsPar()
VXDBoxPositionsPar |
( |
const std::string & | name = "", |
|
|
double | minZ = 0, |
|
|
double | maxZ = 0, |
|
|
double | minR = 0, |
|
|
double | maxR = 0, |
|
|
int | divisions = 0 ) |
|
inline |
Constructor.
Definition at line 93 of file VXDServiceGeometryPar.h.
94 :
95 m_name(name), m_minZ(minZ), m_maxZ(maxZ), m_minR(minR), m_maxR(maxR), m_divisions(divisions)
96 {}
◆ getDivisions()
int getDivisions |
( |
void | | ) |
const |
|
inline |
◆ getMaxR()
double getMaxR |
( |
void | | ) |
const |
|
inline |
◆ getMaxZ()
double getMaxZ |
( |
void | | ) |
const |
|
inline |
◆ getMinR()
double getMinR |
( |
void | | ) |
const |
|
inline |
◆ getMinZ()
double getMinZ |
( |
void | | ) |
const |
|
inline |
◆ getName()
const std::string & getName |
( |
void | | ) |
const |
|
inline |
◆ getSlots() [1/2]
◆ getSlots() [2/2]
const std::vector< VXDSlotsPar > & getSlots |
( |
void | | ) |
const |
|
inline |
◆ m_divisions
◆ m_maxR
◆ m_maxZ
◆ m_minR
◆ m_minZ
◆ m_name
◆ m_slots
The documentation for this class was generated from the following file: