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