Vertices< VertexData > & operator=(const Vertices< V > &other)
Assignment when the template data is a different type In this case, no data will be copied...
Definition: Vertices-inl.h:47
ParticlesShape & operator=(const Vertices< V > &other)
Assignment when the template data is a different type.
double getRadius() const
Get the radius of the particles.
Definition: ParticlesShape.cpp:73
void setRadius(double radius)
Set the particles' radius.
Definition: ParticlesShape.cpp:78
ParticlesShape(double radius=0.0)
Constructor.
Definition: ParticlesShape.cpp:29
Particles Shape: A shape consisting of a group of particles of equal radius.
Definition: ParticlesShape.h:42