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

Method HasCurrentMetaData

Common/DataModel/vtkDataObjectTreeIterator.cxx:395–403  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

393
394//------------------------------------------------------------------------------
395vtkTypeBool vtkDataObjectTreeIterator::HasCurrentMetaData()
396{
397 if (!this->IsDoneWithTraversal())
398 {
399 return this->Internals->Iterator->HasCurrentMetaData();
400 }
401
402 return 0;
403}
404
405//------------------------------------------------------------------------------
406vtkDataObjectTreeIndex vtkDataObjectTreeIterator::GetCurrentIndex()

Callers 9

WriteAnActorMethod · 0.45
WriteCompositeMethod · 0.45
WriteCompositeMethod · 0.45
HasMetaDataFunction · 0.45
HasCurrentMetaDataMethod · 0.45
TestConfigFunction · 0.45
TestConfigFunction · 0.45
ExecuteMethod · 0.45
CollectTimestepsMethod · 0.45

Calls 1

IsDoneWithTraversalMethod · 0.95

Tested by 2

TestConfigFunction · 0.36
TestConfigFunction · 0.36