VTK
vtkAMRFlashParticlesReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkAMRFlashParticlesReader.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14  =========================================================================*/
26 #ifndef vtkAMRFlashParticlesReader_h
27 #define vtkAMRFlashParticlesReader_h
28 
29 #include "vtkIOAMRModule.h" // For export macro
31 
32 class vtkIndent;
33 class vtkPolyData;
34 class vtkPointData;
35 class vtkIdList;
37 
38 class VTKIOAMR_EXPORT vtkAMRFlashParticlesReader :
40 {
41 public:
44  void PrintSelf(ostream &os, vtkIndent indent );
45 
50 
51 protected:
54 
58  void ReadMetaData();
59 
64 
68  vtkPolyData* ReadParticles( const int blkidx );
69 
73  vtkPolyData* GetParticles( const char* file, const int blkidx );
74 
76 
77 private:
78  vtkAMRFlashParticlesReader( const vtkAMRFlashParticlesReader& ) VTK_DELETE_FUNCTION;
79  void operator=(const vtkAMRFlashParticlesReader& ) VTK_DELETE_FUNCTION;
80 };
81 
82 #endif /* vtkAMRFlashParticlesReader_h */
vtkAMRFlashParticlesReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkAMRBaseParticlesReader.h
vtkPointData
represent and manipulate point attribute data
Definition: vtkPointData.h:38
vtkFlashReaderInternal
Definition: vtkAMRFlashReaderInternal.h:133
vtkAMRFlashParticlesReader
A concrete instance of vtkAMRBaseParticlesReader that implements functionality for reading flash part...
Definition: vtkAMRFlashParticlesReader.h:40
vtkAMRFlashParticlesReader::ReadParticles
vtkPolyData * ReadParticles(const int blkidx)
See vtkAMRBaseParticlesReader::ReadParticles.
vtkAMRFlashParticlesReader::vtkAMRFlashParticlesReader
vtkAMRFlashParticlesReader()
vtkAMRFlashParticlesReader::SetupParticleDataSelections
void SetupParticleDataSelections()
See vtkAMRBaseParticlesReader::SetupParticlesDataSelections.
vtkAMRBaseParticlesReader
An abstract base class that implements all the common functionality for all particle readers.
Definition: vtkAMRBaseParticlesReader.h:39
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkIdList
list of point or cell ids
Definition: vtkIdList.h:37
vtkAMRFlashParticlesReader::GetTotalNumberOfParticles
int GetTotalNumberOfParticles()
See vtkAMRBaseParticlesReader::GetTotalNumberOfParticles.
vtkAMRFlashParticlesReader::~vtkAMRFlashParticlesReader
virtual ~vtkAMRFlashParticlesReader()
vtkAMRFlashParticlesReader::New
static vtkAMRFlashParticlesReader * New()
vtkAMRFlashParticlesReader::GetParticles
vtkPolyData * GetParticles(const char *file, const int blkidx)
Reads the particlles of the given block from the given file.
vtkAMRFlashParticlesReader::ReadMetaData
void ReadMetaData()
See vtkAMRBaseParticlesReader::ReadMetaData.
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:86
vtkAMRFlashParticlesReader::Internal
vtkFlashReaderInternal * Internal
Definition: vtkAMRFlashParticlesReader.h:75