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