A collection of spheres.
A collection of spheres. This class provides a collection of spheres. They can all have different centers, but they all share the same properties (radius, explicit color, etc.).
DVspheres(const float r=1.0)
DVspheres(const float x, const float y, const float z, const float r=1.0)
DVspheres(LCVMarray<float> point, const float r=1.0)
DVspheres(LCVMarray_2D<float> coords, const float r=1.0)
virtual ~DVspheres()
DVspheres& set_radius(const float r=1.0)
float get_radius()
virtual void draw(LCVMstack<DVproperty*>&)
DVspheres(const DVspheres &data)
const DVspheres& operator=(const DVspheres &data)
void set_data(const float r=1.0)
void set_data(const float x, const float y, const float z, const float r=1.0)
void set_data(LCVMarray<float> point, const float r=1.0)
void set_data(LCVMarray_2D<float> coords, const float r=1.0)
int operator==(const DVspheres &data)
int operator!=(const DVspheres &data)
virtual void print(ostream&)
friend ostream& operator<<(ostream &, DVspheres &)
DVspheres(FileOption a_file_op)
virtual int ReadMyProp()
void print(ostream &, FileOption)
Alphabetic index HTML hierarchy of classes or Java