13 #ifndef vtkCMLMoleculeReader_h
14 #define vtkCMLMoleculeReader_h
16 #include "vtkIOChemistryModule.h"
19 VTK_ABI_NAMESPACE_BEGIN
41 vtkSetFilePathMacro(FileName);
42 vtkGetFilePathMacro(FileName);
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.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkMolecule * GetOutput()
Get the output data object for a port on this algorithm.