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

#include <G4GMocrenIO.hh>

Collaboration diagram for GMocrenDataPrimitive< T >:
Collaboration graph
[legend]

Public Member Functions

 GMocrenDataPrimitive ()
 
 ~GMocrenDataPrimitive ()
 
GMocrenDataPrimitive< T > & operator= (const GMocrenDataPrimitive< T > &_right)
 
GMocrenDataPrimitive< T > & operator+ (const GMocrenDataPrimitive< T > &_right)
 
GMocrenDataPrimitive< T > & operator+= (const GMocrenDataPrimitive< T > &_right)
 
void clear ()
 
void clearImage ()
 
void setSize (int _size[3])
 
void getSize (int _size[3])
 
void setScale (double &_scale)
 
double getScale ()
 
void setMinMax (T _minmax[2])
 
void getMinMax (T _minmax[2])
 
void setImage (std::vector< T * > &_image)
 
void addImage (T *_image)
 
std::vector< T * > & getImage ()
 
T * getImage (int _z)
 
void setCenterPosition (float _center[3])
 
void getCenterPosition (float _center[3])
 
void setName (std::string &_name)
 
std::string getName ()
 

Protected Attributes

int kSize [3]
 
double kScale
 
kMinmax [2]
 
float kCenter [3]
 
std::vector< T * > kImage
 
std::string kDataName
 

Detailed Description

template<typename T>
class GMocrenDataPrimitive< T >

Definition at line 50 of file G4GMocrenIO.hh.

Constructor & Destructor Documentation

template<typename T >
GMocrenDataPrimitive< T >::GMocrenDataPrimitive ( )

Definition at line 60 of file G4GMocrenIO.cc.

Here is the call graph for this function:

template<typename T >
GMocrenDataPrimitive< T >::~GMocrenDataPrimitive ( )

Definition at line 64 of file G4GMocrenIO.cc.

Member Function Documentation

template<typename T>
void GMocrenDataPrimitive< T >::addImage ( T *  _image)

Definition at line 216 of file G4GMocrenIO.cc.

Here is the caller graph for this function:

template<typename T >
void GMocrenDataPrimitive< T >::clear ( void  )

Definition at line 167 of file G4GMocrenIO.cc.

Here is the caller graph for this function:

template<typename T >
void GMocrenDataPrimitive< T >::clearImage ( )

Definition at line 179 of file G4GMocrenIO.cc.

Here is the caller graph for this function:

template<typename T >
void GMocrenDataPrimitive< T >::getCenterPosition ( float  _center[3])

Definition at line 233 of file G4GMocrenIO.cc.

Here is the caller graph for this function:

template<typename T >
std::vector< T * > & GMocrenDataPrimitive< T >::getImage ( )

Definition at line 220 of file G4GMocrenIO.cc.

Here is the caller graph for this function:

template<typename T >
T * GMocrenDataPrimitive< T >::getImage ( int  _z)

Definition at line 224 of file G4GMocrenIO.cc.

template<typename T>
void GMocrenDataPrimitive< T >::getMinMax ( _minmax[2])

Definition at line 207 of file G4GMocrenIO.cc.

Here is the caller graph for this function:

template<typename T >
std::string GMocrenDataPrimitive< T >::getName ( void  )

Definition at line 241 of file G4GMocrenIO.cc.

template<typename T >
double GMocrenDataPrimitive< T >::getScale ( )

Definition at line 199 of file G4GMocrenIO.cc.

Here is the caller graph for this function:

template<typename T >
void GMocrenDataPrimitive< T >::getSize ( int  _size[3])

Definition at line 191 of file G4GMocrenIO.cc.

Here is the caller graph for this function:

template<typename T>
GMocrenDataPrimitive< T > & GMocrenDataPrimitive< T >::operator+ ( const GMocrenDataPrimitive< T > &  _right)

Definition at line 92 of file G4GMocrenIO.cc.

Here is the call graph for this function:

template<typename T>
GMocrenDataPrimitive< T > & GMocrenDataPrimitive< T >::operator+= ( const GMocrenDataPrimitive< T > &  _right)

Definition at line 134 of file G4GMocrenIO.cc.

Here is the call graph for this function:

template<typename T>
GMocrenDataPrimitive< T > & GMocrenDataPrimitive< T >::operator= ( const GMocrenDataPrimitive< T > &  _right)

Definition at line 74 of file G4GMocrenIO.cc.

template<typename T >
void GMocrenDataPrimitive< T >::setCenterPosition ( float  _center[3])

Definition at line 229 of file G4GMocrenIO.cc.

Here is the caller graph for this function:

template<typename T>
void GMocrenDataPrimitive< T >::setImage ( std::vector< T * > &  _image)

Definition at line 212 of file G4GMocrenIO.cc.

template<typename T>
void GMocrenDataPrimitive< T >::setMinMax ( _minmax[2])

Definition at line 203 of file G4GMocrenIO.cc.

Here is the caller graph for this function:

template<typename T >
void GMocrenDataPrimitive< T >::setName ( std::string &  _name)

Definition at line 237 of file G4GMocrenIO.cc.

template<typename T >
void GMocrenDataPrimitive< T >::setScale ( double &  _scale)

Definition at line 195 of file G4GMocrenIO.cc.

Here is the caller graph for this function:

template<typename T >
void GMocrenDataPrimitive< T >::setSize ( int  _size[3])

Definition at line 187 of file G4GMocrenIO.cc.

Here is the caller graph for this function:

Member Data Documentation

template<typename T>
float GMocrenDataPrimitive< T >::kCenter[3]
protected

Definition at line 55 of file G4GMocrenIO.hh.

template<typename T>
std::string GMocrenDataPrimitive< T >::kDataName
protected

Definition at line 57 of file G4GMocrenIO.hh.

template<typename T>
std::vector<T *> GMocrenDataPrimitive< T >::kImage
protected

Definition at line 56 of file G4GMocrenIO.hh.

template<typename T>
T GMocrenDataPrimitive< T >::kMinmax[2]
protected

Definition at line 54 of file G4GMocrenIO.hh.

template<typename T>
double GMocrenDataPrimitive< T >::kScale
protected

Definition at line 53 of file G4GMocrenIO.hh.

template<typename T>
int GMocrenDataPrimitive< T >::kSize[3]
protected

Definition at line 52 of file G4GMocrenIO.hh.


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