The Class for SVD Support Ribs (one layer)
More...
#include <SVDSupportRibsPar.h>
|
| ClassDef (SVDSupportRibsPar, 5) |
| ClassDef, must be the last term before the closing {}.
|
|
The Class for SVD Support Ribs (one layer)
Definition at line 136 of file SVDSupportRibsPar.h.
◆ SVDSupportRibsPar() [1/2]
SVDSupportRibsPar |
( |
double | spacing, |
|
|
double | height, |
|
|
double | innerWidth, |
|
|
double | outerWidth, |
|
|
double | tabLength, |
|
|
const std::string & | outerMaterial, |
|
|
const std::string & | innerMaterial, |
|
|
const std::string & | outerColor, |
|
|
const std::string & | innerColor, |
|
|
const std::string & | endmountMaterial ) |
|
inline |
Constructor.
Definition at line 140 of file SVDSupportRibsPar.h.
142 :
143 m_spacing(spacing), m_height(height), m_innerWidth(innerWidth), m_outerWidth(outerWidth), m_tabLength(tabLength),
144 m_outerMaterial(outerMaterial), m_innerMaterial(innerMaterial), m_outerColor(outerColor), m_innerColor(innerColor),
145 m_endmountMaterial(endmountMaterial)
146 {}
◆ SVDSupportRibsPar() [2/2]
Constructor.
Definition at line 148 of file SVDSupportRibsPar.h.
148 :
149 m_spacing(0.), m_height(0.), m_innerWidth(0.), m_outerWidth(0.), m_tabLength(0.),
150 m_outerMaterial(""), m_innerMaterial(""), m_outerColor(""), m_innerColor(""), m_endmountMaterial("")
151 {}
◆ getBoxes() [1/2]
◆ getBoxes() [2/2]
◆ getEndmountMaterial()
const std::string & getEndmountMaterial |
( |
| ) |
const |
|
inline |
get the name of endmount material
Definition at line 177 of file SVDSupportRibsPar.h.
177{ return m_endmountMaterial; }
◆ getEndmounts() [1/2]
◆ getEndmounts() [2/2]
◆ getHeight()
double getHeight |
( |
| ) |
const |
|
inline |
◆ getInnerColor()
const std::string & getInnerColor |
( |
| ) |
const |
|
inline |
◆ getInnerMaterial()
const std::string & getInnerMaterial |
( |
| ) |
const |
|
inline |
get the name of inner material
Definition at line 171 of file SVDSupportRibsPar.h.
171{ return m_innerMaterial; }
◆ getInnerWidth()
double getInnerWidth |
( |
| ) |
const |
|
inline |
◆ getOuterColor()
const std::string & getOuterColor |
( |
| ) |
const |
|
inline |
◆ getOuterMaterial()
const std::string & getOuterMaterial |
( |
| ) |
const |
|
inline |
get the name of outer material
Definition at line 169 of file SVDSupportRibsPar.h.
169{ return m_outerMaterial; }
◆ getOuterWidth()
double getOuterWidth |
( |
| ) |
const |
|
inline |
◆ getSpacing()
double getSpacing |
( |
| ) |
const |
|
inline |
◆ getTabLength()
double getTabLength |
( |
| ) |
const |
|
inline |
◆ getTabs() [1/2]
◆ getTabs() [2/2]
◆ setHeight()
void setHeight |
( |
double | height | ) |
|
|
inline |
◆ setSpacing()
void setSpacing |
( |
double | spacing | ) |
|
|
inline |
◆ m_boxes
◆ m_endmountMaterial
std::string m_endmountMaterial |
|
private |
◆ m_endmounts
◆ m_height
◆ m_innerColor
◆ m_innerMaterial
std::string m_innerMaterial |
|
private |
◆ m_innerWidth
◆ m_outerColor
◆ m_outerMaterial
std::string m_outerMaterial |
|
private |
◆ m_outerWidth
◆ m_spacing
◆ m_tabLength
◆ m_tabs
The documentation for this class was generated from the following file: