 |
VTK
9.0.1
|
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.
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()
Abstract superclass for all arrays.
bool MergeCoincidentAtoms
general representation of visualization data
static vtkMoleculeAlgorithm * New()
vtkDataObject * GetInput()