library: libGeom #include "TGeoVoxelFinder.h" |
TGeoFullVoxels
class description - header file - source file - inheritance tree (.pdf)
private:
TGeoFullVoxels(const TGeoFullVoxels&)
TGeoFullVoxels& operator=(const TGeoFullVoxels&)
public:
TGeoFullVoxels()
TGeoFullVoxels(TGeoVolume* vol)
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
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
Author: Andrei Gheata 04/02/02
Last update: root/geom:$Name: $:$Id: TGeoVoxelFinder.cxx,v 1.39 2006/07/09 05:27:54 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.