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

Method NewIterator

Common/Core/vtkVariantArray.cxx:702–707  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

700
701//------------------------------------------------------------------------------
702vtkArrayIterator* vtkVariantArray::NewIterator()
703{
704 vtkArrayIteratorTemplate<ValueType>* iter = vtkArrayIteratorTemplate<ValueType>::New();
705 iter->Initialize(this);
706 return iter;
707}
708
709//
710//

Callers

nothing calls this directly

Calls 2

NewFunction · 0.70
InitializeMethod · 0.45

Tested by

no test coverage detected