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

Method Build

Common/ExecutionModel/vtkSphereTree.cxx:1022–1032  ·  view source on GitHub ↗

================General tree methods======================================== ------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1020//================General tree methods========================================
1021//------------------------------------------------------------------------------
1022void vtkSphereTree::Build()
1023{
1024 if (!this->DataSet)
1025 {
1026 return;
1027 }
1028 else
1029 {
1030 this->Build(this->DataSet);
1031 }
1032}
1033
1034//------------------------------------------------------------------------------
1035void vtkSphereTree::Build(vtkDataSet* input)

Callers

nothing calls this directly

Calls 5

BuildTreeSpheresMethod · 0.95
BuildTreeHierarchyMethod · 0.95
SetDataSetMethod · 0.45
GetMTimeMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected