VTK  9.1.0
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 =========================================================================*/
31 #ifndef vtkPSimpleBondPerceiver_h
32 #define vtkPSimpleBondPerceiver_h
33 
34 #include "vtkDomainsParallelChemistryModule.h" // For export macro
35 #include "vtkSimpleBondPerceiver.h"
36 
37 class VTKDOMAINSPARALLELCHEMISTRY_EXPORT vtkPSimpleBondPerceiver : public vtkSimpleBondPerceiver
38 {
39 public:
42  void PrintSelf(ostream& os, vtkIndent indent) override;
43 
44 protected:
47 
52  bool CreateGhosts(vtkMolecule* molecule);
53 
57  void ComputeBonds(vtkMolecule* molecule) override;
58 
59 private:
61  void operator=(const vtkPSimpleBondPerceiver&) = delete;
62 };
63 #endif
a simple class to control print indentation
Definition: vtkIndent.h:34
class describing a molecule
Definition: vtkMolecule.h:92
Create a simple guess of a molecule's topology.
~vtkPSimpleBondPerceiver()=default
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.
bool CreateGhosts(vtkMolecule *molecule)
Create ghosts level in molecule.
Create a simple guess of a molecule's topology.