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

Function GetNextTransform

Common/Transforms/vtkTransformCollection.h:46–49  ·  view source on GitHub ↗

* Reentrant safe way to get an object in a collection. Just pass the * same cookie back and forth. */

Source from the content-addressed store, hash-verified

44 * same cookie back and forth.
45 */
46 vtkTransform* GetNextTransform(vtkCollectionSimpleIterator& cookie)
47 {
48 return static_cast<vtkTransform*>(this->GetNextItemAsObject(cookie));
49 }
50
51protected:
52 vtkTransformCollection() = default;

Callers

nothing calls this directly

Calls 1

GetNextItemAsObjectMethod · 0.80

Tested by

no test coverage detected