25 #ifndef vtkGaussianCubeReader2_h 26 #define vtkGaussianCubeReader2_h 28 #include "vtkDomainsChemistryModule.h" 58 vtkSetStringMacro(FileName);
59 vtkGetStringMacro(FileName);
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 int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void SetOutput(vtkMolecule *d)
Get the output data object for a port on this algorithm.
Superclass for algorithms that operate on vtkMolecules.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
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.