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.
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:41