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:
44  void PrintSelf(ostream& os, vtkIndent indent);
45 
46  vtkGetObjectMacro(Transform,vtkTransform);
47  vtkSetStringMacro(FileName);
48  vtkGetStringMacro(FileName);
50 
51 protected:
54 
55  char *FileName;
57 
60 
61  void ReadSpecificMolecule(FILE* fp);
62 
64 private:
65  vtkGaussianCubeReader(const vtkGaussianCubeReader&) VTK_DELETE_FUNCTION;
66  void operator=(const vtkGaussianCubeReader&) VTK_DELETE_FUNCTION;
67 };
68 
69 #endif
vtkGaussianCubeReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkGaussianCubeReader::ReadSpecificMolecule
void ReadSpecificMolecule(FILE *fp)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkGaussianCubeReader::GetGridOutput
vtkImageData * GetGridOutput()
vtkGaussianCubeReader
read ASCII Gaussian Cube Data files
Definition: vtkGaussianCubeReader.h:40
vtkGaussianCubeReader::FillOutputPortInformation
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
vtkTransform
describes linear transformations via a 4x4 matrix
Definition: vtkTransform.h:61
vtkGaussianCubeReader::~vtkGaussianCubeReader
~vtkGaussianCubeReader()
vtkMoleculeReaderBase
read Molecular Data files
Definition: vtkMoleculeReaderBase.h:42
ADIOS::Transform
Transform
Definition: ADIOSDefs.h:40
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:46
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkGaussianCubeReader::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkGetStringMacro
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkGaussianCubeReader::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkGaussianCubeReader::Transform
vtkTransform * Transform
Definition: vtkGaussianCubeReader.h:56
vtkGaussianCubeReader::FileName
char * FileName
Definition: vtkGaussianCubeReader.h:55
vtkGaussianCubeReader::vtkGaussianCubeReader
vtkGaussianCubeReader()
vtkMoleculeReaderBase.h
vtkGaussianCubeReader::New
static vtkGaussianCubeReader * New()