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

Method GetCurrentMetaData

Common/DataModel/vtkDataObjectTreeIterator.cxx:384–392  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

382
383//------------------------------------------------------------------------------
384vtkInformation* vtkDataObjectTreeIterator::GetCurrentMetaData()
385{
386 if (!this->IsDoneWithTraversal())
387 {
388 return this->Internals->Iterator->GetCurrentMetaData();
389 }
390
391 return nullptr;
392}
393
394//------------------------------------------------------------------------------
395vtkTypeBool vtkDataObjectTreeIterator::HasCurrentMetaData()

Callers 14

WriteAnActorMethod · 0.45
FlattenHierarchyMethod · 0.45
CreateSetsMetadataMethod · 0.45
GetMaxNameLengthMethod · 0.45
WriteCompositeMethod · 0.45
WriteCompositeMethod · 0.45
GetMetaDataFunction · 0.45
GetCurrentMetaDataMethod · 0.45
LoopAndCheckFunction · 0.45
AddSupplementaryPlotMethod · 0.45
ExecuteMethod · 0.45

Calls 1

IsDoneWithTraversalMethod · 0.95

Tested by 2

LoopAndCheckFunction · 0.36