28        bool isVisible() { 
return this->varVisible()->getValue(); }
 
   33        DEF_VAR(
bool, Visible, 
true, 
"A toggle to control the viability");
 
 
Module(std::string name="default")
 
DEF_VAR(bool, Visible, true, "A toggle to control the viability")
 
void setVisible(bool bVisible)
 
std::string getModuleType() override
 
This is an implementation of AdditiveCCD based on peridyno.