25 #ifndef vtkGaussianCubeReader2_h
26 #define vtkGaussianCubeReader2_h
28 #include "vtkDomainsChemistryModule.h"
58 vtkSetStringMacro(FileName);
64 ~vtkGaussianCubeReader2() VTK_OVERRIDE;
67 vtkInformationVector *) VTK_OVERRIDE;
68 int RequestInformation(vtkInformation *, vtkInformationVector **,
69 vtkInformationVector *) VTK_OVERRIDE;
70 int FillOutputPortInformation(
int, vtkInformation*) VTK_OVERRIDE;
74 vtkGaussianCubeReader2(const vtkGaussianCubeReader2&) VTK_DELETE_FUNCTION;
75 void operator=(const vtkGaussianCubeReader2&) VTK_DELETE_FUNCTION;
class describing a molecule
static vtkMoleculeAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetOutput(vtkMolecule *d)
Get the output data object for a port on this algorithm.
Superclass for algorithms that operate on vtkMolecules.
a simple class to control print indentation
topologically and geometrically regular array of data
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkMolecule * GetOutput()
Get the output data object for a port on this algorithm.
Read a Gaussian Cube file and output a vtkMolecule object and a vtkImageData.