#include <G4GMocrenIO.hh>
|
| GMocrenTrack () |
|
| ~GMocrenTrack () |
|
int | getNumberOfSteps () |
|
void | addStep (float _startx, float _starty, float _startz, float _endx, float _endy, float _endz) |
|
void | getStep (float &_startx, float &_starty, float &_startz, float &_endx, float &_endy, float &_endz, int _num) |
|
void | setTrack (std::vector< struct Step > &_aTrack) |
|
void | setColor (unsigned char _color[3]) |
|
void | getColor (unsigned char _color[3]) |
|
void | translate (std::vector< float > &_tranlate) |
|
Definition at line 91 of file G4GMocrenIO.hh.
GMocrenTrack::GMocrenTrack |
( |
| ) |
|
GMocrenTrack::~GMocrenTrack |
( |
| ) |
|
|
inline |
void GMocrenTrack::addStep |
( |
float |
_startx, |
|
|
float |
_starty, |
|
|
float |
_startz, |
|
|
float |
_endx, |
|
|
float |
_endy, |
|
|
float |
_endz |
|
) |
| |
void GMocrenTrack::getColor |
( |
unsigned char |
_color[3] | ) |
|
|
inline |
int GMocrenTrack::getNumberOfSteps |
( |
| ) |
|
|
inline |
void GMocrenTrack::getStep |
( |
float & |
_startx, |
|
|
float & |
_starty, |
|
|
float & |
_startz, |
|
|
float & |
_endx, |
|
|
float & |
_endy, |
|
|
float & |
_endz, |
|
|
int |
_num |
|
) |
| |
void GMocrenTrack::setColor |
( |
unsigned char |
_color[3] | ) |
|
|
inline |
void GMocrenTrack::setTrack |
( |
std::vector< struct Step > & |
_aTrack | ) |
|
|
inline |
void GMocrenTrack::translate |
( |
std::vector< float > & |
_tranlate | ) |
|
unsigned char GMocrenTrack::kColor[3] |
|
protected |
std::vector<struct Step> GMocrenTrack::kTrack |
|
protected |
The documentation for this class was generated from the following files: