|
Geant4-11
|
#include <G4GMocrenIO.hh>
Data Structures | |
| struct | Step |
Public Member Functions | |
| void | addStep (float _startx, float _starty, float _startz, float _endx, float _endy, float _endz) |
| void | getColor (unsigned char _color[3]) |
| int | getNumberOfSteps () |
| void | getStep (float &_startx, float &_starty, float &_startz, float &_endx, float &_endy, float &_endz, int _num) |
| GMocrenTrack () | |
| void | setColor (unsigned char _color[3]) |
| void | setTrack (std::vector< struct Step > &_aTrack) |
| void | translate (std::vector< float > &_tranlate) |
| ~GMocrenTrack () | |
Protected Attributes | |
| unsigned char | kColor [3] |
| std::vector< struct Step > | kTrack |
Definition at line 91 of file G4GMocrenIO.hh.
| GMocrenTrack::GMocrenTrack | ( | ) |
Definition at line 249 of file G4GMocrenIO.cc.
|
inline |
Definition at line 103 of file G4GMocrenIO.hh.
| void GMocrenTrack::addStep | ( | float | _startx, |
| float | _starty, | ||
| float | _startz, | ||
| float | _endx, | ||
| float | _endy, | ||
| float | _endz | ||
| ) |
Definition at line 254 of file G4GMocrenIO.cc.
References GMocrenTrack::Step::endPoint, kTrack, and GMocrenTrack::Step::startPoint.
|
inline |
Definition at line 116 of file G4GMocrenIO.hh.
References kColor.
|
inline |
| void GMocrenTrack::getStep | ( | float & | _startx, |
| float & | _starty, | ||
| float & | _startz, | ||
| float & | _endx, | ||
| float & | _endy, | ||
| float & | _endz, | ||
| int | _num | ||
| ) |
Definition at line 265 of file G4GMocrenIO.cc.
References G4VisManager::errors, G4cout, G4endl, G4VisManager::GetVerbosity(), and kTrack.
|
inline |
Definition at line 113 of file G4GMocrenIO.hh.
References kColor.
Referenced by G4GMocrenIO::addTrack().
|
inline |
Definition at line 112 of file G4GMocrenIO.hh.
References kTrack.
Referenced by G4GMocrenIO::addTrack().
| void GMocrenTrack::translate | ( | std::vector< float > & | _tranlate | ) |
Definition at line 282 of file G4GMocrenIO.cc.
References kTrack.
|
protected |
Definition at line 99 of file G4GMocrenIO.hh.
Referenced by getColor(), GMocrenTrack(), and setColor().
|
protected |
Definition at line 98 of file G4GMocrenIO.hh.
Referenced by addStep(), getNumberOfSteps(), getStep(), GMocrenTrack(), setTrack(), and translate().