#include <GAP.h>
Public Member Functions | |
| GAP_inter () | |
| GAP_inter (int32_t polid, int32_t id, double x, double y, double xint, double yint, double xn, double yn, double distance, double distance0, std::string t, bool inside) | |
| bool | operator< (const GAP_inter &) |
| bool | operator== (const GAP_inter &) |
Public Attributes | |
| double | m_distance |
| double | m_distance0 |
| bool | m_inside |
| int32_t | m_polid |
| int32_t | m_ptid |
| std::string | m_tipo |
| double | m_x |
| double | m_xint |
| double | m_xnew |
| double | m_y |
| double | m_yint |
| double | m_ynew |
|
inline |
Definition at line 45 of file GAP.h.
References operator<(), and operator==().
Definition at line 288 of file GAP.cpp.
References m_distance, and m_ptid.
Referenced by GAP_inter().
| double GAP_inter::m_distance |
Definition at line 61 of file GAP.h.
Referenced by operator<().
| int32_t GAP_inter::m_ptid |
Definition at line 54 of file GAP.h.
Referenced by operator<().
| double GAP_inter::m_xnew |
Definition at line 59 of file GAP.h.
Referenced by operator==().
| double GAP_inter::m_ynew |
Definition at line 60 of file GAP.h.
Referenced by operator==().