Go to the documentation of this file.
25 #ifndef vtkViewNodeCollection_h
26 #define vtkViewNodeCollection_h
28 #include "vtkRenderingSceneGraphModule.h"
vtkViewNode * GetNextItem()
Get the next ViewNode in the list.
void * vtkCollectionSimpleIterator
static vtkViewNodeCollection * New()
abstract base class for most VTK objects
vtkViewNode * GetNextViewNode(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
create and manipulate ordered lists of objects
a simple class to control print indentation
a node within a VTK scene graph
void AddItem(vtkViewNode *a)
Add a ViewNode to the list.
bool IsRenderablePresent(vtkObject *obj)
Return true only if we have viewnode for obj.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.