#include <pointset.h>
|
| Point () |
|
| Point (const std::string &label, float x, float y, float z) |
|
| Point (float x, float y, float z) |
|
void | set_label (const char *s) |
|
std::string | get_label (void) const |
|
◆ Point() [1/3]
◆ Point() [2/3]
Point::Point |
( |
const std::string & | label, |
|
|
float | x, |
|
|
float | y, |
|
|
float | z ) |
|
inline |
◆ Point() [3/3]
Point::Point |
( |
float | x, |
|
|
float | y, |
|
|
float | z ) |
|
inline |
◆ get_label()
std::string Point::get_label |
( |
void | | ) |
const |
|
inline |
◆ set_label()
void Point::set_label |
( |
const char * | s | ) |
|
|
inline |
The documentation for this class was generated from the following file: