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

Method GetNumberOfNodes

Common/DataModel/vtkSelection.cxx:366–369  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

364
365//------------------------------------------------------------------------------
366unsigned int vtkSelection::GetNumberOfNodes() const
367{
368 return static_cast<unsigned int>(this->Internals->Items.size());
369}
370
371//------------------------------------------------------------------------------
372vtkSelectionNode* vtkSelection::GetNode(unsigned int idx) const

Callers 2

PrintSelfMethod · 0.95
EvaluateMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected