Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkPolyDataCollection Class Reference

#include <vtkPolyDataCollection.h>

Inheritance diagram for vtkPolyDataCollection:

Inheritance graph
[legend]
Collaboration diagram for vtkPolyDataCollection:

Collaboration graph
[legend]
List of all members.

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
Created by:
  • Hoffman, Bill
  • Schroeder, Will
CVS contributions (if > 5%):
  • Schroeder, Will (48%)
  • Martin, Ken (24%)
  • Hoffman, Bill (18%)
  • Cedilnik, Andy (6%)
CVS logs (CVSweb):
  • .h (/Filtering/vtkPolyDataCollection.h)
  • .cxx (/Filtering/vtkPolyDataCollection.cxx)

Definition at line 46 of file vtkPolyDataCollection.h.

Public Types

typedef vtkCollection Superclass

Public Member Functions

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

Static Public Member Functions

vtkPolyDataCollectionNew ()
int IsTypeOf (const char *type)
vtkPolyDataCollectionSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPolyDataCollection ()
 ~vtkPolyDataCollection ()


Member Typedef Documentation

typedef vtkCollection vtkPolyDataCollection::Superclass
 

Reimplemented from vtkCollection.

Definition at line 50 of file vtkPolyDataCollection.h.


Constructor & Destructor Documentation

vtkPolyDataCollection::vtkPolyDataCollection  )  [inline, protected]
 

Definition at line 75 of file vtkPolyDataCollection.h.

vtkPolyDataCollection::~vtkPolyDataCollection  )  [inline, protected]
 

Definition at line 76 of file vtkPolyDataCollection.h.


Member Function Documentation

vtkPolyDataCollection* vtkPolyDataCollection::New  )  [static]
 

Construct with empty list.

Reimplemented from vtkCollection.

virtual const char* vtkPolyDataCollection::GetClassName  )  [virtual]
 

Reimplemented from vtkCollection.

int vtkPolyDataCollection::IsTypeOf const char *  type  )  [static]
 

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkCollection.

virtual int vtkPolyDataCollection::IsA const char *  type  )  [virtual]
 

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkCollection.

vtkPolyDataCollection* vtkPolyDataCollection::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkCollection.

void vtkPolyDataCollection::PrintSelf ostream &  os,
vtkIndent  indent
[virtual]
 

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkCollection.

void vtkPolyDataCollection::AddItem vtkPolyData pd  )  [inline]
 

Add a poly data to the list.

Definition at line 55 of file vtkPolyDataCollection.h.

References vtkCollection::AddItem().

vtkPolyData* vtkPolyDataCollection::GetNextItem  )  [inline]
 

Get the next poly data in the list.

Definition at line 61 of file vtkPolyDataCollection.h.

References vtkCollection::GetNextItemAsObject().

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 69 of file vtkPolyDataCollection.h.

References vtkCollection::GetNextItemAsObject(), and vtkCollectionSimpleIterator.


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