17#ifndef vtkXYZMolReader2_h 
   18#define vtkXYZMolReader2_h 
   20#include "vtkIOChemistryModule.h"  
   26VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
Superclass for algorithms that operate on vtkMolecules.
 
class describing a molecule
 
read Molecular Data files
 
static vtkXYZMolReader2 * New()
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
~vtkXYZMolReader2() override=default
 
std::vector< istream::pos_type > FilePositions
 
vtkSetStdStringFromCharMacro(FileName)
Get/Set the name of the XYZ Molecule file.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
void SetOutput(vtkMolecule *) override
Get/Set the output (vtkMolecule) that the reader will fill.
 
vtkGetCharFromStdStringMacro(FileName)
Get/Set the name of the XYZ Molecule file.
 
vtkMolecule * GetOutput()
Get/Set the output (vtkMolecule) that the reader will fill.
 
std::vector< double > TimeSteps
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.