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
~vtkXYZMolReader2() override
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void SetOutput(vtkMolecule *) override
a simple class to control print indentation
std::vector< double > TimeSteps
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMolecule * GetOutput()
Get/Set the output (vtkMolecule) that the reader will fill.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
class describing a molecule
std::vector< istream::pos_type > file_positions
static vtkXYZMolReader2 * New()