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) override;
45 
46  vtkGetObjectMacro(Transform,vtkTransform);
47  vtkImageData *GetGridOutput();
48 
49 protected:
51  ~vtkGaussianCubeReader() override;
52 
54 
57 
58  void ReadSpecificMolecule(FILE* fp) override;
59 
60  int FillOutputPortInformation(int, vtkInformation*) override;
61 private:
63  void operator=(const vtkGaussianCubeReader&) = delete;
64 };
65 
66 #endif
vtkMoleculeReaderBase::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkGaussianCubeReader
read ASCII Gaussian Cube Data files
Definition: vtkGaussianCubeReader.h:39
vtkTransform
describes linear transformations via a 4x4 matrix
Definition: vtkTransform.h:60
vtkMoleculeReaderBase
read Molecular Data files
Definition: vtkMoleculeReaderBase.h:41
vtkMoleculeReaderBase::ReadSpecificMolecule
virtual void ReadSpecificMolecule(FILE *fp)=0
vtkMoleculeReaderBase::FillOutputPortInformation
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
ADIOS::Transform
Transform
Definition: ADIOSDefs.h:40
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkMoleculeReaderBase::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkGaussianCubeReader::Transform
vtkTransform * Transform
Definition: vtkGaussianCubeReader.h:53
vtkMoleculeReaderBase.h
vtkPolyDataAlgorithm::New
static vtkPolyDataAlgorithm * New()
vtkPolyDataAlgorithm::RequestInformation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)