32        DEF_VAR(std::string, Prefix, 
"", 
"Prefix");
 
 
   46        void print() 
override;
 
 
   59        void print() 
override;
 
 
   73        void print() 
override;
 
 
   87        void print() 
override;
 
 
#define IMPLEMENT_CLASS(name)
 
std::string getModuleType() override
 
DEF_VAR(std::string, Prefix, "", "Prefix")
 
Module(std::string name="default")
 
DEF_VAR_IN(float, Float, "Input value")
 
DECLARE_CLASS(PrintFloat)
 
DEF_VAR_IN(int, Int, "Input value")
 
DECLARE_CLASS(PrintUnsigned)
 
DEF_VAR_IN(uint, Unsigned, "Input value")
 
DECLARE_CLASS(PrintVector)
 
DEF_VAR_IN(Vec3f, Vector, "Input value")
 
This is an implementation of AdditiveCCD based on peridyno.