Geant4
10.02.p03
|
#include <G4FastVector.hh>
Public Member Functions | |
G4FastVector () | |
~G4FastVector () | |
Type * | operator[] (G4int anIndex) const |
void | Initialize (G4int items) |
void | SetElement (G4int anIndex, Type *anElement) |
Private Attributes | |
Type * | theArray [N] |
Type ** | ptr |
Definition at line 43 of file G4FastVector.hh.
|
inline |
Definition at line 50 of file G4FastVector.hh.
|
inline |
Definition at line 52 of file G4FastVector.hh.
|
inline |
|
inline |
Definition at line 57 of file G4FastVector.hh.
|
inline |
|
private |
Definition at line 86 of file G4FastVector.hh.
|
private |
Definition at line 85 of file G4FastVector.hh.