Go to the documentation of this file.
33 #ifndef vtkMoleculeAlgorithm_h
34 #define vtkMoleculeAlgorithm_h
36 #include "vtkDomainsChemistryModule.h"
Superclass for algorithms that operate on vtkMolecules.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
see vtkAlgorithm for details
Superclass for all sources, filters, and sinks in VTK.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void AddInputData(vtkDataObject *)
Add an input of this algorithm.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetInputData(vtkDataObject *)
Set an input of this algorithm.
vtkDataObject * GetInput(int port)
vtkMolecule * GetOutput(int)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
vtkMolecule * GetMoleculeInput(int port)
a simple class to control print indentation
class describing a molecule
abstract class to specify dataset behavior
void AddInputData(int, vtkDataObject *)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void SetOutput(vtkMolecule *d)
void SetInputData(int, vtkDataObject *)
general representation of visualization data
vtkMolecule * GetOutput()
Get the output data object for a port on this algorithm.
static vtkMoleculeAlgorithm * New()
vtkDataObject * GetInput()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.