 |
VTK
9.0.1
|
Go to the documentation of this file.
22 #ifndef vtkCMLMoleculeReader_h
23 #define vtkCMLMoleculeReader_h
25 #include "vtkDomainsChemistryModule.h"
49 vtkSetStringMacro(FileName);
50 vtkGetStringMacro(FileName);
Superclass for algorithms that operate on vtkMolecules.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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.
a simple class to control print indentation
Read a CML file and output a vtkMolecule object.
class describing a molecule
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
virtual void SetOutput(vtkMolecule *d)
vtkMolecule * GetOutput()
Get the output data object for a port on this algorithm.
static vtkMoleculeAlgorithm * New()