VTK  9.3.1
vtkPSimpleBondPerceiver.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
22 #ifndef vtkPSimpleBondPerceiver_h
23 #define vtkPSimpleBondPerceiver_h
24 
25 #include "vtkDomainsParallelChemistryModule.h" // For export macro
26 #include "vtkSimpleBondPerceiver.h"
27 
28 VTK_ABI_NAMESPACE_BEGIN
29 class VTKDOMAINSPARALLELCHEMISTRY_EXPORT vtkPSimpleBondPerceiver : public vtkSimpleBondPerceiver
30 {
31 public:
32  static vtkPSimpleBondPerceiver* New();
34  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
36 protected:
37  vtkPSimpleBondPerceiver() = default;
38  ~vtkPSimpleBondPerceiver() override = default;
39 
44  bool CreateGhosts(vtkMolecule* molecule);
45 
49  void ComputeBonds(vtkMolecule* molecule) override;
50 
51 private:
53  void operator=(const vtkPSimpleBondPerceiver&) = delete;
54 };
55 VTK_ABI_NAMESPACE_END
56 #endif
virtual void ComputeBonds(vtkMolecule *molecule)
Compute the bonds of input molecule.
class describing a molecule
Definition: vtkMolecule.h:83
static vtkSimpleBondPerceiver * New()
a simple class to control print indentation
Definition: vtkIndent.h:28
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Create a simple guess of a molecule's topology.
Create a simple guess of a molecule's topology.