14#ifndef vtkOpenQubeMoleculeSource_h 
   15#define vtkOpenQubeMoleculeSource_h 
   18#include "vtkDomainsChemistryModule.h"  
   26VTK_ABI_NAMESPACE_BEGIN
 
   63  vtkGetMacro(BasisSet, OpenQube::BasisSet*);
 
   73  vtkSetMacro(CleanUpBasisSet, 
bool);
 
   74  vtkGetMacro(CleanUpBasisSet, 
bool);
 
   75  vtkBooleanMacro(CleanUpBasisSet, 
bool);
 
helper superclass for objects that read vtk data files
 
a simple class to control print indentation
 
class describing a molecule
 
Read a OpenQube readable file and output a vtkMolecule object.
 
void CopyOQMoleculeToVtkMolecule(const OpenQube::Molecule *oqmol, vtkMolecule *mol)
Copy the OpenQube::Molecule object oqmol into the provided vtkMolecule object mol.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void SetOutput(vtkMolecule *)
Get/Set the output (vtkMolecule) that the reader will fill.
 
int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
 
virtual void SetBasisSet(OpenQube::BasisSet *b)
Get/Set the OpenQube BasisSet object to read from.
 
vtkGetFilePathMacro(FileName)
Get/Set the name of the OpenQube readable file.
 
vtkSetFilePathMacro(FileName)
Get/Set the name of the OpenQube readable file.
 
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
 
vtkMolecule * GetOutput()
Get/Set the output (vtkMolecule) that the reader will fill.
 
~vtkOpenQubeMoleculeSource()
 
OpenQube::BasisSet * BasisSet
 
vtkOpenQubeMoleculeSource()
 
static vtkOpenQubeMoleculeSource * New()