12#ifndef ROOT_TEveGridStepper
13#define ROOT_TEveGridStepper
int Int_t
Signed integer 4 bytes (int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
float Float_t
Float 4 bytes (float).
#define ClassDefOverride(name, id)
Provide discrete position coordinates for placement of objects on regular grids.
Bool_t Step()
Move to the next grid position.
TEveGridStepper & operator=(const TEveGridStepper &)
TEveGridStepper(const TEveGridStepper &)
~TEveGridStepper() override
void GetPosition(Float_t *p)
Get current position.
void SetTransAdvance(TEveTrans *mx)
Set position into the translation part of mx and advance to the next grid position.
Int_t * fValueArr[3]
! Internal traversal variables.
void Subtract(TEveGridStepper &s)
Subtract current position of 's' from origin of this.
void SetDs(Float_t dx, Float_t dy, Float_t dz=0)
friend class TEveGridStepperSubEditor
void Reset()
Reset position to origin.
void SetOs(Float_t ox, Float_t oy, Float_t oz=0)
void SetNs(Int_t nx, Int_t ny, Int_t nz=1)
void SetTrans(TEveTrans *mx)
Set position into the translation part of mx.
TEveTrans is a 4x4 transformation matrix for homogeneous coordinates stored internally in a column-ma...
TObject()
TObject constructor.