VTK  9.3.20240424
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
23
24VTK_ABI_NAMESPACE_BEGIN
25class vtkImageData;
26class vtkTransform;
27
28class VTKIOCHEMISTRY_EXPORT vtkGaussianCubeReader : public vtkMoleculeReaderBase
29{
30public:
33 void PrintSelf(ostream& os, vtkIndent indent) override;
34
35 vtkGetObjectMacro(Transform, vtkTransform);
37
38protected:
41
43
46
47 void ReadSpecificMolecule(FILE* fp) override;
48
50
51private:
53 void operator=(const vtkGaussianCubeReader&) = delete;
54};
55
56VTK_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
static vtkGaussianCubeReader * New()
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
vtkImageData * GetGridOutput()
topologically and geometrically regular array of data
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Read molecular data files.
describes linear transformations via a 4x4 matrix