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
vtkStructuredPointsCollection Class Reference

maintain a list of structured points data objects More...

#include <vtkStructuredPointsCollection.h>

Inherits vtkCollection.

Public Types

typedef vtkCollection Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkStructuredPointsCollectionNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void AddItem (vtkStructuredPoints *ds)
 
vtkStructuredPointsGetNextItem ()
 
vtkStructuredPointsGetNextStructuredPoints (vtkCollectionSimpleIterator &cookie)
 

Static Public Member Functions

static
vtkStructuredPointsCollection
New ()
 
static int IsTypeOf (const char *type)
 
static
vtkStructuredPointsCollection
SafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

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

Detailed Description

maintain a list of structured points data objects

vtkStructuredPointsCollection is an object that creates and manipulates lists of structured points datasets. See also vtkCollection and subclasses.

Definition at line 30 of file vtkStructuredPointsCollection.h.

Member Typedef Documentation

Definition at line 34 of file vtkStructuredPointsCollection.h.

Constructor & Destructor Documentation

vtkStructuredPointsCollection::vtkStructuredPointsCollection ( )
inlineprotected

Definition at line 64 of file vtkStructuredPointsCollection.h.

vtkStructuredPointsCollection::~vtkStructuredPointsCollection ( )
inlineprotected

Definition at line 65 of file vtkStructuredPointsCollection.h.

Member Function Documentation

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

Add a pointer to a vtkStructuredPoints to the list.

Definition at line 39 of file vtkStructuredPointsCollection.h.

vtkStructuredPoints* vtkStructuredPointsCollection::GetNextItem ( )
inline

Get the next item in the collection. NULL is returned if the collection is exhausted.

Definition at line 48 of file vtkStructuredPointsCollection.h.

vtkStructuredPoints* vtkStructuredPointsCollection::GetNextStructuredPoints ( vtkCollectionSimpleIterator &  cookie)
inline

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

Definition at line 56 of file vtkStructuredPointsCollection.h.


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