VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkAMREnzoParticlesReader Class Reference

#include <vtkAMREnzoParticlesReader.h>

Inheritance diagram for vtkAMREnzoParticlesReader:
Inheritance graph
[legend]
Collaboration diagram for vtkAMREnzoParticlesReader:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkAMRBaseParticlesReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkAMREnzoParticlesReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
int GetTotalNumberOfParticles ()
virtual void SetParticleType (int)
virtual int GetParticleType ()

Static Public Member Functions

static vtkAMREnzoParticlesReaderNew ()
static int IsTypeOf (const char *type)
static vtkAMREnzoParticlesReaderSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkAMREnzoParticlesReader ()
virtual ~vtkAMREnzoParticlesReader ()
vtkPolyDataGetParticles (const char *file, const int blockIdx)
void ReadMetaData ()
void SetupParticleDataSelections ()
bool CheckParticleType (const int pIdx, vtkIntArray *ptypes)
vtkDataArrayGetParticlesTypeArray (const int blockIdx)
vtkPolyDataReadParticles (const int blkidx)

Protected Attributes

int ParticleType
vtkEnzoReaderInternalInternal

Detailed Description

A concrete instance of the vtkAMRBaseParticlesReader which provides functionality for loading ENZO AMR particle datasets from ENZO.

See also:
vtkAMRBaseParticlesReader

Definition at line 37 of file vtkAMREnzoParticlesReader.h.


Member Typedef Documentation

Reimplemented from vtkAMRBaseParticlesReader.

Definition at line 42 of file vtkAMREnzoParticlesReader.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkMultiBlockDataSetAlgorithm.

static int vtkAMREnzoParticlesReader::IsTypeOf ( const char *  name) [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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkAMRBaseParticlesReader.

virtual int vtkAMREnzoParticlesReader::IsA ( const char *  name) [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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkAMRBaseParticlesReader.

Reimplemented from vtkAMRBaseParticlesReader.

virtual vtkObjectBase* vtkAMREnzoParticlesReader::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkAMRBaseParticlesReader.

Reimplemented from vtkAMRBaseParticlesReader.

void vtkAMREnzoParticlesReader::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 vtkAMRBaseParticlesReader.

virtual void vtkAMREnzoParticlesReader::SetParticleType ( int  ) [virtual]

Returns the requested particle type.

Returns the requested particle type.

vtkPolyData* vtkAMREnzoParticlesReader::GetParticles ( const char *  file,
const int  blockIdx 
) [protected]

Read the particles from the given particles file for the block corresponding to the given block index.

void vtkAMREnzoParticlesReader::ReadMetaData ( ) [protected, virtual]
bool vtkAMREnzoParticlesReader::CheckParticleType ( const int  pIdx,
vtkIntArray ptypes 
) [protected]

Filter's by particle type, iff particle_type is included in the given file.

Returns the ParticlesType Array

vtkPolyData* vtkAMREnzoParticlesReader::ReadParticles ( const int  blkidx) [protected, virtual]

Reads the particles.

Implements vtkAMRBaseParticlesReader.


Member Data Documentation

Definition at line 78 of file vtkAMREnzoParticlesReader.h.

Definition at line 80 of file vtkAMREnzoParticlesReader.h.


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