VTK  9.1.0
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=========================================================================*/
27#ifndef vtkGaussianCubeReader_h
28#define vtkGaussianCubeReader_h
29
30#include "vtkIOChemistryModule.h" // For export macro
32
33class vtkImageData;
34class vtkTransform;
35
36class VTKIOCHEMISTRY_EXPORT vtkGaussianCubeReader : public vtkMoleculeReaderBase
37{
38public:
41 void PrintSelf(ostream& os, vtkIndent indent) override;
42
43 vtkGetObjectMacro(Transform, vtkTransform);
45
46protected:
49
51
54
55 void ReadSpecificMolecule(FILE* fp) override;
56
58
59private:
61 void operator=(const vtkGaussianCubeReader&) = delete;
62};
63
64#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
Definition: vtkImageData.h:157
a simple class to control print indentation
Definition: vtkIndent.h:113
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:164
@ Transform
Definition: vtkX3D.h:47