VTK
vtkGaussianCubeReader2.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkGaussianCubeReader2.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=========================================================================*/
25#ifndef vtkGaussianCubeReader2_h
26#define vtkGaussianCubeReader2_h
27
28#include "vtkDomainsChemistryModule.h" // For export macro
30
31class vtkMolecule;
32class vtkImageData;
33
34class VTKDOMAINSCHEMISTRY_EXPORT vtkGaussianCubeReader2 : public vtkMoleculeAlgorithm
35{
36public:
39 void PrintSelf(ostream& os, vtkIndent indent);
40
42
48
53
55
58 vtkSetStringMacro(FileName);
61
62protected:
65
71
72 char *FileName;
73private:
74 vtkGaussianCubeReader2(const vtkGaussianCubeReader2&) VTK_DELETE_FUNCTION;
75 void operator=(const vtkGaussianCubeReader2&) VTK_DELETE_FUNCTION;
76};
77
78#endif
Read a Gaussian Cube file and output a vtkMolecule object and a vtkImageData.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkMolecule * GetOutput()
Get/Set the output (vtkMolecule) that the reader will fill.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkGaussianCubeReader2 * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetOutput(vtkMolecule *)
vtkImageData * GetGridOutput()
Get/Set the output (vtkImageData) that the reader will fill.
int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
topologically and geometrically regular array of data
Definition: vtkImageData.h:46
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that operate on vtkMolecules.
class describing a molecule
Definition: vtkMolecule.h:91
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.