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