16        DEF_VAR(std::string, Prefix, 
"", 
"Prefix of the file name");
 
   23        DEF_VAR(
bool, Reordering, 
true, 
"If set true, the output file name will be re-indexed in sequence starting from zero");
 
 
Module(std::string name="default")
 
DEF_VAR(uint, StartFrame, 0, "Start frame")
 
std::string constructFileName()
 
DEF_VAR_IN(uint, FrameNumber, "Input FrameNumber")
 
std::string getModuleType() override
 
DEF_VAR(bool, Reordering, true, "If set true, the output file name will be re-indexed in sequence starting from zero")
 
DEF_VAR(FilePath, OutputPath, "", "OutputPath")
 
DEF_VAR(std::string, Prefix, "", "Prefix of the file name")
 
DEF_VAR(uint, EndFrame, 9999, "End frame")
 
DEF_VAR(uint, Stride, 1, "Stride")
 
This is an implementation of AdditiveCCD based on peridyno.