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

Method GetNestedElement

Common/DataModel/vtkXMLDataElement.cxx:505–512  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

503
504//------------------------------------------------------------------------------
505vtkXMLDataElement* vtkXMLDataElement::GetNestedElement(int index)
506{
507 if (index >= 0 && index < this->NumberOfNestedElements)
508 {
509 return this->NestedElements[index];
510 }
511 return nullptr;
512}
513
514//------------------------------------------------------------------------------
515vtkXMLDataElement* vtkXMLDataElement::FindNestedElementWithName(const char* name)

Callers 15

IsEqualToMethod · 0.95
ReadPieceMethod · 0.80
SetupOutputDataMethod · 0.80
ReadPieceDataMethod · 0.80
ReadVersion0Method · 0.80
ReadCompositeMethod · 0.80
FillMetaDataMethod · 0.80
RequestInformationMethod · 0.80
ReadPieceMethod · 0.80
SetupOutputDataMethod · 0.80
ReadPieceDataMethod · 0.80
FindDataArrayWithNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected