A geometry model implementing a single box with no daughter volumes.
More...
#include <bayeux/geomtools/simple_boxed_model.h>
A geometry model implementing a single box with no daughter volumes.
◆ simple_boxed_model()
geomtools::simple_boxed_model::simple_boxed_model |
( |
| ) |
|
◆ ~simple_boxed_model()
virtual geomtools::simple_boxed_model::~simple_boxed_model |
( |
| ) |
|
|
virtual |
◆ _at_construct()
◆ get_box()
virtual const geomtools::box& geomtools::simple_boxed_model::get_box |
( |
| ) |
const |
|
virtual |
◆ get_material_name()
const std::string& geomtools::simple_boxed_model::get_material_name |
( |
| ) |
const |
◆ get_model_id()
virtual std::string geomtools::simple_boxed_model::get_model_id |
( |
| ) |
const |
|
virtual |
◆ get_solid()
const geomtools::box& geomtools::simple_boxed_model::get_solid |
( |
| ) |
const |
◆ get_x()
double geomtools::simple_boxed_model::get_x |
( |
| ) |
const |
◆ get_y()
double geomtools::simple_boxed_model::get_y |
( |
| ) |
const |
◆ get_z()
double geomtools::simple_boxed_model::get_z |
( |
| ) |
const |
◆ set_material_name()
void geomtools::simple_boxed_model::set_material_name |
( |
const std::string & |
| ) |
|
◆ set_x()
void geomtools::simple_boxed_model::set_x |
( |
double |
x_ | ) |
|
◆ set_y()
void geomtools::simple_boxed_model::set_y |
( |
double |
y_ | ) |
|
◆ set_z()
void geomtools::simple_boxed_model::set_z |
( |
double |
z_ | ) |
|
◆ tree_dump()
virtual void geomtools::simple_boxed_model::tree_dump |
( |
std::ostream & |
out_ = std::clog , |
|
|
const std::string & |
title_ = "" , |
|
|
const std::string & |
indent_ = "" , |
|
|
bool |
inherit_ = false |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following file: