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

Method AddColumnPair

Filters/Statistics/vtkStatisticsAlgorithm.cxx:372–378  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

370
371//------------------------------------------------------------------------------
372void vtkStatisticsAlgorithm::AddColumnPair(const char* namColX, const char* namColY)
373{
374 if (this->Internals->AddColumnPairToRequests(namColX, namColY))
375 {
376 this->Modified();
377 }
378}
379
380//------------------------------------------------------------------------------
381bool vtkStatisticsAlgorithm::SetParameter(

Callers 8

slotOpenSQLiteDBMethod · 0.80
LearnMethod · 0.80
RandomSampleStatisticsFunction · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by 6

RandomSampleStatisticsFunction · 0.64