VTK
vtkGaussianCubeReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkGaussianCubeReader.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 =========================================================================*/
30 #ifndef vtkGaussianCubeReader_h
31 #define vtkGaussianCubeReader_h
32 
33 #include "vtkIOGeometryModule.h" // For export macro
34 #include "vtkMoleculeReaderBase.h"
35 
36 class vtkImageData;
37 class vtkTransform;
38 
39 class VTKIOGEOMETRY_EXPORT vtkGaussianCubeReader : public vtkMoleculeReaderBase
40 {
41 public:
42  static vtkGaussianCubeReader *New();
44  void PrintSelf(ostream& os, vtkIndent indent);
45 
46  vtkGetObjectMacro(Transform,vtkTransform);
47  vtkSetStringMacro(FileName);
48  vtkGetStringMacro(FileName);
49  vtkImageData *GetGridOutput();
50 
51 protected:
54 
55  char *FileName;
57 
60 
61  void ReadSpecificMolecule(FILE* fp);
62 
63  virtual int FillOutputPortInformation(int, vtkInformation*);
64 private:
65  vtkGaussianCubeReader(const vtkGaussianCubeReader&) VTK_DELETE_FUNCTION;
66  void operator=(const vtkGaussianCubeReader&) VTK_DELETE_FUNCTION;
67 };
68 
69 #endif
read ASCII Gaussian Cube Data files
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
read Molecular Data files
describes linear transformations via a 4x4 matrix
Definition: vtkTransform.h:60
virtual void ReadSpecificMolecule(FILE *fp)=0
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:39
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
Store zero or more vtkInformation instances.
Transform
Definition: ADIOSDefs.h:39