MCPcopy Create free account
hub / github.com/Geant4/geant4 / SetElement

Method SetElement

source/global/management/include/G4FastVector.hh:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 inline void SetElement(G4int anIndex, Type* anElement)
73 // To insert an element at the given position inside
74 // the vector.
75 {
76 ptr[anIndex] = anElement;
77 }
78
79 private:
80 Type* theArray[N];

Callers 1

SetTransformationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected