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

Method Test

Filters/ParallelStatistics/vtkPPCAStatistics.cxx:68–77  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

66
67//------------------------------------------------------------------------------
68void vtkPPCAStatistics::Test(vtkTable* inData, vtkStatisticalModel* inMeta, vtkTable* outMeta)
69{
70 if (this->Controller->GetNumberOfProcesses() > 1)
71 {
72 vtkWarningMacro("Parallel PCA: Hypothesis testing not implemented for more than 1 process.");
73 return;
74 }
75
76 this->Superclass::Test(inData, inMeta, outMeta);
77}
78
79//------------------------------------------------------------------------------
80vtkOrderStatistics* vtkPPCAStatistics::CreateOrderStatisticsInstance()

Callers 7

GetPointsInsideBoundsMethod · 0.45
~TaskManagerMethod · 0.45
TaskManagerClass · 0.45
ReceiveMethod · 0.45
CleanSendRequestsMethod · 0.45
CleanSendRequestsMethod · 0.45

Calls 1

GetNumberOfProcessesMethod · 0.80

Tested by

no test coverage detected