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
36
37class VTKDOMAINSPARALLELCHEMISTRY_EXPORT vtkPSimpleBondPerceiver : public vtkSimpleBondPerceiver
38{
39public:
42 void PrintSelf(ostream& os, vtkIndent indent) override;
43
44protected:
47
52 bool CreateGhosts(vtkMolecule* molecule);
53
57 void ComputeBonds(vtkMolecule* molecule) override;
58
59private:
61 void operator=(const vtkPSimpleBondPerceiver&) = delete;
62};
63#endif
a simple class to control print indentation
Definition: vtkIndent.h:113
class describing a molecule
Definition: vtkMolecule.h:111
Create a simple guess of a molecule's topology.
static vtkPSimpleBondPerceiver * New()
~vtkPSimpleBondPerceiver()=default
vtkPSimpleBondPerceiver()=default
void ComputeBonds(vtkMolecule *molecule) override
Compute the bonds.
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.