------------------------------------------------------------------------------
| 401 | |
| 402 | //------------------------------------------------------------------------------ |
| 403 | std::string vtkStatisticsAlgorithm::GetAlgorithmParameters() const |
| 404 | { |
| 405 | std::string result = this->GetClassName(); |
| 406 | result += "("; |
| 407 | this->AppendAlgorithmParameters(result); |
| 408 | result += ")"; |
| 409 | return result; |
| 410 | } |
| 411 | |
| 412 | //------------------------------------------------------------------------------ |
| 413 | vtkSmartPointer<vtkStatisticsAlgorithm> vtkStatisticsAlgorithm::NewFromAlgorithmParameters( |