Go to the documentation of this file.
34 #ifndef vtkSimpleBondPerceiver_h
35 #define vtkSimpleBondPerceiver_h
37 #include "vtkDomainsChemistryModule.h"
56 vtkSetMacro(Tolerance,
float);
57 vtkGetMacro(Tolerance,
float);
65 vtkGetMacro(IsToleranceAbsolute,
bool);
66 vtkSetMacro(IsToleranceAbsolute,
bool);
Superclass for algorithms that operate on vtkMolecules.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Create a simple guess of a molecule's topology.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
class describing a molecule
Access to information about the elements.
abstract class to specify dataset behavior
static vtkMoleculeAlgorithm * New()