Open jjwilke opened 4 years ago
Statistic(BaseComponent* comp, const std::string& statName, const std::string& statSubId, Params& statParams) :
For a VTKStat the statParams need to give us the geometry/shape information for that particular instance of the stat. Usually every stat gets the same parameters. We need to make sure the Python input allows each statParams object to be unique.
VTKStat
statParams
For a
VTKStat
thestatParams
need to give us the geometry/shape information for that particular instance of the stat. Usually every stat gets the same parameters. We need to make sure the Python input allows eachstatParams
object to be unique.