25 #ifndef vtkOpenQubeMoleculeSource_h
26 #define vtkOpenQubeMoleculeSource_h
57 vtkSetStringMacro(FileName);
58 vtkGetStringMacro(FileName);
66 virtual void SetBasisSet(OpenQube::BasisSet *b);
67 vtkGetMacro(BasisSet, OpenQube::BasisSet*);
75 vtkSetMacro(CleanUpBasisSet,
bool);
76 vtkGetMacro(CleanUpBasisSet,
bool);
77 vtkBooleanMacro(CleanUpBasisSet,
bool);
95 void CopyOQMoleculeToVtkMolecule(
const OpenQube::Molecule *oqmol,
class describing a molecule
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Read a OpenQube readable file and output a vtkMolecule object.
static vtkDataReader * New()
void PrintSelf(ostream &os, vtkIndent indent)
helper superclass for objects that read vtk data files
virtual int FillOutputPortInformation(int port, vtkInformation *info)
#define VTKDOMAINSCHEMISTRY_EXPORT
a simple class to control print indentation
OpenQube::BasisSet * BasisSet