#include <G4GMocrenIO.hh>
|
| GMocrenDetector () |
|
| ~GMocrenDetector () |
|
int | getNumberOfEdges () |
|
void | addEdge (float _startx, float _starty, float _startz, float _endx, float _endy, float _endz) |
|
void | getEdge (float &_startx, float &_starty, float &_startz, float &_endx, float &_endy, float &_endz, int _num) |
|
void | setDetector (std::vector< struct Edge > &_aDetector) |
|
void | setColor (unsigned char _color[3]) |
|
void | getColor (unsigned char _color[3]) |
|
void | setName (std::string &_name) |
|
std::string | getName () |
|
void | translate (std::vector< float > &_tranlate) |
|
Definition at line 127 of file G4GMocrenIO.hh.
GMocrenDetector::GMocrenDetector |
( |
| ) |
|
GMocrenDetector::~GMocrenDetector |
( |
| ) |
|
|
inline |
void GMocrenDetector::addEdge |
( |
float |
_startx, |
|
|
float |
_starty, |
|
|
float |
_startz, |
|
|
float |
_endx, |
|
|
float |
_endy, |
|
|
float |
_endz |
|
) |
| |
void GMocrenDetector::getColor |
( |
unsigned char |
_color[3] | ) |
|
|
inline |
void GMocrenDetector::getEdge |
( |
float & |
_startx, |
|
|
float & |
_starty, |
|
|
float & |
_startz, |
|
|
float & |
_endx, |
|
|
float & |
_endy, |
|
|
float & |
_endz, |
|
|
int |
_num |
|
) |
| |
std::string GMocrenDetector::getName |
( |
void |
| ) |
|
|
inline |
int GMocrenDetector::getNumberOfEdges |
( |
| ) |
|
|
inline |
void GMocrenDetector::setColor |
( |
unsigned char |
_color[3] | ) |
|
|
inline |
void GMocrenDetector::setDetector |
( |
std::vector< struct Edge > & |
_aDetector | ) |
|
|
inline |
void GMocrenDetector::setName |
( |
std::string & |
_name | ) |
|
|
inline |
void GMocrenDetector::translate |
( |
std::vector< float > & |
_tranlate | ) |
|
unsigned char GMocrenDetector::kColor[3] |
|
protected |
std::vector<struct Edge> GMocrenDetector::kDetector |
|
protected |
std::string GMocrenDetector::kName |
|
protected |
The documentation for this class was generated from the following files: