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

Method GetSpecifiedNormalization

Filters/Statistics/vtkPCAStatistics.cxx:429–432  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

427
428//------------------------------------------------------------------------------
429vtkTable* vtkPCAStatistics::GetSpecifiedNormalization()
430{
431 return vtkTable::SafeDownCast(this->GetInputDataObject(3, 0));
432}
433
434void vtkPCAStatistics::SetSpecifiedNormalization(vtkTable* normSpec)
435{

Callers 1

DeriveMethod · 0.95

Calls 1

GetInputDataObjectMethod · 0.80

Tested by

no test coverage detected