VTK  9.3.0
vtkGaussianCubeReader.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
18 #ifndef vtkGaussianCubeReader_h
19 #define vtkGaussianCubeReader_h
20 
21 #include "vtkIOChemistryModule.h" // For export macro
22 #include "vtkMoleculeReaderBase.h"
23 
24 VTK_ABI_NAMESPACE_BEGIN
25 class vtkImageData;
26 class vtkTransform;
27 
28 class VTKIOCHEMISTRY_EXPORT vtkGaussianCubeReader : public vtkMoleculeReaderBase
29 {
30 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34 
35  vtkGetObjectMacro(Transform, vtkTransform);
37 
38 protected:
41 
43 
46 
47  void ReadSpecificMolecule(FILE* fp) override;
48 
50 
51 private:
53  void operator=(const vtkGaussianCubeReader&) = delete;
54 };
55 
56 VTK_ABI_NAMESPACE_END
57 #endif
read ASCII Gaussian Cube Data files
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ReadSpecificMolecule(FILE *fp) override
vtkImageData * GetGridOutput()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkGaussianCubeReader() override
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
static vtkGaussianCubeReader * New()
topologically and geometrically regular array of data
Definition: vtkImageData.h:43
a simple class to control print indentation
Definition: vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Read molecular data files.
describes linear transformations via a 4x4 matrix
Definition: vtkTransform.h:50
@ Transform
Definition: vtkX3D.h:41