22 #ifndef vtkCMLMoleculeReader_h
23 #define vtkCMLMoleculeReader_h
25 #include "vtkDomainsChemistryModule.h"
49 vtkSetStringMacro(FileName);
55 ~vtkCMLMoleculeReader() VTK_OVERRIDE;
58 vtkInformationVector *) VTK_OVERRIDE;
59 int FillOutputPortInformation(
int, vtkInformation*) VTK_OVERRIDE;
64 vtkCMLMoleculeReader(const vtkCMLMoleculeReader&) VTK_DELETE_FUNCTION;
65 void operator=(const vtkCMLMoleculeReader&) VTK_DELETE_FUNCTION;
class describing a molecule
Read a CML file and output a vtkMolecule object.
static vtkMoleculeAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetOutput(vtkMolecule *d)
Get the output data object for a port on this algorithm.
Superclass for algorithms that operate on vtkMolecules.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkMolecule * GetOutput()
Get the output data object for a port on this algorithm.