|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Point3D (double x, double y, double z, std::string l) | |
Public Attributes | |
| double | x |
| double | y |
| double | z |
| std::string | label |
Definition at line 651 of file hash_fct_test.cc.
|
inline |
Definition at line 655 of file hash_fct_test.cc.
| std::string UserTypeNS::Point3D::label |
Definition at line 654 of file hash_fct_test.cc.
| double UserTypeNS::Point3D::x |
Definition at line 653 of file hash_fct_test.cc.
| double UserTypeNS::Point3D::y |
Definition at line 653 of file hash_fct_test.cc.
| double UserTypeNS::Point3D::z |
Definition at line 653 of file hash_fct_test.cc.