24 #ifndef vtkVASPTessellationReader_h 25 #define vtkVASPTessellationReader_h 27 #include "vtkDomainsChemistryModule.h" 31 class RegularExpression;
48 vtkSetStringMacro(FileName)
70 bool NextTimeStep(std::istream &in,
double &
time);
80 bool ReadTimeStep(std::istream &in,
vtkMolecule *molecule,
85 vtksys::RegularExpression *TimeParser;
86 vtksys::RegularExpression *LatticeParser;
87 vtksys::RegularExpression *AtomCountParser;
88 vtksys::RegularExpression *AtomParser;
89 vtksys::RegularExpression *ParenExtract;
96 #endif // vtkVASPTessellationReader_h
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.
Superclass for algorithms that operate on vtkMolecules.
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Read NPT_Z_TESSELLATE.out files.