VTK  9.2.6
vtkPSimpleBondPerceiver.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPSimpleBondPerceiver.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
34 #ifndef vtkPSimpleBondPerceiver_h
35 #define vtkPSimpleBondPerceiver_h
36 
37 #include "vtkDomainsParallelChemistryModule.h" // For export macro
38 #include "vtkSimpleBondPerceiver.h"
39 
40 class VTKDOMAINSPARALLELCHEMISTRY_EXPORT vtkPSimpleBondPerceiver : public vtkSimpleBondPerceiver
41 {
42 public:
43  static vtkPSimpleBondPerceiver* New();
45  void PrintSelf(ostream& os, vtkIndent indent) override;
46 
47 protected:
48  vtkPSimpleBondPerceiver() = default;
49  ~vtkPSimpleBondPerceiver() = default;
50 
55  bool CreateGhosts(vtkMolecule* molecule);
56 
60  void ComputeBonds(vtkMolecule* molecule) override;
61 
62 private:
64  void operator=(const vtkPSimpleBondPerceiver&) = delete;
65 };
66 #endif
virtual void ComputeBonds(vtkMolecule *molecule)
Compute the bonds of input molecule.
class describing a molecule
Definition: vtkMolecule.h:94
static vtkSimpleBondPerceiver * New()
a simple class to control print indentation
Definition: vtkIndent.h:39
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.