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 51 of file mapbox_earcut.h.
|
inline |
Definition at line 52 of file mapbox_earcut.h.
|
delete |
|
delete |
|
delete |
|
delete |
const N mapbox::detail::Earcut< N >::Node::i |
Definition at line 58 of file mapbox_earcut.h.
Node* mapbox::detail::Earcut< N >::Node::next = nullptr |
Definition at line 64 of file mapbox_earcut.h.
Node* mapbox::detail::Earcut< N >::Node::nextZ = nullptr |
Definition at line 71 of file mapbox_earcut.h.
Node* mapbox::detail::Earcut< N >::Node::prev = nullptr |
Definition at line 63 of file mapbox_earcut.h.
Node* mapbox::detail::Earcut< N >::Node::prevZ = nullptr |
Definition at line 70 of file mapbox_earcut.h.
bool mapbox::detail::Earcut< N >::Node::steiner = false |
Definition at line 74 of file mapbox_earcut.h.
const double mapbox::detail::Earcut< N >::Node::x |
Definition at line 59 of file mapbox_earcut.h.
const double mapbox::detail::Earcut< N >::Node::y |
Definition at line 60 of file mapbox_earcut.h.
int32_t mapbox::detail::Earcut< N >::Node::z = 0 |
Definition at line 67 of file mapbox_earcut.h.