25#ifndef vtkGaussianCubeReader2_h
26#define vtkGaussianCubeReader2_h
28#include "vtkDomainsChemistryModule.h"
58 vtkSetStringMacro(FileName);
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.
~vtkGaussianCubeReader2()
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
a simple class to control print indentation
Superclass for algorithms that operate on vtkMolecules.
class describing a molecule
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.