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

Method GetDataSet

Common/DataModel/vtkKdTree.cxx:466–469  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

464
465//------------------------------------------------------------------------------
466vtkDataSet* vtkKdTree::GetDataSet(int index)
467{
468 return this->DataSets->GetItem(index);
469}
470
471//------------------------------------------------------------------------------
472int vtkKdTree::GetDataSetsNumberOfCells(int from, int to)

Callers 15

ComputeCellCentersMethod · 0.95
ComputeCellCenterMethod · 0.95
NewGeometryMethod · 0.95
CreateCellListsMethod · 0.95
GetCellListsMethod · 0.95
RequestDataMethod · 0.45
ReadMidpointDataMethod · 0.45
ReadConnectivityMethod · 0.45
HighlightPointUnderMouseFunction · 0.45
HighlightCellUnderMouseFunction · 0.45

Calls 1

GetItemMethod · 0.45

Tested by 7

TestConfigFunction · 0.36
TestConfigFunction · 0.36
WriteAMRFunction · 0.36
TestGenericProbeFilterFunction · 0.36
WriteUnGhostedGridsFunction · 0.36