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

Method NewIterator

Common/Core/vtkStringArray.cxx:106–111  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

104
105//------------------------------------------------------------------------------
106vtkArrayIterator* vtkStringArray::NewIterator()
107{
108 vtkArrayIteratorTemplate<ValueType>* iter = vtkArrayIteratorTemplate<ValueType>::New();
109 iter->Initialize(this);
110 return iter;
111}
112
113//------------------------------------------------------------------------------
114// This method lets the user specify data to be held by the array. The

Callers

nothing calls this directly

Calls 2

NewFunction · 0.70
InitializeMethod · 0.45

Tested by

no test coverage detected