 |
VTK
9.1.0
|
Go to the documentation of this file.
26 #ifndef vtkPointSetToMoleculeFilter_h
27 #define vtkPointSetToMoleculeFilter_h
29 #include "vtkDomainsChemistryModule.h"
45 vtkGetMacro(ConvertLinesIntoBonds,
bool);
46 vtkSetMacro(ConvertLinesIntoBonds,
bool);
47 vtkBooleanMacro(ConvertLinesIntoBonds,
bool);
Superclass for algorithms that operate on vtkMolecules.
vtkPointSetToMoleculeFilter()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
bool ConvertLinesIntoBonds
static vtkPointSetToMoleculeFilter * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkPointSetToMoleculeFilter() override=default