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  =========================================================================*/
22 #ifndef VTKAMRFLASHPARTICLESREADER_H_
23 #define VTKAMRFLASHPARTICLESREADER_H_
24 
25 #include "vtkIOAMRModule.h" // For export macro
27 
28 class vtkIndent;
29 class vtkPolyData;
30 class vtkPointData;
31 class vtkIdList;
33 
36 {
37 public:
40  void PrintSelf(ostream &os, vtkIndent indent );
41 
44 
45 protected:
47  virtual ~vtkAMRFlashParticlesReader();
48 
50  void ReadMetaData();
51 
54 
56  vtkPolyData* ReadParticles( const int blkidx );
57 
59  vtkPolyData* GetParticles( const char* file, const int blkidx );
60 
62 
63 private:
64  vtkAMRFlashParticlesReader( const vtkAMRFlashParticlesReader& ); // Not implemented
65  void operator=(const vtkAMRFlashParticlesReader& ); // Not implemented
66 };
67 
68 #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
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:619
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