Inheritance diagram for RootCsg::TVertexBase:
Public Member Functions | |
TVertexBase (Double_t x, Double_t y, Double_t z) | |
TVertexBase () | |
const TPoint3 & | Pos () const |
TPoint3 & | Pos () |
Int_t & | VertexMap () |
const Int_t & | VertexMap () const |
const Double_t * | GetValue () const |
Double_t | operator[] (Int_t ind) const |
Protected Attributes | |
Int_t | fVertexMap |
TPoint3 | fPos |
Definition at line 2056 of file CsgOps.cxx.
Definition at line 2062 of file CsgOps.cxx.
RootCsg::TVertexBase::TVertexBase | ( | ) | [inline] |
Definition at line 2063 of file CsgOps.cxx.
const TPoint3& RootCsg::TVertexBase::Pos | ( | ) | const [inline] |
Definition at line 2065 of file CsgOps.cxx.
References fPos.
Referenced by RootCsg::TCVertex::operator=().
TPoint3& RootCsg::TVertexBase::Pos | ( | ) | [inline] |
Int_t& RootCsg::TVertexBase::VertexMap | ( | ) | [inline] |
const Int_t& RootCsg::TVertexBase::VertexMap | ( | ) | const [inline] |
const Double_t* RootCsg::TVertexBase::GetValue | ( | ) | const [inline] |
Int_t RootCsg::TVertexBase::fVertexMap [protected] |
TPoint3 RootCsg::TVertexBase::fPos [protected] |
Definition at line 2059 of file CsgOps.cxx.
Referenced by GetValue(), RootCsg::TCVertex::operator=(), operator[](), and Pos().