27#ifndef vtkVASPTessellationReader_h
28#define vtkVASPTessellationReader_h
30#include "vtkDomainsChemistryModule.h"
34class RegularExpression;
45 virtual
void PrintSelf(ostream &os,
vtkIndent indent);
51 vtkSetStringMacro(FileName)
73 bool NextTimeStep(std::istream &in,
double &
time);
88 vtksys::RegularExpression *TimeParser;
89 vtksys::RegularExpression *LatticeParser;
90 vtksys::RegularExpression *AtomCountParser;
91 vtksys::RegularExpression *AtomParser;
92 vtksys::RegularExpression *ParenExtract;
a simple class to control print indentation
Superclass for algorithms that operate on vtkMolecules.
class describing a molecule
dataset represents arbitrary combinations of all possible cell types
Read NPT_Z_TESSELLATE.out files.
static vtkVASPTessellationReader * New()
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.