Logo ROOT   6.14/05
Reference Guide
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Protected Attributes | List of all members
TVirtualGeoPainter Class Referenceabstract

Abstract class for geometry painters.

Definition at line 31 of file TVirtualGeoPainter.h.

Public Types

enum  EGeoBombOption { kGeoNoBomb = 0, kGeoBombXYZ = 1, kGeoBombCyl = 2, kGeoBombSph = 3 }
 
enum  EGeoVisLevel { kGeoVisLevel = 0 }
 
enum  EGeoVisOption {
  kGeoVisDefault = 0, kGeoVisLeaves = 1, kGeoVisOnly = 2, kGeoVisBranch = 3,
  kGeoVisChanged = 4
}
 
- Public Types inherited from TObject
enum  {
  kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kInconsistent = 0x08000000,
  kBitMask = 0x00ffffff
}
 
enum  { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) }
 
enum  EDeprecatedStatusBits { kObjInCanvas = BIT(3) }
 
enum  EStatusBits {
  kCanDelete = BIT(0), kMustCleanup = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5),
  kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13)
}
 

Public Member Functions

 TVirtualGeoPainter (TGeoManager *manager)
 Geometry painter default constructor. More...
 
virtual ~TVirtualGeoPainter ()
 Geometry painter default destructor. More...
 
virtual void AddSize3D (Int_t numpoints, Int_t numsegs, Int_t numpolys)=0
 
virtual TVirtualGeoTrackAddTrack (Int_t id, Int_t pdgcode, TObject *particle)=0
 
virtual void AddTrackPoint (Double_t *point, Double_t *box, Bool_t reset=kFALSE)=0
 
virtual void BombTranslation (const Double_t *tr, Double_t *bombtr)=0
 
virtual void CheckBoundaryErrors (Int_t ntracks=1000000, Double_t radius=-1.)=0
 
virtual void CheckBoundaryReference (Int_t icheck=-1)=0
 
virtual void CheckGeometry (Int_t nrays, Double_t startx, Double_t starty, Double_t startz) const =0
 
virtual void CheckGeometryFull (Bool_t checkoverlaps=kTRUE, Bool_t checkcrossings=kTRUE, Int_t nrays=10000, const Double_t *vertex=NULL)=0
 
virtual void CheckOverlaps (const TGeoVolume *vol, Double_t ovlp=0.1, Option_t *option="") const =0
 
virtual void CheckPoint (Double_t x=0, Double_t y=0, Double_t z=0, Option_t *option="")=0
 
virtual void CheckShape (TGeoShape *shape, Int_t testNo, Int_t nsamples, Option_t *option)=0
 
virtual Int_t CountVisibleNodes ()=0
 
virtual void DefaultAngles ()=0
 
virtual void DefaultColors ()=0
 
virtual Int_t DistanceToPrimitiveVol (TGeoVolume *vol, Int_t px, Int_t py)=0
 
virtual void Draw (Option_t *option="")=0
 Default Draw method for all objects. More...
 
virtual void DrawBatemanSol (TGeoBatemanSol *sol, Option_t *option="")=0
 
virtual void DrawCurrentPoint (Int_t color)=0
 
virtual void DrawOnly (Option_t *option="")=0
 
virtual void DrawOverlap (void *ovlp, Option_t *option="")=0
 
virtual void DrawPanel ()=0
 
virtual void DrawPath (const char *path, Option_t *option="")=0
 
virtual void DrawPolygon (const TGeoPolygon *poly)=0
 
virtual void DrawShape (TGeoShape *shape, Option_t *option="")=0
 
virtual void DrawVolume (TGeoVolume *vol, Option_t *option="")=0
 
virtual void EditGeometry (Option_t *option="")=0
 
virtual void EstimateCameraMove (Double_t, Double_t, Double_t *, Double_t *)
 
virtual void ExecuteManagerEvent (TGeoManager *geom, Int_t event, Int_t px, Int_t py)=0
 
virtual void ExecuteShapeEvent (TGeoShape *shape, Int_t event, Int_t px, Int_t py)=0
 
virtual void ExecuteVolumeEvent (TGeoVolume *volume, Int_t event, Int_t px, Int_t py)=0
 
virtual void GetBombFactors (Double_t &bombx, Double_t &bomby, Double_t &bombz, Double_t &bombr) const =0
 
virtual Int_t GetBombMode () const =0
 
virtual Int_t GetColor (Int_t base, Float_t light) const =0
 
virtual TGeoVolumeGetDrawnVolume () const =0
 
virtual const char * GetDrawPath () const =0
 
virtual Int_t GetNsegments () const =0
 
virtual TGeoVolumeGetTopVolume () const =0
 
virtual void GetViewAngles (Double_t &, Double_t &, Double_t &)
 
virtual Double_tGetViewBox ()=0
 
virtual Int_t GetVisLevel () const =0
 
virtual Int_t GetVisOption () const =0
 
virtual const char * GetVolumeInfo (const TGeoVolume *volume, Int_t px, Int_t py) const =0
 
virtual void GrabFocus (Int_t nfr=0, Double_t dlong=0, Double_t dlat=0, Double_t dpsi=0)=0
 
virtual Bool_t IsExplodedView () const =0
 
virtual Bool_t IsPaintingShape () const =0
 
virtual Bool_t IsRaytracing () const =0
 
virtual TH2FLegoPlot (Int_t ntheta=60, Double_t themin=0., Double_t themax=180., Int_t nphi=90, Double_t phimin=0., Double_t phimax=360., Double_t rmin=0., Double_t rmax=9999999, Option_t *option="")=0
 
virtual void ModifiedPad (Bool_t update=kFALSE) const =0
 
virtual void OpProgress (const char *opname, Long64_t current, Long64_t size, TStopwatch *watch=0, Bool_t last=kFALSE, Bool_t refresh=kFALSE, const char *msg="")=0
 
virtual void Paint (Option_t *option="")=0
 This method must be overridden if a class wants to paint itself. More...
 
virtual void PaintNode (TGeoNode *node, Option_t *option="", TGeoMatrix *global=0)=0
 
virtual void PaintOverlap (void *ovlp, Option_t *option="")=0
 
virtual void PaintShape (TGeoShape *shape, Option_t *option="")=0
 
virtual void PaintVolume (TGeoVolume *vol, Option_t *option="", TGeoMatrix *global=0)=0
 
virtual void PrintOverlaps () const =0
 
virtual void RandomPoints (const TGeoVolume *vol, Int_t npoints, Option_t *option="")=0
 
virtual void RandomRays (Int_t nrays, Double_t startx, Double_t starty, Double_t startz, const char *target_vol, Bool_t check_norm)=0
 
virtual void Raytrace (Option_t *option="")=0
 
virtual TGeoNodeSamplePoints (Int_t npoints, Double_t &dist, Double_t epsil, const char *g3path)=0
 
virtual void SetBombFactors (Double_t bombx=1.3, Double_t bomby=1.3, Double_t bombz=1.3, Double_t bombr=1.3)=0
 
virtual void SetCheckedNode (TGeoNode *node)=0
 
virtual void SetClippingShape (TGeoShape *shape)=0
 
virtual void SetExplodedView (Int_t iopt=0)=0
 
virtual void SetGeoManager (TGeoManager *geom)=0
 
virtual void SetIteratorPlugin (TGeoIteratorPlugin *plugin)=0
 
virtual void SetNmeshPoints (Int_t npoints)=0
 
virtual void SetNsegments (Int_t nseg=20)=0
 
virtual void SetRaytracing (Bool_t flag=kTRUE)=0
 
virtual void SetTopVisible (Bool_t vis=kTRUE)=0
 
virtual void SetTopVolume (TGeoVolume *vol)=0
 
virtual void SetVisLevel (Int_t level=3)=0
 
virtual void SetVisOption (Int_t option=0)=0
 
virtual Int_t ShapeDistancetoPrimitive (const TGeoShape *shape, Int_t numpoints, Int_t px, Int_t py) const =0
 
virtual void Test (Int_t npoints, Option_t *option)=0
 
virtual void TestOverlaps (const char *path)=0
 
virtual Bool_t TestVoxels (TGeoVolume *vol)=0
 
virtual void UnbombTranslation (const Double_t *tr, Double_t *bombtr)=0
 
virtual Double_t Weight (Double_t precision, Option_t *option="v")=0
 
- Public Member Functions inherited from TObject
 TObject ()
 TObject constructor. More...
 
 TObject (const TObject &object)
 TObject copy ctor. More...
 
virtual ~TObject ()
 TObject destructor. More...
 
void AbstractMethod (const char *method) const
 Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
 
virtual void AppendPad (Option_t *option="")
 Append graphics object to current pad. More...
 
virtual void Browse (TBrowser *b)
 Browse object. May be overridden for another default action. More...
 
ULong_t CheckedHash ()
 Checked and record whether for this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object. More...
 
virtual const char * ClassName () const
 Returns name of class to which the object belongs. More...
 
virtual void Clear (Option_t *="")
 
virtual TObjectClone (const char *newname="") const
 Make a clone of an object using the Streamer facility. More...
 
virtual Int_t Compare (const TObject *obj) const
 Compare abstract method. More...
 
virtual void Copy (TObject &object) const
 Copy this to obj. More...
 
virtual void Delete (Option_t *option="")
 Delete this object. More...
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 Computes distance from point (px,py) to the object. More...
 
virtual void DrawClass () const
 Draw class inheritance tree of the class to which this object belongs. More...
 
virtual TObjectDrawClone (Option_t *option="") const
 Draw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad). More...
 
virtual void Dump () const
 Dump contents of object on stdout. More...
 
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message. More...
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 Execute method on this object with the given parameter string, e.g. More...
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 Execute method on this object with parameters stored in the TObjArray. More...
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 Execute action corresponding to an event at (px,py). More...
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message. More...
 
virtual TObjectFindObject (const char *name) const
 Must be redefined in derived classes. More...
 
virtual TObjectFindObject (const TObject *obj) const
 Must be redefined in derived classes. More...
 
virtual Option_tGetDrawOption () const
 Get option used by the graphics system to draw this object. More...
 
virtual const char * GetIconName () const
 Returns mime type name of object. More...
 
virtual const char * GetName () const
 Returns name of object. More...
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 Returns string containing info about the object at position (px,py). More...
 
virtual Option_tGetOption () const
 
virtual const char * GetTitle () const
 Returns title of object. More...
 
virtual UInt_t GetUniqueID () const
 Return the unique object id. More...
 
virtual Bool_t HandleTimer (TTimer *timer)
 Execute action in response of a timer timing out. More...
 
virtual ULong_t Hash () const
 Return hash value for this object. More...
 
Bool_t HasInconsistentHash () const
 Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e. More...
 
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message. More...
 
virtual Bool_t InheritsFrom (const char *classname) const
 Returns kTRUE if object inherits from class "classname". More...
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 Returns kTRUE if object inherits from TClass cl. More...
 
virtual void Inspect () const
 Dump contents of this object in a graphics canvas. More...
 
void InvertBit (UInt_t f)
 
virtual Bool_t IsEqual (const TObject *obj) const
 Default equal comparison (objects are equal if they have the same address in memory). More...
 
virtual Bool_t IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
 
R__ALWAYS_INLINE Bool_t IsOnHeap () const
 
virtual Bool_t IsSortable () const
 
R__ALWAYS_INLINE Bool_t IsZombie () const
 
virtual void ls (Option_t *option="") const
 The ls function lists the contents of a class on stdout. More...
 
void MayNotUse (const char *method) const
 Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
 
virtual Bool_t Notify ()
 This method must be overridden to handle object notification. More...
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete. More...
 
void operator delete (void *ptr)
 Operator delete. More...
 
void operator delete[] (void *ptr)
 Operator delete []. More...
 
voidoperator new (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz)
 
voidoperator new[] (size_t sz, void *vp)
 
TObjectoperator= (const TObject &rhs)
 TObject assignment operator. More...
 
virtual void Pop ()
 Pop on object drawn in a pad to the top of the display list. More...
 
virtual void Print (Option_t *option="") const
 This method must be overridden when a class wants to print itself. More...
 
virtual Int_t Read (const char *name)
 Read contents of object with specified name from the current directory. More...
 
virtual void RecursiveRemove (TObject *obj)
 Recursively remove this object from a list. More...
 
void ResetBit (UInt_t f)
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 Save this object in the file specified by filename. More...
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 Save a primitive as a C++ statement(s) on output stream "out". More...
 
void SetBit (UInt_t f, Bool_t set)
 Set or unset the user status bits as specified in f. More...
 
void SetBit (UInt_t f)
 
virtual void SetDrawOption (Option_t *option="")
 Set drawing option for object. More...
 
virtual void SetUniqueID (UInt_t uid)
 Set the unique object id. More...
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 Issue system error message. More...
 
R__ALWAYS_INLINE Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
virtual void UseCurrentStyle ()
 Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0)
 Write this object to the current directory. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const
 Write this object to the current directory. More...
 

Static Public Member Functions

static TVirtualGeoPainterGeoPainter ()
 Static function returning a pointer to the geometry painter. More...
 
static void SetPainter (const TVirtualGeoPainter *painter)
 Static function to set an alternative histogram painter. More...
 
- Static Public Member Functions inherited from TObject
static Long_t GetDtorOnly ()
 Return destructor only flag. More...
 
static Bool_t GetObjectStat ()
 Get status of object stat flag. More...
 
static void SetDtorOnly (void *obj)
 Set destructor only flag. More...
 
static void SetObjectStat (Bool_t stat)
 Turn on/off tracking of objects in the TObjectTable. More...
 

Static Protected Attributes

static TVirtualGeoPainterfgGeoPainter = 0
 

Additional Inherited Members

- Protected Member Functions inherited from TObject
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 Interface to ErrorHandler (protected). More...
 
void MakeZombie ()
 

#include <TVirtualGeoPainter.h>

Inheritance diagram for TVirtualGeoPainter:
[legend]

Member Enumeration Documentation

◆ EGeoBombOption

Enumerator
kGeoNoBomb 
kGeoBombXYZ 
kGeoBombCyl 
kGeoBombSph 

Definition at line 47 of file TVirtualGeoPainter.h.

◆ EGeoVisLevel

Enumerator
kGeoVisLevel 

Definition at line 37 of file TVirtualGeoPainter.h.

◆ EGeoVisOption

Enumerator
kGeoVisDefault 
kGeoVisLeaves 
kGeoVisOnly 
kGeoVisBranch 
kGeoVisChanged 

Definition at line 40 of file TVirtualGeoPainter.h.

Constructor & Destructor Documentation

◆ TVirtualGeoPainter()

TVirtualGeoPainter::TVirtualGeoPainter ( TGeoManager manager)

Geometry painter default constructor.

Definition at line 30 of file TVirtualGeoPainter.cxx.

◆ ~TVirtualGeoPainter()

TVirtualGeoPainter::~TVirtualGeoPainter ( )
virtual

Geometry painter default destructor.

Definition at line 37 of file TVirtualGeoPainter.cxx.

Member Function Documentation

◆ AddSize3D()

virtual void TVirtualGeoPainter::AddSize3D ( Int_t  numpoints,
Int_t  numsegs,
Int_t  numpolys 
)
pure virtual

Implemented in TGeoPainter.

◆ AddTrack()

virtual TVirtualGeoTrack* TVirtualGeoPainter::AddTrack ( Int_t  id,
Int_t  pdgcode,
TObject particle 
)
pure virtual

Implemented in TGeoPainter.

◆ AddTrackPoint()

virtual void TVirtualGeoPainter::AddTrackPoint ( Double_t point,
Double_t box,
Bool_t  reset = kFALSE 
)
pure virtual

Implemented in TGeoPainter.

◆ BombTranslation()

virtual void TVirtualGeoPainter::BombTranslation ( const Double_t tr,
Double_t bombtr 
)
pure virtual

Implemented in TGeoPainter.

◆ CheckBoundaryErrors()

virtual void TVirtualGeoPainter::CheckBoundaryErrors ( Int_t  ntracks = 1000000,
Double_t  radius = -1. 
)
pure virtual

Implemented in TGeoPainter.

◆ CheckBoundaryReference()

virtual void TVirtualGeoPainter::CheckBoundaryReference ( Int_t  icheck = -1)
pure virtual

Implemented in TGeoPainter.

◆ CheckGeometry()

virtual void TVirtualGeoPainter::CheckGeometry ( Int_t  nrays,
Double_t  startx,
Double_t  starty,
Double_t  startz 
) const
pure virtual

Implemented in TGeoPainter.

◆ CheckGeometryFull()

virtual void TVirtualGeoPainter::CheckGeometryFull ( Bool_t  checkoverlaps = kTRUE,
Bool_t  checkcrossings = kTRUE,
Int_t  nrays = 10000,
const Double_t vertex = NULL 
)
pure virtual

Implemented in TGeoPainter.

◆ CheckOverlaps()

virtual void TVirtualGeoPainter::CheckOverlaps ( const TGeoVolume vol,
Double_t  ovlp = 0.1,
Option_t option = "" 
) const
pure virtual

Implemented in TGeoPainter.

◆ CheckPoint()

virtual void TVirtualGeoPainter::CheckPoint ( Double_t  x = 0,
Double_t  y = 0,
Double_t  z = 0,
Option_t option = "" 
)
pure virtual

Implemented in TGeoPainter.

◆ CheckShape()

virtual void TVirtualGeoPainter::CheckShape ( TGeoShape shape,
Int_t  testNo,
Int_t  nsamples,
Option_t option 
)
pure virtual

Implemented in TGeoPainter.

◆ CountVisibleNodes()

virtual Int_t TVirtualGeoPainter::CountVisibleNodes ( )
pure virtual

Implemented in TGeoPainter.

◆ DefaultAngles()

virtual void TVirtualGeoPainter::DefaultAngles ( )
pure virtual

Implemented in TGeoPainter.

◆ DefaultColors()

virtual void TVirtualGeoPainter::DefaultColors ( )
pure virtual

Implemented in TGeoPainter.

◆ DistanceToPrimitiveVol()

virtual Int_t TVirtualGeoPainter::DistanceToPrimitiveVol ( TGeoVolume vol,
Int_t  px,
Int_t  py 
)
pure virtual

Implemented in TGeoPainter.

◆ Draw()

virtual void TVirtualGeoPainter::Draw ( Option_t option = "")
pure virtual

Default Draw method for all objects.

Reimplemented from TObject.

Implemented in TGeoPainter.

◆ DrawBatemanSol()

virtual void TVirtualGeoPainter::DrawBatemanSol ( TGeoBatemanSol sol,
Option_t option = "" 
)
pure virtual

Implemented in TGeoPainter.

◆ DrawCurrentPoint()

virtual void TVirtualGeoPainter::DrawCurrentPoint ( Int_t  color)
pure virtual

Implemented in TGeoPainter.

◆ DrawOnly()

virtual void TVirtualGeoPainter::DrawOnly ( Option_t option = "")
pure virtual

Implemented in TGeoPainter.

◆ DrawOverlap()

virtual void TVirtualGeoPainter::DrawOverlap ( void ovlp,
Option_t option = "" 
)
pure virtual

Implemented in TGeoPainter.

◆ DrawPanel()

virtual void TVirtualGeoPainter::DrawPanel ( )
pure virtual

Implemented in TGeoPainter.

◆ DrawPath()

virtual void TVirtualGeoPainter::DrawPath ( const char *  path,
Option_t option = "" 
)
pure virtual

Implemented in TGeoPainter.

◆ DrawPolygon()

virtual void TVirtualGeoPainter::DrawPolygon ( const TGeoPolygon poly)
pure virtual

Implemented in TGeoPainter.

◆ DrawShape()

virtual void TVirtualGeoPainter::DrawShape ( TGeoShape shape,
Option_t option = "" 
)
pure virtual

Implemented in TGeoPainter.

◆ DrawVolume()

virtual void TVirtualGeoPainter::DrawVolume ( TGeoVolume vol,
Option_t option = "" 
)
pure virtual

Implemented in TGeoPainter.

◆ EditGeometry()

virtual void TVirtualGeoPainter::EditGeometry ( Option_t option = "")
pure virtual

Implemented in TGeoPainter.

◆ EstimateCameraMove()

virtual void TVirtualGeoPainter::EstimateCameraMove ( Double_t  ,
Double_t  ,
Double_t ,
Double_t  
)
inlinevirtual

Reimplemented in TGeoPainter.

Definition at line 84 of file TVirtualGeoPainter.h.

◆ ExecuteManagerEvent()

virtual void TVirtualGeoPainter::ExecuteManagerEvent ( TGeoManager geom,
Int_t  event,
Int_t  px,
Int_t  py 
)
pure virtual

Implemented in TGeoPainter.

◆ ExecuteShapeEvent()

virtual void TVirtualGeoPainter::ExecuteShapeEvent ( TGeoShape shape,
Int_t  event,
Int_t  px,
Int_t  py 
)
pure virtual

Implemented in TGeoPainter.

◆ ExecuteVolumeEvent()

virtual void TVirtualGeoPainter::ExecuteVolumeEvent ( TGeoVolume volume,
Int_t  event,
Int_t  px,
Int_t  py 
)
pure virtual

Implemented in TGeoPainter.

◆ GeoPainter()

TVirtualGeoPainter * TVirtualGeoPainter::GeoPainter ( )
static

Static function returning a pointer to the geometry painter.

The painter will paint objects from the specified geometry. If the geometry painter does not exist a default painter is created.

Definition at line 48 of file TVirtualGeoPainter.cxx.

◆ GetBombFactors()

virtual void TVirtualGeoPainter::GetBombFactors ( Double_t bombx,
Double_t bomby,
Double_t bombz,
Double_t bombr 
) const
pure virtual

Implemented in TGeoPainter.

◆ GetBombMode()

virtual Int_t TVirtualGeoPainter::GetBombMode ( ) const
pure virtual

Implemented in TGeoPainter.

◆ GetColor()

virtual Int_t TVirtualGeoPainter::GetColor ( Int_t  base,
Float_t  light 
) const
pure virtual

Implemented in TGeoPainter.

◆ GetDrawnVolume()

virtual TGeoVolume* TVirtualGeoPainter::GetDrawnVolume ( ) const
pure virtual

Implemented in TGeoPainter.

◆ GetDrawPath()

virtual const char* TVirtualGeoPainter::GetDrawPath ( ) const
pure virtual

Implemented in TGeoPainter.

◆ GetNsegments()

virtual Int_t TVirtualGeoPainter::GetNsegments ( ) const
pure virtual

Implemented in TGeoPainter.

◆ GetTopVolume()

virtual TGeoVolume* TVirtualGeoPainter::GetTopVolume ( ) const
pure virtual

Implemented in TGeoPainter.

◆ GetViewAngles()

virtual void TVirtualGeoPainter::GetViewAngles ( Double_t ,
Double_t ,
Double_t  
)
inlinevirtual

Reimplemented in TGeoPainter.

Definition at line 95 of file TVirtualGeoPainter.h.

◆ GetViewBox()

virtual Double_t* TVirtualGeoPainter::GetViewBox ( )
pure virtual

Implemented in TGeoPainter.

◆ GetVisLevel()

virtual Int_t TVirtualGeoPainter::GetVisLevel ( ) const
pure virtual

Implemented in TGeoPainter.

◆ GetVisOption()

virtual Int_t TVirtualGeoPainter::GetVisOption ( ) const
pure virtual

Implemented in TGeoPainter.

◆ GetVolumeInfo()

virtual const char* TVirtualGeoPainter::GetVolumeInfo ( const TGeoVolume volume,
Int_t  px,
Int_t  py 
) const
pure virtual

Implemented in TGeoPainter.

◆ GrabFocus()

virtual void TVirtualGeoPainter::GrabFocus ( Int_t  nfr = 0,
Double_t  dlong = 0,
Double_t  dlat = 0,
Double_t  dpsi = 0 
)
pure virtual

Implemented in TGeoPainter.

◆ IsExplodedView()

virtual Bool_t TVirtualGeoPainter::IsExplodedView ( ) const
pure virtual

Implemented in TGeoPainter.

◆ IsPaintingShape()

virtual Bool_t TVirtualGeoPainter::IsPaintingShape ( ) const
pure virtual

Implemented in TGeoPainter.

◆ IsRaytracing()

virtual Bool_t TVirtualGeoPainter::IsRaytracing ( ) const
pure virtual

Implemented in TGeoPainter.

◆ LegoPlot()

virtual TH2F* TVirtualGeoPainter::LegoPlot ( Int_t  ntheta = 60,
Double_t  themin = 0.,
Double_t  themax = 180.,
Int_t  nphi = 90,
Double_t  phimin = 0.,
Double_t  phimax = 360.,
Double_t  rmin = 0.,
Double_t  rmax = 9999999,
Option_t option = "" 
)
pure virtual

Implemented in TGeoPainter.

◆ ModifiedPad()

virtual void TVirtualGeoPainter::ModifiedPad ( Bool_t  update = kFALSE) const
pure virtual

Implemented in TGeoPainter.

◆ OpProgress()

virtual void TVirtualGeoPainter::OpProgress ( const char *  opname,
Long64_t  current,
Long64_t  size,
TStopwatch watch = 0,
Bool_t  last = kFALSE,
Bool_t  refresh = kFALSE,
const char *  msg = "" 
)
pure virtual

Implemented in TGeoPainter.

◆ Paint()

virtual void TVirtualGeoPainter::Paint ( Option_t option = "")
pure virtual

This method must be overridden if a class wants to paint itself.

The difference between Paint() and Draw() is that when a object draws itself it is added to the display list of the pad in which it is drawn (and automatically redrawn whenever the pad is redrawn). While paint just draws the object without adding it to the pad display list.

Reimplemented from TObject.

Implemented in TGeoPainter.

◆ PaintNode()

virtual void TVirtualGeoPainter::PaintNode ( TGeoNode node,
Option_t option = "",
TGeoMatrix global = 0 
)
pure virtual

Implemented in TGeoPainter.

◆ PaintOverlap()

virtual void TVirtualGeoPainter::PaintOverlap ( void ovlp,
Option_t option = "" 
)
pure virtual

Implemented in TGeoPainter.

◆ PaintShape()

virtual void TVirtualGeoPainter::PaintShape ( TGeoShape shape,
Option_t option = "" 
)
pure virtual

Implemented in TGeoPainter.

◆ PaintVolume()

virtual void TVirtualGeoPainter::PaintVolume ( TGeoVolume vol,
Option_t option = "",
TGeoMatrix global = 0 
)
pure virtual

Implemented in TGeoPainter.

◆ PrintOverlaps()

virtual void TVirtualGeoPainter::PrintOverlaps ( ) const
pure virtual

Implemented in TGeoPainter.

◆ RandomPoints()

virtual void TVirtualGeoPainter::RandomPoints ( const TGeoVolume vol,
Int_t  npoints,
Option_t option = "" 
)
pure virtual

Implemented in TGeoPainter.

◆ RandomRays()

virtual void TVirtualGeoPainter::RandomRays ( Int_t  nrays,
Double_t  startx,
Double_t  starty,
Double_t  startz,
const char *  target_vol,
Bool_t  check_norm 
)
pure virtual

Implemented in TGeoPainter.

◆ Raytrace()

virtual void TVirtualGeoPainter::Raytrace ( Option_t option = "")
pure virtual

Implemented in TGeoPainter.

◆ SamplePoints()

virtual TGeoNode* TVirtualGeoPainter::SamplePoints ( Int_t  npoints,
Double_t dist,
Double_t  epsil,
const char *  g3path 
)
pure virtual

Implemented in TGeoPainter.

◆ SetBombFactors()

virtual void TVirtualGeoPainter::SetBombFactors ( Double_t  bombx = 1.3,
Double_t  bomby = 1.3,
Double_t  bombz = 1.3,
Double_t  bombr = 1.3 
)
pure virtual

Implemented in TGeoPainter.

◆ SetCheckedNode()

virtual void TVirtualGeoPainter::SetCheckedNode ( TGeoNode node)
pure virtual

Implemented in TGeoPainter.

◆ SetClippingShape()

virtual void TVirtualGeoPainter::SetClippingShape ( TGeoShape shape)
pure virtual

Implemented in TGeoPainter.

◆ SetExplodedView()

virtual void TVirtualGeoPainter::SetExplodedView ( Int_t  iopt = 0)
pure virtual

Implemented in TGeoPainter.

◆ SetGeoManager()

virtual void TVirtualGeoPainter::SetGeoManager ( TGeoManager geom)
pure virtual

Implemented in TGeoPainter.

◆ SetIteratorPlugin()

virtual void TVirtualGeoPainter::SetIteratorPlugin ( TGeoIteratorPlugin plugin)
pure virtual

Implemented in TGeoPainter.

◆ SetNmeshPoints()

virtual void TVirtualGeoPainter::SetNmeshPoints ( Int_t  npoints)
pure virtual

Implemented in TGeoPainter.

◆ SetNsegments()

virtual void TVirtualGeoPainter::SetNsegments ( Int_t  nseg = 20)
pure virtual

Implemented in TGeoPainter.

◆ SetPainter()

void TVirtualGeoPainter::SetPainter ( const TVirtualGeoPainter painter)
static

Static function to set an alternative histogram painter.

Definition at line 65 of file TVirtualGeoPainter.cxx.

◆ SetRaytracing()

virtual void TVirtualGeoPainter::SetRaytracing ( Bool_t  flag = kTRUE)
pure virtual

Implemented in TGeoPainter.

◆ SetTopVisible()

virtual void TVirtualGeoPainter::SetTopVisible ( Bool_t  vis = kTRUE)
pure virtual

Implemented in TGeoPainter.

◆ SetTopVolume()

virtual void TVirtualGeoPainter::SetTopVolume ( TGeoVolume vol)
pure virtual

Implemented in TGeoPainter.

◆ SetVisLevel()

virtual void TVirtualGeoPainter::SetVisLevel ( Int_t  level = 3)
pure virtual

Implemented in TGeoPainter.

◆ SetVisOption()

virtual void TVirtualGeoPainter::SetVisOption ( Int_t  option = 0)
pure virtual

Implemented in TGeoPainter.

◆ ShapeDistancetoPrimitive()

virtual Int_t TVirtualGeoPainter::ShapeDistancetoPrimitive ( const TGeoShape shape,
Int_t  numpoints,
Int_t  px,
Int_t  py 
) const
pure virtual

Implemented in TGeoPainter.

◆ Test()

virtual void TVirtualGeoPainter::Test ( Int_t  npoints,
Option_t option 
)
pure virtual

Implemented in TGeoPainter.

◆ TestOverlaps()

virtual void TVirtualGeoPainter::TestOverlaps ( const char *  path)
pure virtual

Implemented in TGeoPainter.

◆ TestVoxels()

virtual Bool_t TVirtualGeoPainter::TestVoxels ( TGeoVolume vol)
pure virtual

Implemented in TGeoPainter.

◆ UnbombTranslation()

virtual void TVirtualGeoPainter::UnbombTranslation ( const Double_t tr,
Double_t bombtr 
)
pure virtual

Implemented in TGeoPainter.

◆ Weight()

virtual Double_t TVirtualGeoPainter::Weight ( Double_t  precision,
Option_t option = "v" 
)
pure virtual

Implemented in TGeoPainter.

Member Data Documentation

◆ fgGeoPainter

TVirtualGeoPainter * TVirtualGeoPainter::fgGeoPainter = 0
staticprotected

Definition at line 34 of file TVirtualGeoPainter.h.

Libraries for TVirtualGeoPainter:
[legend]

The documentation for this class was generated from the following files: