OpenWalnut  1.4.0
Public Attributes
WMLPointXYZId Struct Reference

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

#include <WMarchingLegoAlgorithm.h>

List of all members.

Public Attributes

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

Detailed Description

A point consisting of its coordinates and ID.

Definition at line 39 of file WMarchingLegoAlgorithm.h.


Member Data Documentation

unsigned int WMLPointXYZId::newID

ID of the point.

Definition at line 41 of file WMarchingLegoAlgorithm.h.

Referenced by WMarchingLegoAlgorithm::addSurface().

x coordinates of the point.

Definition at line 42 of file WMarchingLegoAlgorithm.h.

Referenced by WMarchingLegoAlgorithm::addSurface().

y coordinates of the point.

Definition at line 43 of file WMarchingLegoAlgorithm.h.

Referenced by WMarchingLegoAlgorithm::addSurface().

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: