ATLAS Offline Software
|
Public Member Functions | |
Pointbase () | |
Pointbase (const Pointbase &pb) | |
Pointbase & | operator= (const Pointbase &)=default |
Pointbase (const double &xx, const double &yy) | |
Pointbase (const int &idd, const double &xx, const double &yy) | |
Pointbase (const double &xx, const double &yy, const Type &ttype) | |
Pointbase (const int &idd, const double &xx, const double &yy, const Type &ttype) | |
Public Attributes | |
unsigned int | id |
double | x |
double | y |
Type | type |
bool | left |
Friends | |
bool | operator== (const Pointbase &, const Pointbase &) |
bool | operator> (const Pointbase &, const Pointbase &) |
bool | operator< (const Pointbase &, const Pointbase &) |
bool | operator!= (const Pointbase &, const Pointbase &) |
Definition at line 1207 of file PolygonTriangulator.cxx.
|
inline |
Definition at line 1360 of file PolygonTriangulator.cxx.
Definition at line 1354 of file PolygonTriangulator.cxx.
Definition at line 1342 of file PolygonTriangulator.cxx.
Definition at line 1348 of file PolygonTriangulator.cxx.
unsigned int internal_poltrig::Pointbase::id |
Definition at line 1234 of file PolygonTriangulator.cxx.
bool internal_poltrig::Pointbase::left |
Definition at line 1237 of file PolygonTriangulator.cxx.
Type internal_poltrig::Pointbase::type |
Definition at line 1236 of file PolygonTriangulator.cxx.
double internal_poltrig::Pointbase::x |
Definition at line 1235 of file PolygonTriangulator.cxx.
double internal_poltrig::Pointbase::y |
Definition at line 1235 of file PolygonTriangulator.cxx.