Go to the documentation of this file.
25 #ifndef vtkCMLMoleculeReader_h
26 #define vtkCMLMoleculeReader_h
28 #include "vtkDomainsChemistryModule.h"
52 vtkSetStringMacro(FileName);
Superclass for algorithms that operate on vtkMolecules.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Read a CML file and output a vtkMolecule object.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
class describing a molecule
int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
vtkMolecule * GetOutput()
Get/Set the output (vtkMolecule) that the reader will fill.
void SetOutput(vtkMolecule *)
static vtkCMLMoleculeReader * New()