library: libGeom #include "TGeoBoolNode.h" |
TGeoIntersection
class description - header file - source file - inheritance tree (.pdf)
public:
TGeoIntersection()
TGeoIntersection(const char* expr1, const char* expr2)
TGeoIntersection(TGeoShape* left, TGeoShape* right, TGeoMatrix* lmat = 0, TGeoMatrix* rmat = 0)
TGeoIntersection(const TGeoIntersection&)
virtual ~TGeoIntersection()
static TClass* Class()
virtual void ComputeBBox(Double_t& dx, Double_t& dy, Double_t& dz, Double_t* origin)
virtual void ComputeNormal(Double_t* point, Double_t* dir, Double_t* norm)
virtual Bool_t Contains(Double_t* point) const
virtual Int_t DistanceToPrimitive(Int_t px, Int_t py)
virtual Double_t DistFromInside(Double_t* point, Double_t* dir, Int_t iact = 1, Double_t step = 0, Double_t* safe = 0) const
virtual Double_t DistFromOutside(Double_t* point, Double_t* dir, Int_t iact = 1, Double_t step = 0, Double_t* safe = 0) const
virtual TGeoBoolNode::EGeoBoolType GetBooleanOperator() const
virtual Int_t GetNpoints() const
virtual TClass* IsA() const
TGeoIntersection& operator=(const TGeoIntersection&)
virtual void Paint(Option_t* option)
virtual Double_t Safety(Double_t* point, Bool_t in = kTRUE) const
virtual void SavePrimitive(ostream& out, Option_t* option = "")
virtual void SetPoints(Double_t* points) const
virtual void SetPoints(Float_t* points) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Sizeof3D() const
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
_____________________________________________________________________________
Int_t GetNpoints()
Returns number of vertices for the composite shape described by this intersection.
void Sizeof3D()
Register 3D size of this shape.
Author: Andrei Gheata 30/05/02
Last update: :$Name: $:$Id: TGeoBoolNode.cxx,v 1.27 2006/07/03 16:10:44 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.