|
QtSculptor
v1.0.0
|
Go to the documentation of this file.
39 PutSphere(
int x_center_,
int y_center_,
int z_center_,
int radius_,
float r_,
float g_,
float b_,
float a_);
56 #endif // PUT_SPHERE_H
void draw(Sculptor &sculptor)
Member function draw.
Definition: PutSphere.cpp:12
int y_center
Definition: PutSphere.h:20
~PutSphere()
Destructor of the PutBox class.
Definition: PutSphere.h:45
int z_center
Definition: PutSphere.h:21
Concrete class PutSphere - Used to display a set of voxels belonging to a spherical volume.
Definition: PutSphere.h:18
int x_center
Definition: PutSphere.h:19
Sculptor class for manipulating elements, denoted voxels, in arrays three-dimensional digital.
Definition: Sculptor.h:17
int radius
Definition: PutSphere.h:22
PutSphere(int x_center_, int y_center_, int z_center_, int radius_, float r_, float g_, float b_, float a_)
PutSphere class constructor.
Definition: PutSphere.cpp:3