Go to the documentation of this file.
30 #ifndef vtkMoleculeAppend_h
31 #define vtkMoleculeAppend_h
33 #include "vtkFiltersCoreModule.h"
58 vtkGetMacro(MergeCoincidentAtoms,
bool);
59 vtkSetMacro(MergeCoincidentAtoms,
bool);
60 vtkBooleanMacro(MergeCoincidentAtoms,
bool);
Superclass for algorithms that operate on vtkMolecules.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
abstract superclass for arrays of numeric data
Appends one or more molecules into a single molecule.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkDataObject * GetInput()
bool MergeCoincidentAtoms
general representation of visualization data
static vtkMoleculeAlgorithm * New()
vtkDataObject * GetInput()