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

Method GetCurrentKey

Common/Core/vtkInformationIterator.cxx:109–117  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

107
108//------------------------------------------------------------------------------
109vtkInformationKey* vtkInformationIterator::GetCurrentKey()
110{
111 if (this->IsDoneWithTraversal())
112 {
113 return nullptr;
114 }
115
116 return this->Internal->Iterator->first;
117}
118
119//------------------------------------------------------------------------------
120void vtkInformationIterator::PrintSelf(ostream& os, vtkIndent indent)

Callers 13

WriteInformationMethod · 0.80
WritePropertyElementMethod · 0.80
GetArrayAttributeMethod · 0.80
VerifyArrayAttributeFunction · 0.80
WriteInformationMethod · 0.80
MarkOutputsGeneratedMethod · 0.80
NeedToExecuteDataMethod · 0.80
Serialize_vtkInformationFunction · 0.80
EqualPropertiesMethod · 0.80
HasKeysMethod · 0.80
IsSuitableArrayFunction · 0.80

Calls 1

IsDoneWithTraversalMethod · 0.95

Tested by 1

VerifyArrayAttributeFunction · 0.64