17 #ifndef vtkPointSetToMoleculeFilter_h
18 #define vtkPointSetToMoleculeFilter_h
20 #include "vtkDomainsChemistryModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
37 vtkGetMacro(ConvertLinesIntoBonds,
bool);
38 vtkSetMacro(ConvertLinesIntoBonds,
bool);
39 vtkBooleanMacro(ConvertLinesIntoBonds,
bool);
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
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
bool ConvertLinesIntoBonds
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.