CellEdge Struct Reference

#include <celldata.h>

详细描述

CellEdge struct respresents an edge in the Voronoi Cell data. It saves indices to the start and endpoint of the edge as well as indices to other edges, that are somehow related to the current edge (reverse, next edge of face and next edge of vertex)

公共成员函数

  CellEdge ()=default
  CellEdge ( Int start, Int end , Int nextEdgeOfFace, Int prevEdgeOfFace, Int reverseEdge)
String   ToString (const FormatStatement *formatStatement=nullptr) const

Public Attributes

Int   _start
Int   _end
Int   _nextEdgeOfFace
Int   _prevEdgeOfFace
Int   _reverseEdge

构造函数 & 析构函数文档编制

◆  CellEdge() [1/2]

CellEdge ( )
default

◆  CellEdge() [2/2]

CellEdge ( Int   start ,
Int   end ,
Int   nextEdgeOfFace ,
Int   prevEdgeOfFace ,
Int   reverseEdge  
)

成员函数文档编制

◆  ToString()

String ToString ( const FormatStatement formatStatement = nullptr ) const

Returns a readable string of the content.

参数
[in] formatStatement Nullptr or additional formatting instruction. See also Formatting Floating point values .
返回
The converted result.

Member Data Documentation

◆  _start

Int _start

◆  _end

Int _end

◆  _nextEdgeOfFace

Int _nextEdgeOfFace

◆  _prevEdgeOfFace

Int _prevEdgeOfFace

◆  _reverseEdge

Int _reverseEdge