The Class for VXD doc box.
More...
#include <VXDServiceGeometryPar.h>
|
| VXDBoxTypesPar (const std::string &name="", const std::string &material="", int identifier=0, double width=0, double length=0, double height=0) |
| Constructor.
|
|
double | getWidth (void) const |
| Get width in mm.
|
|
double | getLength (void) const |
| Get length in mm.
|
|
double | getHeight (void) const |
| Get height in mm.
|
|
std::string | getMaterial (void) const |
| Get material.
|
|
std::string | getName (void) const |
| Get name.
|
|
int | getIdentifier (void) const |
| Get identifier.
|
|
|
| ClassDef (VXDBoxTypesPar, 5) |
| ClassDef, must be the last term before the closing {}.
|
|
The Class for VXD doc box.
Definition at line 24 of file VXDServiceGeometryPar.h.
◆ VXDBoxTypesPar()
VXDBoxTypesPar |
( |
const std::string & | name = "", |
|
|
const std::string & | material = "", |
|
|
int | identifier = 0, |
|
|
double | width = 0, |
|
|
double | length = 0, |
|
|
double | height = 0 ) |
|
inline |
Constructor.
Definition at line 28 of file VXDServiceGeometryPar.h.
29 :
30 m_name(name), m_material(material), m_identifier(identifier), m_width(width), m_length(length), m_height(height)
31 {}
◆ getHeight()
double getHeight |
( |
void | | ) |
const |
|
inline |
◆ getIdentifier()
int getIdentifier |
( |
void | | ) |
const |
|
inline |
◆ getLength()
double getLength |
( |
void | | ) |
const |
|
inline |
◆ getMaterial()
std::string getMaterial |
( |
void | | ) |
const |
|
inline |
◆ getName()
std::string getName |
( |
void | | ) |
const |
|
inline |
◆ getWidth()
double getWidth |
( |
void | | ) |
const |
|
inline |
◆ m_height
◆ m_identifier
◆ m_length
◆ m_material
◆ m_name
◆ m_width
The documentation for this class was generated from the following file: