21#include "Topology/PointSet.h" 
   25    template<
typename TDataType>
 
   29        typedef typename TDataType::Real 
Real;
 
   30        typedef typename TDataType::Coord 
Coord;
 
   34        std::string 
getNodeType()
 override { 
return "Particle Samplers"; }
 
 
A PointSet stores the coordinates for a set of independent points.
 
std::string getNodeType() override
 
DEF_INSTANCE_STATE(PointSet< TDataType >, PointSet, "")
 
This is an implementation of AdditiveCCD based on peridyno.