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

vtkDataArrayCollection Class Reference

#include <vtkDataArrayCollection.h>

Inheritance diagram for vtkDataArrayCollection:

Inheritance graph
[legend]
Collaboration diagram for vtkDataArrayCollection:

Collaboration graph
[legend]
List of all members.

Detailed Description

maintain an unordered list of dataarray objects

vtkDataArrayCollection is an object that creates and manipulates lists of datasets. See also vtkCollection and subclasses.

Definition at line 29 of file vtkDataArrayCollection.h.
void AddItem (vtkDataArray *ds)
static vtkDataArrayCollectionSafeDownCast (vtkObject *o)

Public Types

typedef vtkCollection Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
vtkDataArrayGetNextItem ()
vtkDataArrayGetItem (int i)
vtkDataArrayGetNextDataArray (vtkCollectionSimpleIterator &cookie)

Static Public Member Functions

static vtkDataArrayCollectionNew ()
static int IsTypeOf (const char *type)

Protected Member Functions

 vtkDataArrayCollection ()
 ~vtkDataArrayCollection ()


Member Typedef Documentation

typedef vtkCollection vtkDataArrayCollection::Superclass
 

Reimplemented from vtkCollection.

Definition at line 33 of file vtkDataArrayCollection.h.


Constructor & Destructor Documentation

vtkDataArrayCollection::vtkDataArrayCollection  )  [inline, protected]
 

Definition at line 63 of file vtkDataArrayCollection.h.

vtkDataArrayCollection::~vtkDataArrayCollection  )  [inline, protected]
 

Definition at line 64 of file vtkDataArrayCollection.h.


Member Function Documentation

static vtkDataArrayCollection* vtkDataArrayCollection::New  )  [static]
 

Construct with empty list.

Reimplemented from vtkCollection.

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

Reimplemented from vtkCollection.

static int vtkDataArrayCollection::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 vtkDataArrayCollection::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.

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

Add a dataarray to the list.

Reimplemented from vtkCollection.

void vtkDataArrayCollection::AddItem vtkDataArray ds  )  [inline]
 

Add a dataarray to the list.

Definition at line 37 of file vtkDataArrayCollection.h.

References vtkCollection::AddItem().

vtkDataArray* vtkDataArrayCollection::GetNextItem  )  [inline]
 

Get the next dataarray in the list.

Definition at line 43 of file vtkDataArrayCollection.h.

References vtkCollection::GetNextItemAsObject().

vtkDataArray* vtkDataArrayCollection::GetItem int  i  )  [inline]
 

Get the ith dataarray in the list.

Definition at line 49 of file vtkDataArrayCollection.h.

References vtkCollection::GetItemAsObject().

vtkDataArray* vtkDataArrayCollection::GetNextDataArray vtkCollectionSimpleIterator cookie  )  [inline]
 

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

Definition at line 57 of file vtkDataArrayCollection.h.

References vtkCollection::GetNextItemAsObject().


The documentation for this class was generated from the following file:
Generated on Mon Jan 21 23:39:26 2008 for VTK by  doxygen 1.4.3-20050530