VTK  9.3.0
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:
34  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
36 protected:
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
a simple class to control print indentation
Definition: vtkIndent.h:38
class describing a molecule
Definition: vtkMolecule.h:84
Create a simple guess of a molecule's topology.
vtkPSimpleBondPerceiver()=default
void ComputeBonds(vtkMolecule *molecule) override
Compute the bonds.
static vtkPSimpleBondPerceiver * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkPSimpleBondPerceiver() override=default
bool CreateGhosts(vtkMolecule *molecule)
Create ghosts level in molecule.
Create a simple guess of a molecule's topology.