OpenWalnut  1.5.0dev
Public Attributes | List of all members
WMLPointXYZId Struct Reference

A point consisting of its coordinates and ID. More...

#include <WMarchingLegoAlgorithm.h>

+ Collaboration diagram for WMLPointXYZId:

Public Attributes

unsigned int newID
 ID of the point. More...
 
double x
 x coordinates of the point. More...
 
double y
 y coordinates of the point. More...
 
double z
 z coordinates of the point. More...
 

Detailed Description

A point consisting of its coordinates and ID.

Definition at line 39 of file WMarchingLegoAlgorithm.h.

Member Data Documentation

◆ newID

unsigned int WMLPointXYZId::newID

ID of the point.

Definition at line 41 of file WMarchingLegoAlgorithm.h.

Referenced by WMarchingLegoAlgorithm::addSurface().

◆ x

double WMLPointXYZId::x

x coordinates of the point.

Definition at line 42 of file WMarchingLegoAlgorithm.h.

Referenced by WMarchingLegoAlgorithm::addSurface().

◆ y

double WMLPointXYZId::y

y coordinates of the point.

Definition at line 43 of file WMarchingLegoAlgorithm.h.

Referenced by WMarchingLegoAlgorithm::addSurface().

◆ z

double WMLPointXYZId::z

z coordinates of the point.

Definition at line 44 of file WMarchingLegoAlgorithm.h.

Referenced by WMarchingLegoAlgorithm::addSurface().


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