VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPolyDataCollection Class Reference

maintain a list of polygonal data objects More...

#include <vtkPolyDataCollection.h>

Inherits vtkCollection.

Public Types

typedef vtkCollection Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkPolyDataCollectionNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void AddItem (vtkPolyData *pd)
 
vtkPolyDataGetNextItem ()
 
vtkPolyDataGetNextPolyData (vtkCollectionSimpleIterator &cookie)
 

Static Public Member Functions

static vtkPolyDataCollectionNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPolyDataCollectionSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkPolyDataCollection ()
 
 ~vtkPolyDataCollection ()
 

Detailed Description

maintain a list of polygonal data objects

vtkPolyDataCollection is an object that creates and manipulates lists of datasets of type vtkPolyData.

See Also
vtkDataSetCollection vtkCollection

Definition at line 33 of file vtkPolyDataCollection.h.

Member Typedef Documentation

typedef vtkCollection vtkPolyDataCollection::Superclass

Definition at line 37 of file vtkPolyDataCollection.h.

Constructor & Destructor Documentation

vtkPolyDataCollection::vtkPolyDataCollection ( )
inlineprotected

Definition at line 64 of file vtkPolyDataCollection.h.

vtkPolyDataCollection::~vtkPolyDataCollection ( )
inlineprotected

Definition at line 65 of file vtkPolyDataCollection.h.

Member Function Documentation

static vtkPolyDataCollection* vtkPolyDataCollection::New ( )
static
static int vtkPolyDataCollection::IsTypeOf ( const char *  type)
static
virtual int vtkPolyDataCollection::IsA ( const char *  type)
virtual
static vtkPolyDataCollection* vtkPolyDataCollection::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkPolyDataCollection::NewInstanceInternal ( ) const
protectedvirtual
vtkPolyDataCollection* vtkPolyDataCollection::NewInstance ( ) const
void vtkPolyDataCollection::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void vtkPolyDataCollection::AddItem ( vtkPolyData pd)
inline

Add a poly data to the list.

Definition at line 42 of file vtkPolyDataCollection.h.

vtkPolyData* vtkPolyDataCollection::GetNextItem ( )
inline

Get the next poly data in the list.

Definition at line 50 of file vtkPolyDataCollection.h.

vtkPolyData* vtkPolyDataCollection::GetNextPolyData ( vtkCollectionSimpleIterator &  cookie)
inline

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

Definition at line 58 of file vtkPolyDataCollection.h.


The documentation for this class was generated from the following file: