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 =========================================================================*/
29 #ifndef vtkGaussianCubeReader_h
30 #define vtkGaussianCubeReader_h
31 
32 #include "vtkIOGeometryModule.h" // For export macro
33 #include "vtkMoleculeReaderBase.h"
34 
35 class vtkImageData;
36 class vtkTransform;
37 
39 {
40 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
46  vtkSetStringMacro(FileName);
47  vtkGetStringMacro(FileName);
49 
50 protected:
53 
54  char *FileName;
56 
59 
60  void ReadSpecificMolecule(FILE* fp);
61 
63 private:
64  vtkGaussianCubeReader(const vtkGaussianCubeReader&); // Not implemented.
65  void operator=(const vtkGaussianCubeReader&); // Not implemented.
66 };
67 
68 #endif
vtkIOGeometryModule.h
vtkGaussianCubeReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkGaussianCubeReader::ReadSpecificMolecule
void ReadSpecificMolecule(FILE *fp)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkGaussianCubeReader::GetGridOutput
vtkImageData * GetGridOutput()
vtkGaussianCubeReader
read ASCII Gaussian Cube Data files
Definition: vtkGaussianCubeReader.h:39
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkGaussianCubeReader::FillOutputPortInformation
virtual int FillOutputPortInformation(int, vtkInformation *)
vtkTransform
describes linear transformations via a 4x4 matrix
Definition: vtkTransform.h:60
vtkGaussianCubeReader::~vtkGaussianCubeReader
~vtkGaussianCubeReader()
VTKIOGEOMETRY_EXPORT
#define VTKIOGEOMETRY_EXPORT
Definition: vtkIOGeometryModule.h:15
vtkMoleculeReaderBase
read Molecular Data files
Definition: vtkMoleculeReaderBase.h:41
vtkX3D::Transform
@ Transform
Definition: vtkX3D.h:41
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSetStringMacro
#define vtkSetStringMacro(name)
Definition: vtkSetGet.h:104
vtkGaussianCubeReader::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkGetStringMacro
vtkGetStringMacro(ExtensionsString)
vtkGaussianCubeReader::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkGaussianCubeReader::Transform
vtkTransform * Transform
Definition: vtkGaussianCubeReader.h:55
vtkGaussianCubeReader::FileName
char * FileName
Definition: vtkGaussianCubeReader.h:54
vtkGaussianCubeReader::vtkGaussianCubeReader
vtkGaussianCubeReader()
vtkMoleculeReaderBase.h
vtkGaussianCubeReader::New
static vtkGaussianCubeReader * New()