 |
VTK
9.0.1
|
Go to the documentation of this file.
24 #ifndef vtkVASPTessellationReader_h
25 #define vtkVASPTessellationReader_h
27 #include "vtkDomainsChemistryModule.h"
32 class RegularExpression;
48 vtkSetStringMacro(FileName);
49 vtkGetStringMacro(FileName);
93 #endif // vtkVASPTessellationReader_h
vtksys::RegularExpression * AtomCountParser
bool NextTimeStep(std::istream &in, double &time)
Advance in to the start of the data for the next timestep.
Superclass for algorithms that operate on vtkMolecules.
int RequestData(vtkInformation *request, vtkInformationVector **inInfoVecs, vtkInformationVector *outInfoVec) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkVASPTessellationReader() override
bool ReadTimeStep(std::istream &in, vtkMolecule *molecule, vtkUnstructuredGrid *voronoi)
static vtkVASPTessellationReader * New()
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtksys::RegularExpression * ParenExtract
vtksys::RegularExpression * AtomParser
Read NPT_Z_TESSELLATE.out files.
a simple class to control print indentation
class describing a molecule
vtkVASPTessellationReader()
vtksys::RegularExpression * TimeParser
int RequestInformation(vtkInformation *request, vtkInformationVector **inInfoVecs, vtkInformationVector *outInfoVec) override
size_t SelectTimeStepIndex(vtkInformation *info)
Called by RequestData to determine which timestep to read.
dataset represents arbitrary combinations of all possible cell types
vtksys::RegularExpression * LatticeParser