24 #ifndef vtkVASPAnimationReader_h 25 #define vtkVASPAnimationReader_h 27 #include "vtkDomainsChemistryModule.h" 33 class RegularExpression;
41 void PrintSelf(ostream& os,
vtkIndent indent)
override;
47 vtkSetStringMacro(FileName);
48 vtkGetStringMacro(FileName);
66 bool NextTimeStep(std::istream& in,
double&
time);
76 bool ReadMolecule(std::istream& in,
vtkMolecule* molecule);
90 #endif // vtkVASPAnimationReader_h
Reader for VASP animation files.
class describing a molecule
Superclass for algorithms that operate on vtkMolecules.
vtksys::RegularExpression * LatticeParser
a simple class to control print indentation
vtksys::RegularExpression * AtomCountParser
vtksys::RegularExpression * AtomParser
vtksys::RegularExpression * TimeParser