Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Protected Attributes | List of all members
GMocrenTrack Class Reference

#include <G4GMocrenIO.hh>

Classes

struct  Step
 

Public Member Functions

 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)
 

Protected Attributes

std::vector< struct StepkTrack
 
unsigned char kColor [3]
 

Detailed Description

Definition at line 91 of file G4GMocrenIO.hh.

Constructor & Destructor Documentation

GMocrenTrack::GMocrenTrack ( )

Definition at line 249 of file G4GMocrenIO.cc.

GMocrenTrack::~GMocrenTrack ( )
inline

Definition at line 103 of file G4GMocrenIO.hh.

Member Function Documentation

void GMocrenTrack::addStep ( float  _startx,
float  _starty,
float  _startz,
float  _endx,
float  _endy,
float  _endz 
)

Definition at line 254 of file G4GMocrenIO.cc.

void GMocrenTrack::getColor ( unsigned char  _color[3])
inline

Definition at line 116 of file G4GMocrenIO.hh.

int GMocrenTrack::getNumberOfSteps ( )
inline

Definition at line 106 of file G4GMocrenIO.hh.

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.

Here is the call graph for this function:

void GMocrenTrack::setColor ( unsigned char  _color[3])
inline

Definition at line 113 of file G4GMocrenIO.hh.

Here is the caller graph for this function:

void GMocrenTrack::setTrack ( std::vector< struct Step > &  _aTrack)
inline

Definition at line 112 of file G4GMocrenIO.hh.

Here is the caller graph for this function:

void GMocrenTrack::translate ( std::vector< float > &  _tranlate)

Definition at line 282 of file G4GMocrenIO.cc.

Member Data Documentation

unsigned char GMocrenTrack::kColor[3]
protected

Definition at line 99 of file G4GMocrenIO.hh.

std::vector<struct Step> GMocrenTrack::kTrack
protected

Definition at line 98 of file G4GMocrenIO.hh.


The documentation for this class was generated from the following files: