15 #ifndef vtkVASPTessellationReader_h
16 #define vtkVASPTessellationReader_h
18 #include "vtkIOChemistryModule.h"
23 class RegularExpression;
26 VTK_ABI_NAMESPACE_BEGIN
41 vtkSetFilePathMacro(FileName);
42 vtkGetFilePathMacro(FileName);
61 bool NextTimeStep(std::istream& in,
double&
time);
87 #endif // vtkVASPTessellationReader_h
vtksys::RegularExpression * ParenExtract
vtksys::RegularExpression * AtomCountParser
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)
vtksys::RegularExpression * AtomParser
Superclass for algorithms that operate on vtkMolecules.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
vtksys::RegularExpression * TimeParser
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Read NPT_Z_TESSELLATE.out files.
vtksys::RegularExpression * LatticeParser