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.
~vtkMoleculeAppend() override=default
vtkDataObject * GetInput(int num)
Get one input to this filter.
abstract superclass for arrays of numeric data
Appends one or more molecules into a single molecule.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkDataObject * GetInput()
static vtkMoleculeAppend * New()
bool CheckArrays(vtkDataArray *array1, vtkDataArray *array2)
bool MergeCoincidentAtoms
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
general representation of visualization data