Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
mapbox::detail::Earcut< N >::Node Struct Reference

Public Member Functions

 Node (const Node &)=delete
 
 Node (N index, double x_, double y_)
 
 Node (Node &&)=delete
 
Nodeoperator= (const Node &)=delete
 
Nodeoperator= (Node &&)=delete
 

Public Attributes

consti
 
Nodenext = nullptr
 
NodenextZ = nullptr
 
Nodeprev = nullptr
 
NodeprevZ = nullptr
 
bool steiner = false
 
const double x
 
const double y
 
int32_t z = 0
 

Detailed Description

template<typename N = uint32_t>
struct mapbox::detail::Earcut< N >::Node

Definition at line 50 of file mapbox_earcut.h.

Constructor & Destructor Documentation

◆ Node() [1/3]

template<typename N = uint32_t>
mapbox::detail::Earcut< N >::Node::Node ( index,
double  x_,
double  y_ 
)
inline

Definition at line 51 of file mapbox_earcut.h.

◆ Node() [2/3]

template<typename N = uint32_t>
mapbox::detail::Earcut< N >::Node::Node ( const Node )
delete

◆ Node() [3/3]

template<typename N = uint32_t>
mapbox::detail::Earcut< N >::Node::Node ( Node &&  )
delete

Member Function Documentation

◆ operator=() [1/2]

template<typename N = uint32_t>
Node & mapbox::detail::Earcut< N >::Node::operator= ( const Node )
delete

◆ operator=() [2/2]

template<typename N = uint32_t>
Node & mapbox::detail::Earcut< N >::Node::operator= ( Node &&  )
delete

Member Data Documentation

◆ i

template<typename N = uint32_t>
const N mapbox::detail::Earcut< N >::Node::i

Definition at line 57 of file mapbox_earcut.h.

◆ next

template<typename N = uint32_t>
Node* mapbox::detail::Earcut< N >::Node::next = nullptr

Definition at line 63 of file mapbox_earcut.h.

◆ nextZ

template<typename N = uint32_t>
Node* mapbox::detail::Earcut< N >::Node::nextZ = nullptr

Definition at line 70 of file mapbox_earcut.h.

◆ prev

template<typename N = uint32_t>
Node* mapbox::detail::Earcut< N >::Node::prev = nullptr

Definition at line 62 of file mapbox_earcut.h.

◆ prevZ

template<typename N = uint32_t>
Node* mapbox::detail::Earcut< N >::Node::prevZ = nullptr

Definition at line 69 of file mapbox_earcut.h.

◆ steiner

template<typename N = uint32_t>
bool mapbox::detail::Earcut< N >::Node::steiner = false

Definition at line 73 of file mapbox_earcut.h.

◆ x

template<typename N = uint32_t>
const double mapbox::detail::Earcut< N >::Node::x

Definition at line 58 of file mapbox_earcut.h.

◆ y

template<typename N = uint32_t>
const double mapbox::detail::Earcut< N >::Node::y

Definition at line 59 of file mapbox_earcut.h.

◆ z

template<typename N = uint32_t>
int32_t mapbox::detail::Earcut< N >::Node::z = 0

Definition at line 66 of file mapbox_earcut.h.


The documentation for this struct was generated from the following file: