![]() |
ATLAS Offline Software
|
Public Member Functions | |
| Linebase () | |
| Linebase (Pointbase *ep1, Pointbase *ep2, const Type &type, long int &l_id) | |
| Linebase (const Linebase &line) | |
| Linebase & | operator= (const Linebase &)=delete |
| ~Linebase () | |
| unsigned int | id () const |
| Pointbase * | endPoint (const int &i) const |
| Type | type () const |
| double | keyValue () const |
| void | setKeyValue (const double &y) |
| void | increaseKeyValue (const double &diff) |
| void | reverse () |
| void | setHelper (const unsigned int &i) |
| unsigned int | helper () |
Protected Attributes | |
| unsigned int | m_id |
| Pointbase * | m_endp [2] |
| Type | m_type |
| double | m_key |
| unsigned int | m_helper |
Definition at line 1247 of file PolygonTriangulator.cxx.
| internal_poltrig::Linebase::Linebase | ( | ) |
Definition at line 1371 of file PolygonTriangulator.cxx.
| internal_poltrig::Linebase::Linebase | ( | Pointbase * | ep1, |
| Pointbase * | ep2, | ||
| const Type & | type, | ||
| long int & | l_id ) |
Definition at line 1380 of file PolygonTriangulator.cxx.
| internal_poltrig::Linebase::Linebase | ( | const Linebase & | line | ) |
Definition at line 1390 of file PolygonTriangulator.cxx.
|
inline |
Definition at line 1255 of file PolygonTriangulator.cxx.
Definition at line 1260 of file PolygonTriangulator.cxx.
|
inline |
Definition at line 1271 of file PolygonTriangulator.cxx.
|
inline |
Definition at line 1257 of file PolygonTriangulator.cxx.
|
inline |
Definition at line 1265 of file PolygonTriangulator.cxx.
|
inline |
Definition at line 1262 of file PolygonTriangulator.cxx.
| void internal_poltrig::Linebase::reverse | ( | ) |
Definition at line 1404 of file PolygonTriangulator.cxx.
|
inline |
Definition at line 1270 of file PolygonTriangulator.cxx.
| void internal_poltrig::Linebase::setKeyValue | ( | const double & | y | ) |
Definition at line 1412 of file PolygonTriangulator.cxx.
|
inline |
Definition at line 1261 of file PolygonTriangulator.cxx.
|
protected |
Definition at line 1275 of file PolygonTriangulator.cxx.
|
protected |
Definition at line 1279 of file PolygonTriangulator.cxx.
|
protected |
Definition at line 1274 of file PolygonTriangulator.cxx.
|
protected |
Definition at line 1278 of file PolygonTriangulator.cxx.
|
protected |
Definition at line 1277 of file PolygonTriangulator.cxx.