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  =========================================================================*/
25 #ifndef VTKAMRFLASHPARTICLESREADER_H_
26 #define VTKAMRFLASHPARTICLESREADER_H_
27 
28 #include "vtkIOAMRModule.h" // For export macro
30 
31 class vtkIndent;
32 class vtkPolyData;
33 class vtkPointData;
34 class vtkIdList;
36 
39 {
40 public:
43  void PrintSelf(ostream &os, vtkIndent indent );
44 
47 
48 protected:
50  virtual ~vtkAMRFlashParticlesReader();
51 
53  void ReadMetaData();
54 
57 
59  vtkPolyData* ReadParticles( const int blkidx );
60 
62  vtkPolyData* GetParticles( const char* file, const int blkidx );
63 
65 
66 private:
67  vtkAMRFlashParticlesReader( const vtkAMRFlashParticlesReader& ); // Not implemented
68  void operator=(const vtkAMRFlashParticlesReader& ); // Not implemented
69 };
70 
71 #endif /* VTKAMRFLASHPARTICLESREADER_H_ */
virtual void SetupParticleDataSelections()=0
represent and manipulate point attribute data
Definition: vtkPointData.h:36
virtual int GetTotalNumberOfParticles()=0
#define VTKIOAMR_EXPORT
virtual vtkPolyData * ReadParticles(const int blkIdx)=0
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:83
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
Definition: vtkIndent.h:38
list of point or cell ids
Definition: vtkIdList.h:35
vtkFlashReaderInternal * Internal
void PrintSelf(ostream &os, vtkIndent indent)
virtual void ReadMetaData()=0