15 #ifndef vtkVASPAnimationReader_h
16 #define vtkVASPAnimationReader_h
18 #include "vtkIOChemistryModule.h"
24 class RegularExpression;
27 VTK_ABI_NAMESPACE_BEGIN
40 vtkSetFilePathMacro(FileName);
41 vtkGetFilePathMacro(FileName);
59 bool NextTimeStep(std::istream& in,
double&
time);
69 bool ReadMolecule(std::istream& in,
vtkMolecule* molecule);
84 #endif // vtkVASPAnimationReader_h
Reader for VASP animation files.
class describing a molecule
static vtkMoleculeAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that operate on vtkMolecules.
vtksys::RegularExpression * LatticeParser
a simple class to control print indentation
vtksys::RegularExpression * AtomCountParser
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtksys::RegularExpression * AtomParser
vtksys::RegularExpression * TimeParser