 |
VTK
9.1.0
|
Go to the documentation of this file.
41 #ifndef vtkCMLMoleculeReader_h
42 #define vtkCMLMoleculeReader_h
44 #include "vtkIOChemistryModule.h"
Superclass for algorithms that operate on vtkMolecules.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
~vtkCMLMoleculeReader() override
vtkSetFilePathMacro(FileName)
Get/Set the name of the CML file.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkGetFilePathMacro(FileName)
Get/Set the name of the CML file.
a simple class to control print indentation
Read a CML file and output a vtkMolecule object.
class describing a molecule
vtkMolecule * GetOutput()
Get/Set the output (vtkMolecule) that the reader will fill.
void SetOutput(vtkMolecule *) override
Get/Set the output (vtkMolecule) that the reader will fill.
static vtkCMLMoleculeReader * New()