26 #ifndef vtkPointSetToMoleculeFilter_h
27 #define vtkPointSetToMoleculeFilter_h
29 #include "vtkDomainsChemistryModule.h"
44 vtkGetMacro(ConvertLinesIntoBonds,
bool);
45 vtkSetMacro(ConvertLinesIntoBonds,
bool);
46 vtkBooleanMacro(ConvertLinesIntoBonds,
bool);
Superclass for algorithms that operate on vtkMolecules.
vtkPointSetToMoleculeFilter()
bool ConvertLinesIntoBonds
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkPointSetToMoleculeFilter * New()
~vtkPointSetToMoleculeFilter() override=default
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.