28        std::string 
caption()
 override { 
return "Subtract"; }
 
 
   33    template<
typename TDataType>
 
   38        typedef typename TDataType::Real 
Real;
 
 
std::string caption() override
Return the caption.
 
std::string getModuleType() override
 
DEF_VAR_IN(Real, A, "First input")
 
DECLARE_TCLASS(SubtractRealAndReal, TDataType)
 
DEF_VAR_IN(Real, B, "Second input")
 
This is an implementation of AdditiveCCD based on peridyno.