13#ifndef vtkGaussianCubeReader2_h 
   14#define vtkGaussianCubeReader2_h 
   16#include "vtkIOChemistryModule.h"  
   19VTK_ABI_NAMESPACE_BEGIN
 
Read a Gaussian Cube file and output a vtkMolecule object and a vtkImageData.
 
vtkGetFilePathMacro(FileName)
Get/Set the name of the CML file.
 
vtkSetFilePathMacro(FileName)
Get/Set the name of the CML file.
 
~vtkGaussianCubeReader2() override
 
vtkMolecule * GetOutput()
Get/Set the output (vtkMolecule) that the reader will fill.
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkGaussianCubeReader2 * New()
 
void SetOutput(vtkMolecule *) override
Get/Set the output (vtkMolecule) that the reader will fill.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
 
vtkImageData * GetGridOutput()
Get/Set the output (vtkImageData) that the reader will fill.
 
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