Go to the documentation of this file.
32 #ifndef vtkMoleculeAlgorithm_h
33 #define vtkMoleculeAlgorithm_h
Superclass for algorithms that operate on vtkMolecules.
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for all sources, filters, and sinks in VTK.
#define vtkTypeMacro(thisClass, superclass)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void AddInputData(vtkDataObject *)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetInputData(vtkDataObject *)
vtkDataObject * GetInput(int port)
vtkMolecule * GetOutput(int)
#define VTKDOMAINSCHEMISTRY_EXPORT
virtual int FillOutputPortInformation(int port, vtkInformation *info)
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()
static vtkMoleculeAlgorithm * New()
vtkDataObject * GetInput()
void PrintSelf(ostream &os, vtkIndent indent)