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