|
OpenWalnut
1.2.5
|
A point consisting of its coordinates and ID. More...
#include <WMarchingLegoAlgorithm.h>
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. | |
A point consisting of its coordinates and ID.
Definition at line 38 of file WMarchingLegoAlgorithm.h.
| unsigned int WMLPointXYZId::newID |
ID of the point.
Definition at line 40 of file WMarchingLegoAlgorithm.h.
Referenced by WMarchingLegoAlgorithm::addSurface().
| double WMLPointXYZId::x |
x coordinates of the point.
Definition at line 41 of file WMarchingLegoAlgorithm.h.
Referenced by WMarchingLegoAlgorithm::addSurface().
| double WMLPointXYZId::y |
y coordinates of the point.
Definition at line 42 of file WMarchingLegoAlgorithm.h.
Referenced by WMarchingLegoAlgorithm::addSurface().
| double WMLPointXYZId::z |
z coordinates of the point.
Definition at line 43 of file WMarchingLegoAlgorithm.h.
Referenced by WMarchingLegoAlgorithm::addSurface().
1.8.1