34#ifndef vtkSimpleBondPerceiver_h
35#define vtkSimpleBondPerceiver_h
37#include "vtkDomainsChemistryModule.h"
abstract class to specify dataset behavior
a simple class to control print indentation
class describing a molecule
Access to information about the elements.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
static vtkSimpleBondPerceiver * New()
double GetCovalentRadiusWithTolerance(vtkPeriodicTable *table, vtkIdType atomicNumber)
Get the covalent radius corresponding to atomic number, modulated by Tolerance.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void ComputeBonds(vtkMolecule *molecule)
Compute the bonds of input molecule.
~vtkSimpleBondPerceiver() override