Inheritance diagram for RootCsg::Tuple2:
Public Member Functions | |
Tuple2 () | |
Tuple2 (const Double_t *vv) | |
Tuple2 (Double_t xx, Double_t yy) | |
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 & | U () |
const Double_t & | U () const |
Double_t & | V () |
const Double_t & | V () const |
Double_t * | GetValue () |
const Double_t * | GetValue () const |
void | GetValue (Double_t *vv) const |
void | SetValue (const Double_t *vv) |
void | SetValue (Double_t xx, Double_t yy) |
Protected Attributes | |
Double_t | fCo [2] |
Definition at line 105 of file CsgOps.cxx.
RootCsg::Tuple2::Tuple2 | ( | ) | [inline] |
RootCsg::Tuple2::Tuple2 | ( | const Double_t * | vv | ) | [inline] |
Double_t& RootCsg::Tuple2::X | ( | ) | [inline] |
const Double_t& RootCsg::Tuple2::X | ( | ) | const [inline] |
Double_t& RootCsg::Tuple2::Y | ( | ) | [inline] |
const Double_t& RootCsg::Tuple2::Y | ( | ) | const [inline] |
Double_t& RootCsg::Tuple2::U | ( | ) | [inline] |
const Double_t& RootCsg::Tuple2::U | ( | ) | const [inline] |
Double_t& RootCsg::Tuple2::V | ( | ) | [inline] |
const Double_t& RootCsg::Tuple2::V | ( | ) | const [inline] |
Double_t* RootCsg::Tuple2::GetValue | ( | ) | [inline] |
const Double_t* RootCsg::Tuple2::GetValue | ( | ) | const [inline] |
void RootCsg::Tuple2::GetValue | ( | Double_t * | vv | ) | const [inline] |
void RootCsg::Tuple2::SetValue | ( | const Double_t * | vv | ) | [inline] |
Double_t RootCsg::Tuple2::fCo[2] [protected] |
Definition at line 107 of file CsgOps.cxx.
Referenced by GetValue(), RootCsg::TPoint2::Lerp(), RootCsg::TPoint2::operator+=(), RootCsg::TPoint2::operator-=(), RootCsg::TPoint2::operator=(), operator[](), SetValue(), U(), V(), X(), and Y().