library: libGeom #include "TGeoVoxelFinder.h" |
TGeoFullVoxels
class description - source file - inheritance tree (.pdf)
public:
TGeoFullVoxels()
TGeoFullVoxels(TGeoVolume* vol)
TGeoFullVoxels(const TGeoFullVoxels&)
virtual ~TGeoFullVoxels()
static TClass* Class()
virtual Int_t* GetCheckList(Double_t* point, Int_t& nelem)
UChar_t* GetVoxel(Int_t i, Int_t j, Int_t k) const
virtual Int_t* GetVoxelCandidates(Int_t i, Int_t j, Int_t k, Int_t& ncheck)
virtual TClass* IsA() const
TGeoFullVoxels& operator=(const TGeoFullVoxels&)
virtual void Print(Option_t* option = "") const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void Voxelize(Option_t* option)
private:
Int_t fNvoxels
Int_t fNvx number of slices on X
Int_t fNvy number of slices on Y
Int_t fNvz number of slices on Z
UChar_t* fVox [fNvoxels] voxels storage array
Full description with examples and pictures
/*
*/
TGeoFullVoxels()
Default constructor
TGeoFullVoxels(TGeoVolume *vol)
:TGeoVoxelFinder(vol)
Constructor
~TGeoFullVoxels()
Destructor
void Voxelize(Option_t *)
--- Voxelize fVolume.
printf("Voxelizing %s\n", fVolume->GetName());
Int_t* GetVoxelCandidates(Int_t i, Int_t j, Int_t k, Int_t &ncheck)
get the list of candidates in voxel (i,j,k) - no check
Int_t* GetCheckList(Double_t *point, Int_t &nelem)
get the list of daughter indices for which point is inside their bbox
void Print(Option_t *) const
Inline Functions
UChar_t* GetVoxel(Int_t i, Int_t j, Int_t k) const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TGeoFullVoxels TGeoFullVoxels(const TGeoFullVoxels&)
TGeoFullVoxels& operator=(const TGeoFullVoxels&)
Author: Andrei Gheata 04/02/02
Last update: root/geom:$Name: $:$Id: TGeoVoxelFinder.cxx,v 1.25 2005/09/04 15:12:08 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.