Public Member Functions | |
Node (const Node &)=delete | |
Node (N index, double x_, double y_) | |
Node (Node &&)=delete | |
Node & | operator= (const Node &)=delete |
Node & | operator= (Node &&)=delete |
Public Attributes | |
const N | i |
Node * | next = nullptr |
Node * | nextZ = nullptr |
Node * | prev = nullptr |
Node * | prevZ = nullptr |
bool | steiner = false |
const double | x |
const double | y |
int32_t | z = 0 |
Definition at line 50 of file mapbox_earcut.h.
|
inline |
Definition at line 51 of file mapbox_earcut.h.
|
delete |
|
delete |
|
delete |
|
delete |
const N mapbox::detail::Earcut< N >::Node::i |
Definition at line 57 of file mapbox_earcut.h.
Node* mapbox::detail::Earcut< N >::Node::next = nullptr |
Definition at line 63 of file mapbox_earcut.h.
Node* mapbox::detail::Earcut< N >::Node::nextZ = nullptr |
Definition at line 70 of file mapbox_earcut.h.
Node* mapbox::detail::Earcut< N >::Node::prev = nullptr |
Definition at line 62 of file mapbox_earcut.h.
Node* mapbox::detail::Earcut< N >::Node::prevZ = nullptr |
Definition at line 69 of file mapbox_earcut.h.
bool mapbox::detail::Earcut< N >::Node::steiner = false |
Definition at line 73 of file mapbox_earcut.h.
const double mapbox::detail::Earcut< N >::Node::x |
Definition at line 58 of file mapbox_earcut.h.
const double mapbox::detail::Earcut< N >::Node::y |
Definition at line 59 of file mapbox_earcut.h.
int32_t mapbox::detail::Earcut< N >::Node::z = 0 |
Definition at line 66 of file mapbox_earcut.h.