VTK
|
#include <vtkAMRFlashParticlesReader.h>
Public Types | |
typedef vtkAMRBaseParticlesReader | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkAMRFlashParticlesReader * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | GetTotalNumberOfParticles () |
Static Public Member Functions | |
static vtkAMRFlashParticlesReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkAMRFlashParticlesReader * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkAMRFlashParticlesReader () | |
virtual | ~vtkAMRFlashParticlesReader () |
void | ReadMetaData () |
void | SetupParticleDataSelections () |
vtkPolyData * | ReadParticles (const int blkidx) |
vtkPolyData * | GetParticles (const char *file, const int blkidx) |
Protected Attributes | |
vtkFlashReaderInternal * | Internal |
A concrete instance of vtkAMRBaseParticlesReader that implements functionality for reading flash particle datasets.
Definition at line 34 of file vtkAMRFlashParticlesReader.h.
Reimplemented from vtkAMRBaseParticlesReader.
Definition at line 39 of file vtkAMRFlashParticlesReader.h.
vtkAMRFlashParticlesReader::vtkAMRFlashParticlesReader | ( | ) | [protected] |
virtual vtkAMRFlashParticlesReader::~vtkAMRFlashParticlesReader | ( | ) | [protected, virtual] |
static vtkAMRFlashParticlesReader* vtkAMRFlashParticlesReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
static int vtkAMRFlashParticlesReader::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 vtkAMRFlashParticlesReader::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 vtkAMRFlashParticlesReader* vtkAMRFlashParticlesReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkAMRBaseParticlesReader.
virtual vtkObjectBase* vtkAMRFlashParticlesReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkAMRBaseParticlesReader.
Reimplemented from vtkAMRBaseParticlesReader.
void vtkAMRFlashParticlesReader::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.
int vtkAMRFlashParticlesReader::GetTotalNumberOfParticles | ( | ) | [virtual] |
void vtkAMRFlashParticlesReader::ReadMetaData | ( | ) | [protected, virtual] |
See vtkAMRBaseParticlesReader::ReadMetaData
Implements vtkAMRBaseParticlesReader.
void vtkAMRFlashParticlesReader::SetupParticleDataSelections | ( | ) | [protected, virtual] |
See vtkAMRBaseParticlesReader::SetupParticlesDataSelections
Implements vtkAMRBaseParticlesReader.
vtkPolyData* vtkAMRFlashParticlesReader::ReadParticles | ( | const int | blkidx | ) | [protected, virtual] |
See vtkAMRBaseParticlesReader::ReadParticles
Implements vtkAMRBaseParticlesReader.
vtkPolyData* vtkAMRFlashParticlesReader::GetParticles | ( | const char * | file, |
const int | blkidx | ||
) | [protected] |
Reads the particlles of the given block from the given file.
Definition at line 61 of file vtkAMRFlashParticlesReader.h.