Go to the documentation of this file.
24 #ifndef vtkVASPAnimationReader_h
25 #define vtkVASPAnimationReader_h
27 #include "vtkDomainsChemistryModule.h"
32 class RegularExpression;
47 vtkSetStringMacro(FileName)
48 vtkGetStringMacro(FileName)
68 bool NextTimeStep(std::istream &in,
double &
time);
78 bool ReadMolecule(std::istream &in,
vtkMolecule *molecule);
92 #endif // vtkVASPAnimationReader_h
Superclass for algorithms that operate on vtkMolecules.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtksys::RegularExpression * TimeParser
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtksys::RegularExpression * AtomParser
a simple class to control print indentation
Reader for VASP animation files.
class describing a molecule
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkMoleculeAlgorithm * New()
vtksys::RegularExpression * LatticeParser
vtksys::RegularExpression * AtomCountParser