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

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...
 

Detailed Description

A point consisting of its coordinates and ID.

Definition at line 40 of file WMarchingCubesAlgorithm.h.

Member Data Documentation

◆ newID

unsigned int WPointXYZId::newID

◆ x

double WPointXYZId::x

◆ y

double WPointXYZId::y

◆ z

double WPointXYZId::z

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