#include <Points.h>
Public Member Functions | |
Points (int) | |
~Points () | |
int | getDensity () const |
void | setXYZ (vector< double >, vector< double >, vector< double >) |
int | write () const |
void | display () const |
|
explicit |
Points::~Points | ( | ) |
void Points::display | ( | ) | const |
int Points::getDensity | ( | ) | const |
void Points::setXYZ | ( | vector< double > | x, |
vector< double > | y, | ||
vector< double > | z | ||
) |
int Points::write | ( | ) | const |