VTK
|
#include <vtkAMREnzoParticlesReader.h>
Public Types | |
typedef vtkAMRBaseParticlesReader | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkAMREnzoParticlesReader * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | GetTotalNumberOfParticles () |
virtual void | SetParticleType (int) |
virtual int | GetParticleType () |
Static Public Member Functions | |
static vtkAMREnzoParticlesReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkAMREnzoParticlesReader * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkAMREnzoParticlesReader () | |
virtual | ~vtkAMREnzoParticlesReader () |
vtkPolyData * | GetParticles (const char *file, const int blockIdx) |
void | ReadMetaData () |
void | SetupParticleDataSelections () |
bool | CheckParticleType (const int pIdx, vtkIntArray *ptypes) |
vtkDataArray * | GetParticlesTypeArray (const int blockIdx) |
vtkPolyData * | ReadParticles (const int blkidx) |
Protected Attributes | |
int | ParticleType |
vtkEnzoReaderInternal * | Internal |
A concrete instance of the vtkAMRBaseParticlesReader which provides functionality for loading ENZO AMR particle datasets from ENZO.
Definition at line 37 of file vtkAMREnzoParticlesReader.h.
Reimplemented from vtkAMRBaseParticlesReader.
Definition at line 42 of file vtkAMREnzoParticlesReader.h.
vtkAMREnzoParticlesReader::vtkAMREnzoParticlesReader | ( | ) | [protected] |
virtual vtkAMREnzoParticlesReader::~vtkAMREnzoParticlesReader | ( | ) | [protected, virtual] |
static vtkAMREnzoParticlesReader* vtkAMREnzoParticlesReader::New | ( | ) | [static] |
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.
static vtkAMREnzoParticlesReader* vtkAMREnzoParticlesReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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.
virtual int vtkAMREnzoParticlesReader::GetParticleType | ( | ) | [virtual] |
Returns the requested particle type.
int vtkAMREnzoParticlesReader::GetTotalNumberOfParticles | ( | ) | [virtual] |
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] |
See vtkAMRBaseParticlesReader::ReadMetaData()
Implements vtkAMRBaseParticlesReader.
void vtkAMREnzoParticlesReader::SetupParticleDataSelections | ( | ) | [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.
vtkDataArray* vtkAMREnzoParticlesReader::GetParticlesTypeArray | ( | const int | blockIdx | ) | [protected] |
Returns the ParticlesType Array
vtkPolyData* vtkAMREnzoParticlesReader::ReadParticles | ( | const int | blkidx | ) | [protected, virtual] |
Reads the particles.
Implements vtkAMRBaseParticlesReader.
int vtkAMREnzoParticlesReader::ParticleType [protected] |
Definition at line 78 of file vtkAMREnzoParticlesReader.h.
vtkEnzoReaderInternal* vtkAMREnzoParticlesReader::Internal [protected] |
Definition at line 80 of file vtkAMREnzoParticlesReader.h.