18#ifndef vtkGaussianCubeReader_h 
   19#define vtkGaussianCubeReader_h 
   21#include "vtkIOChemistryModule.h"  
   24VTK_ABI_NAMESPACE_BEGIN
 
read ASCII Gaussian Cube Data files
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void ReadSpecificMolecule(FILE *fp) override
 
static vtkGaussianCubeReader * New()
 
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
~vtkGaussianCubeReader() override
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
vtkImageData * GetGridOutput()
 
topologically and geometrically regular array of data
 
a simple class to control print indentation
 
Read molecular data files.