1#ifndef COLOR_SERIALIZATION 
    2#define COLOR_SERIALIZATION 
   17        ss << val.
r << 
" " << val.
g << 
" " << val.
b;
 
 
   28        std::stringstream ss(str);
 
   32        double x = std::stod(substr);
 
   35        double y = std::stod(substr);
 
   38        double z = std::stod(substr);
 
 
std::string serialize() override
bool deserialize(const std::string &str) override
void setValue(float val, bool notify=true)
This is an implementation of AdditiveCCD based on peridyno.