Go to the documentation of this file.
24 #ifndef vtkProgrammableElectronicData_h
25 #define vtkProgrammableElectronicData_h
27 #include "vtkDomainsChemistryModule.h"
32 class StdVectorOfImageDataPointers;
82 vtkGetMacro(Padding,
double);
103 StdVectorOfImageDataPointers *
MOs;
Provides access to and storage of user-generated vtkImageData that describes electrons.
vtkIdType NumberOfElectrons
Electronic data set property.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Provides access to and storage of chemical electronic data.
virtual void DeepCopy(vtkDataObject *obj)
Deep copies the data object into this.
topologically and geometrically regular array of data
a simple class to control print indentation
StdVectorOfImageDataPointers * MOs
Storage for the vtkImageData objects.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkProgrammableElectronicData * New()
vtkProgrammableElectronicData()
virtual void SetNumberOfMOs(vtkIdType)
virtual void SetElectronDensity(vtkImageData *)
virtual vtkIdType GetNumberOfMOs()
Get/Set the number of molecular orbitals.
virtual vtkImageData * GetMO(vtkIdType orbitalNumber)
Get/Set the vtkImageData for the requested molecular orbital.
general representation of visualization data
~vtkProgrammableElectronicData()
void SetMO(vtkIdType orbitalNumber, vtkImageData *data)
vtkImageData * ElectronDensity