#include <Wm4Query2TRational.h>
Public Member Functions | |
virtual Query::Type | GetType () const |
Query2TRational (int iVQuantity, const Vector2< Real > *akVertex) | |
virtual int | ToCircumcircle (const Vector2< Real > &rkP, int iV0, int iV1, int iV2) const |
virtual int | ToCircumcircle (int i, int iV0, int iV1, int iV2) const |
virtual int | ToLine (const Vector2< Real > &rkP, int iV0, int iV1) const |
virtual int | ToLine (int i, int iV0, int iV1) const |
virtual int | ToTriangle (const Vector2< Real > &rkP, int iV0, int iV1, int iV2) const |
virtual int | ToTriangle (int i, int iV0, int iV1, int iV2) const |
virtual | ~Query2TRational () |
Definition at line 28 of file Wm4Query2TRational.h.
Wm4::Query2TRational< Real >::Query2TRational | ( | int | iVQuantity, | |
const Vector2< Real > * | akVertex | |||
) | [inline] |
Definition at line 21 of file Wm4Query2TRational.inl.
References Wm4::Query2< Real >::m_iVQuantity, and WM4_NEW.
Wm4::Query2TRational< Real >::~Query2TRational | ( | ) | [inline, virtual] |
Definition at line 32 of file Wm4Query2TRational.inl.
References WM4_DELETE.
Query::Type Wm4::Query2TRational< Real >::GetType | ( | void | ) | const [inline, virtual] |
Reimplemented from Wm4::Query2< Real >.
Definition at line 39 of file Wm4Query2TRational.inl.
References Wm4::Query::QT_RATIONAL.
int Wm4::Query2TRational< Real >::ToCircumcircle | ( | const Vector2< Real > & | rkP, | |
int | iV0, | |||
int | iV1, | |||
int | iV2 | |||
) | const [inline, virtual] |
Reimplemented from Wm4::Query2< Real >.
Definition at line 95 of file Wm4Query2TRational.inl.
References Wm4::Query2TRational< Real >::ToCircumcircle().
int Wm4::Query2TRational< Real >::ToCircumcircle | ( | int | i, | |
int | iV0, | |||
int | iV1, | |||
int | iV2 | |||
) | const [inline, virtual] |
Reimplemented from Wm4::Query2< Real >.
Definition at line 86 of file Wm4Query2TRational.inl.
Referenced by Wm4::Query2TRational< Real >::ToCircumcircle().
int Wm4::Query2TRational< Real >::ToLine | ( | const Vector2< Real > & | rkP, | |
int | iV0, | |||
int | iV1 | |||
) | const [inline, virtual] |
Reimplemented from Wm4::Query2< Real >.
Definition at line 53 of file Wm4Query2TRational.inl.
References Wm4::Query2TRational< Real >::ToLine().
int Wm4::Query2TRational< Real >::ToLine | ( | int | i, | |
int | iV0, | |||
int | iV1 | |||
) | const [inline, virtual] |
Reimplemented from Wm4::Query2< Real >.
Definition at line 45 of file Wm4Query2TRational.inl.
Referenced by Wm4::Query2TRational< Real >::ToLine().
int Wm4::Query2TRational< Real >::ToTriangle | ( | const Vector2< Real > & | rkP, | |
int | iV0, | |||
int | iV1, | |||
int | iV2 | |||
) | const [inline, virtual] |
Reimplemented from Wm4::Query2< Real >.
Definition at line 74 of file Wm4Query2TRational.inl.
References Wm4::Query2TRational< Real >::ToTriangle().
int Wm4::Query2TRational< Real >::ToTriangle | ( | int | i, | |
int | iV0, | |||
int | iV1, | |||
int | iV2 | |||
) | const [inline, virtual] |
Reimplemented from Wm4::Query2< Real >.
Definition at line 65 of file Wm4Query2TRational.inl.
Referenced by Wm4::Query2TRational< Real >::ToTriangle().