ATLAS Offline Software
|
#include <SurveyConstraintPoint.h>
Public Member Functions | |
SurveyConstraintPoint () | |
SurveyConstraintPoint (const Amg::Vector3D &survey, const Amg::Vector3D ¤t) | |
SurveyConstraintPoint (const SurveyConstraintPoint &cpoint) | |
virtual | ~SurveyConstraintPoint () |
SurveyConstraintPoint & | operator= (const SurveyConstraintPoint &) |
bool | operator== (const SurveyConstraintPoint &) const |
bool | operator!= (const SurveyConstraintPoint &) const |
const Amg::Vector3D & | survey () const |
const Amg::Vector3D & | current () const |
Amg::Vector3D & | survey () |
Amg::Vector3D & | current () |
void | setSurvey (const Amg::Vector3D &point) |
void | setCurrent (const Amg::Vector3D &point) |
void | moveTo (const Amg::Transform3D &trans) |
void | moveFrom (const Amg::Transform3D &trans) |
void | scaleZ (float scale) |
Private Attributes | |
Amg::Vector3D | m_survey |
Amg::Vector3D | m_current |
Definition at line 25 of file SurveyConstraintPoint.h.
SurveyConstraintPoint::SurveyConstraintPoint | ( | ) |
Definition at line 18 of file SurveyConstraintPoint.cxx.
SurveyConstraintPoint::SurveyConstraintPoint | ( | const Amg::Vector3D & | survey, |
const Amg::Vector3D & | current | ||
) |
SurveyConstraintPoint::SurveyConstraintPoint | ( | const SurveyConstraintPoint & | cpoint | ) |
|
virtual |
Definition at line 38 of file SurveyConstraintPoint.cxx.
|
inline |
Definition at line 54 of file SurveyConstraintPoint.h.
|
inline |
Definition at line 50 of file SurveyConstraintPoint.h.
|
inline |
|
inline |
bool SurveyConstraintPoint::operator!= | ( | const SurveyConstraintPoint & | rhs | ) | const |
Definition at line 60 of file SurveyConstraintPoint.cxx.
SurveyConstraintPoint & SurveyConstraintPoint::operator= | ( | const SurveyConstraintPoint & | rhs | ) |
bool SurveyConstraintPoint::operator== | ( | const SurveyConstraintPoint & | rhs | ) | const |
Definition at line 55 of file SurveyConstraintPoint.cxx.
|
inline |
Definition at line 75 of file SurveyConstraintPoint.h.
|
inline |
Definition at line 61 of file SurveyConstraintPoint.h.
|
inline |
Definition at line 57 of file SurveyConstraintPoint.h.
|
inline |
Definition at line 53 of file SurveyConstraintPoint.h.
|
inline |
Definition at line 49 of file SurveyConstraintPoint.h.
|
private |
Definition at line 93 of file SurveyConstraintPoint.h.
|
private |
Definition at line 92 of file SurveyConstraintPoint.h.