24 #ifndef __vtkCMLMoleculeReader_h
25 #define __vtkCMLMoleculeReader_h
27 #include "vtkDomainsChemistryModule.h"
37 void PrintSelf(ostream& os, vtkIndent indent);
47 vtkSetStringMacro(FileName);
48 vtkGetStringMacro(FileName);
55 int RequestData(vtkInformation *, vtkInformationVector **,
56 vtkInformationVector *);
void PrintSelf(ostream &os, vtkIndent indent)
Read a CML file and output a vtkMolecule object.
static vtkMoleculeAlgorithm * New()
virtual void SetOutput(vtkMolecule *d)
Superclass for algorithms that operate on vtkMolecules.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkMolecule * GetOutput()