plastimatch
Loading...
Searching...
No Matches
Point Class Reference

#include <pointset.h>

Public Member Functions

 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
 

Public Attributes

float p [3]
 

Constructor & Destructor Documentation

◆ Point() [1/3]

Point::Point ( )
inline

◆ 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

Member Function Documentation

◆ get_label()

std::string Point::get_label ( void ) const
inline

◆ set_label()

void Point::set_label ( const char * s)
inline

Member Data Documentation

◆ p

float Point::p[3]

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