21 #ifndef vtkMoleculeAppend_h
22 #define vtkMoleculeAppend_h
24 #include "vtkFiltersCoreModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
51 vtkGetMacro(MergeCoincidentAtoms,
bool);
52 vtkSetMacro(MergeCoincidentAtoms,
bool);
53 vtkBooleanMacro(MergeCoincidentAtoms,
bool);
Appends one or more molecules into a single molecule.
Abstract superclass for all arrays.
vtkDataObject * GetInput()
static vtkMoleculeAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that operate on vtkMolecules.
a simple class to control print indentation
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.