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

Method Visit

Common/DataModel/vtkDataAssembly.cxx:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 std::vector<unsigned int> DataSetIndices;
287
288 void Visit(int) override
289 {
290 const auto curids = this->GetCurrentDataSetIndices();
291 std::copy(curids.begin(), curids.end(), std::back_inserter(this->DataSetIndices));
292 }
293 bool GetTraverseSubtree(int vtkNotUsed(nodeid)) override { return this->TraverseSubtree; }
294
295protected:

Callers

nothing calls this directly

Calls 4

copyFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected