13#ifndef vtkCMLMoleculeReader_h 
   14#define vtkCMLMoleculeReader_h 
   16#include "vtkIOChemistryModule.h"  
   19VTK_ABI_NAMESPACE_BEGIN
 
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