30 #ifndef vtkMoleculeAppend_h
31 #define vtkMoleculeAppend_h
33 #include "vtkFiltersCoreModule.h"
58 vtkGetMacro(MergeCoincidentAtoms,
bool);
59 vtkSetMacro(MergeCoincidentAtoms,
bool);
60 vtkBooleanMacro(MergeCoincidentAtoms,
bool);
Abstract superclass for all arrays.
general representation of visualization data
Superclass for algorithms that operate on vtkMolecules.
Appends one or more molecules into a single molecule.
vtkDataObject * GetInput(int num)
Get one input to this filter.
bool CheckArrays(vtkAbstractArray *array1, vtkAbstractArray *array2)
vtkDataObject * GetInput()
~vtkMoleculeAppend() override=default
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
bool MergeCoincidentAtoms
static vtkMoleculeAppend * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.