SpiecsEngine
 
Loading...
Searching...
No Matches

◆ valid()

bool Spices::EdgePoint::valid ( )
inline

Determine whether this edge point is valid.

Returns
Returns true if valid.

Definition at line 215 of file Vertex.h.

216 {
217 return prev != -1 && self != -1 && next != -1;
218 }
uint32_t prev
datas.
Definition Vertex.h:223
uint32_t next
Definition Vertex.h:225
uint32_t self
Definition Vertex.h:224

References next, prev, and self.