41#ifndef vtkCMLMoleculeReader_h
42#define vtkCMLMoleculeReader_h
44#include "vtkIOChemistryModule.h"
Read a CML file and output a vtkMolecule object.
void SetOutput(vtkMolecule *) override
Get/Set the output (vtkMolecule) that the reader will fill.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) 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.
vtkSetFilePathMacro(FileName)
Get/Set the name of the CML file.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkGetFilePathMacro(FileName)
Get/Set the name of the CML file.
~vtkCMLMoleculeReader() override
static vtkCMLMoleculeReader * New()
vtkMolecule * GetOutput()
Get/Set the output (vtkMolecule) that the reader will fill.
a simple class to control print indentation
Superclass for algorithms that operate on vtkMolecules.
class describing a molecule