24#ifndef vtkVASPTessellationReader_h
25#define vtkVASPTessellationReader_h
27#include "vtkIOChemistryModule.h"
32class RegularExpression;
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()
~vtkVASPTessellationReader() override
int RequestInformation(vtkInformation *request, vtkInformationVector **inInfoVecs, vtkInformationVector *outInfoVec) override
size_t SelectTimeStepIndex(vtkInformation *info)
Called by RequestData to determine which timestep to read.
bool NextTimeStep(std::istream &in, double &time)
Advance in to the start of the data for the next timestep.
vtkGetFilePathMacro(FileName)
The name of the file to read.
vtkVASPTessellationReader()
vtksys::RegularExpression * LatticeParser
vtksys::RegularExpression * AtomCountParser
vtksys::RegularExpression * ParenExtract
bool ReadTimeStep(std::istream &in, vtkMolecule *molecule, vtkUnstructuredGrid *voronoi)
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkSetFilePathMacro(FileName)
The name of the file to read.
int RequestData(vtkInformation *request, vtkInformationVector **inInfoVecs, vtkInformationVector *outInfoVec) override
This is called by the superclass.
vtksys::RegularExpression * TimeParser
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtksys::RegularExpression * AtomParser