 |
VTK
9.1.0
|
Go to the documentation of this file.
30 #ifndef vtkMoleculeAppend_h
31 #define vtkMoleculeAppend_h
33 #include "vtkFiltersCoreModule.h"
59 vtkGetMacro(MergeCoincidentAtoms,
bool);
60 vtkSetMacro(MergeCoincidentAtoms,
bool);
61 vtkBooleanMacro(MergeCoincidentAtoms,
bool);
Superclass for algorithms that operate on vtkMolecules.
~vtkMoleculeAppend() override=default
Specify if coincident atoms (atom with exactly the same position) should be merged into one.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Appends one or more molecules into a single molecule.
vtkMoleculeAppend()
Specify if coincident atoms (atom with exactly the same position) should be merged into one.
bool CheckArrays(vtkAbstractArray *array1, vtkAbstractArray *array2)
Specify if coincident atoms (atom with exactly the same position) should be merged into one.
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Specify if coincident atoms (atom with exactly the same position) should be merged into one.
vtkDataObject * GetInput()
Get one input to this filter.
vtkDataObject * GetInput(int idx)
Get one input to this filter.
static vtkMoleculeAppend * New()
Abstract superclass for all arrays.
bool MergeCoincidentAtoms
Specify if coincident atoms (atom with exactly the same position) should be merged into one.
int FillInputPortInformation(int, vtkInformation *) override
Specify if coincident atoms (atom with exactly the same position) should be merged into one.
general representation of visualization data