Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
UserTypeNS::Point3D Struct Reference
Collaboration diagram for UserTypeNS::Point3D:
[legend]

Public Member Functions

 Point3D (double x, double y, double z, std::string l)
 

Public Attributes

double x
 
double y
 
double z
 
std::string label
 

Detailed Description

Definition at line 651 of file hash_fct_test.cc.

Constructor & Destructor Documentation

◆ Point3D()

UserTypeNS::Point3D::Point3D ( double  x,
double  y,
double  z,
std::string  l 
)
inline

Definition at line 655 of file hash_fct_test.cc.

Member Data Documentation

◆ label

std::string UserTypeNS::Point3D::label

Definition at line 654 of file hash_fct_test.cc.

◆ x

double UserTypeNS::Point3D::x

Definition at line 653 of file hash_fct_test.cc.

◆ y

double UserTypeNS::Point3D::y

Definition at line 653 of file hash_fct_test.cc.

◆ z

double UserTypeNS::Point3D::z

Definition at line 653 of file hash_fct_test.cc.


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