#include <GeometryBase.hh>
|
| GeometryBase () |
|
virtual | ~GeometryBase () |
|
virtual Medium * | GetMedium (const double x, const double y, const double z) const =0 |
|
virtual bool | IsInside (const double x, const double y, const double z) const =0 |
|
virtual bool | GetBoundingBox (double &xmin, double &ymin, double &zmin, double &xmax, double &ymax, double &zmax)=0 |
|
Definition at line 12 of file GeometryBase.hh.
◆ GeometryBase()
Garfield::GeometryBase::GeometryBase |
( |
| ) |
|
|
inline |
◆ ~GeometryBase()
virtual Garfield::GeometryBase::~GeometryBase |
( |
| ) |
|
|
inlinevirtual |
◆ GetBoundingBox()
virtual bool Garfield::GeometryBase::GetBoundingBox |
( |
double & |
xmin, |
|
|
double & |
ymin, |
|
|
double & |
zmin, |
|
|
double & |
xmax, |
|
|
double & |
ymax, |
|
|
double & |
zmax |
|
) |
| |
|
pure virtual |
◆ GetMedium()
virtual Medium * Garfield::GeometryBase::GetMedium |
( |
const double |
x, |
|
|
const double |
y, |
|
|
const double |
z |
|
) |
| const |
|
pure virtual |
◆ IsInside()
virtual bool Garfield::GeometryBase::IsInside |
( |
const double |
x, |
|
|
const double |
y, |
|
|
const double |
z |
|
) |
| const |
|
pure virtual |
◆ m_className
std::string Garfield::GeometryBase::m_className |
|
protected |
The documentation for this class was generated from the following file: