Go to the documentation of this file.
29 #ifndef vtkXYZMolReader2_h
30 #define vtkXYZMolReader2_h
32 #include "vtkDomainsChemistryModule.h"
59 vtkSetStringMacro(FileName);
60 vtkGetStringMacro(FileName);
Superclass for algorithms that operate on vtkMolecules.
read Molecular Data files
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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.
a simple class to control print indentation
std::vector< double > TimeSteps
class describing a molecule
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void SetOutput(vtkMolecule *d)
std::vector< istream::pos_type > file_positions
vtkMolecule * GetOutput()
Get the output data object for a port on this algorithm.
static vtkMoleculeAlgorithm * New()