![]() |
OpenWalnut
1.5.0dev
|
A point consisting of its coordinates and ID. More...
#include <WMarchingCubesAlgorithm.h>
Collaboration diagram for WPointXYZId: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... | |
A point consisting of its coordinates and ID.
Definition at line 40 of file WMarchingCubesAlgorithm.h.
| unsigned int WPointXYZId::newID |
ID of the point.
Definition at line 42 of file WMarchingCubesAlgorithm.h.
Referenced by WMarchingCubesAlgorithm::interpolate(), WMarchingCubesAlgorithmTest::testCalculateIntersectionFloat(), WMarchingCubesAlgorithmTest::testCalculateIntersectionUnsignedChar(), and WMarchingCubesAlgorithmTest::testInterpolate().
| double WPointXYZId::x |
x coordinates of the point.
Definition at line 43 of file WMarchingCubesAlgorithm.h.
Referenced by WMarchingCubesAlgorithm::interpolate(), WMarchingCubesAlgorithmTest::testCalculateIntersectionFloat(), WMarchingCubesAlgorithmTest::testCalculateIntersectionUnsignedChar(), and WMarchingCubesAlgorithmTest::testInterpolate().
| double WPointXYZId::y |
y coordinates of the point.
Definition at line 44 of file WMarchingCubesAlgorithm.h.
Referenced by WMarchingCubesAlgorithm::interpolate(), WMarchingCubesAlgorithmTest::testCalculateIntersectionFloat(), WMarchingCubesAlgorithmTest::testCalculateIntersectionUnsignedChar(), and WMarchingCubesAlgorithmTest::testInterpolate().
| double WPointXYZId::z |
z coordinates of the point.
Definition at line 45 of file WMarchingCubesAlgorithm.h.
Referenced by WMarchingCubesAlgorithm::interpolate(), WMarchingCubesAlgorithmTest::testCalculateIntersectionFloat(), WMarchingCubesAlgorithmTest::testCalculateIntersectionUnsignedChar(), and WMarchingCubesAlgorithmTest::testInterpolate().