Inheritance diagram for RootCsg::Tuple4:
Public Member Functions | |
Tuple4 () | |
Tuple4 (const Double_t *v) | |
Tuple4 (Double_t xx, Double_t yy, Double_t zz, Double_t ww) | |
Double_t & | operator[] (Int_t i) |
const Double_t & | operator[] (Int_t i) const |
Double_t & | X () |
const Double_t & | X () const |
Double_t & | Y () |
const Double_t & | Y () const |
Double_t & | Z () |
const Double_t & | Z () const |
Double_t & | W () |
const Double_t & | W () const |
Double_t * | GetValue () |
const Double_t * | GetValue () const |
void | GetValue (Double_t *v) const |
void | SetValue (const Double_t *v) |
void | SetValue (Double_t xx, Double_t yy, Double_t zz, Double_t ww) |
Protected Attributes | |
Double_t | fCo [4] |
Definition at line 850 of file CsgOps.cxx.
RootCsg::Tuple4::Tuple4 | ( | ) | [inline] |
RootCsg::Tuple4::Tuple4 | ( | const Double_t * | v | ) | [inline] |
Double_t& RootCsg::Tuple4::X | ( | ) | [inline] |
const Double_t& RootCsg::Tuple4::X | ( | ) | const [inline] |
Double_t& RootCsg::Tuple4::Y | ( | ) | [inline] |
const Double_t& RootCsg::Tuple4::Y | ( | ) | const [inline] |
Double_t& RootCsg::Tuple4::Z | ( | ) | [inline] |
const Double_t& RootCsg::Tuple4::Z | ( | ) | const [inline] |
Double_t& RootCsg::Tuple4::W | ( | ) | [inline] |
const Double_t& RootCsg::Tuple4::W | ( | ) | const [inline] |
Double_t* RootCsg::Tuple4::GetValue | ( | ) | [inline] |
const Double_t* RootCsg::Tuple4::GetValue | ( | ) | const [inline] |
void RootCsg::Tuple4::GetValue | ( | Double_t * | v | ) | const [inline] |
void RootCsg::Tuple4::SetValue | ( | const Double_t * | v | ) | [inline] |
Double_t RootCsg::Tuple4::fCo[4] [protected] |
Definition at line 852 of file CsgOps.cxx.
Referenced by GetValue(), RootCsg::TPlane3::Invert(), RootCsg::TPlane3::Normal(), RootCsg::TPlane3::operator=(), operator[](), RootCsg::TPlane3::Scalar(), SetValue(), RootCsg::TPlane3::SignedDistance(), RootCsg::TPlane3::TPlane3(), W(), X(), Y(), and Z().