Go to the documentation of this file.
26 #ifndef vtkXYZMolReader2_h
27 #define vtkXYZMolReader2_h
29 #include "vtkDomainsChemistryModule.h"
56 vtkSetStringMacro(FileName);
57 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()