|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   34 #ifndef vtkSimpleBondPerceiver_h 
   35 #define vtkSimpleBondPerceiver_h 
   37 #include "vtkDomainsChemistryModule.h"  
   55   vtkSetMacro(Tolerance, 
float);
 
   56   vtkGetMacro(Tolerance, 
float);
 
   64   vtkGetMacro(IsToleranceAbsolute, 
bool);
 
   65   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()