MCPcopy Create free account
hub / github.com/Kitware/VTK / GetAlgorithmParameters

Method GetAlgorithmParameters

Filters/Statistics/vtkStatisticsAlgorithm.cxx:403–410  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

401
402//------------------------------------------------------------------------------
403std::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//------------------------------------------------------------------------------
413vtkSmartPointer<vtkStatisticsAlgorithm> vtkStatisticsAlgorithm::NewFromAlgorithmParameters(

Callers 15

WriteModelDataInlineMethod · 0.80
WriteDataMethod · 0.80
ShallowCopyMethod · 0.80
DeepCopyMethod · 0.80
LearnMethod · 0.80
DeriveMethod · 0.80
AggregateMethod · 0.80
LearnMethod · 0.80
DeriveMethod · 0.80
LearnMethod · 0.80
AggregateMethod · 0.80
LearnMethod · 0.80

Calls 2

GetClassNameMethod · 0.45

Tested by 1