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
39
40class VTKDOMAINSPARALLELCHEMISTRY_EXPORT vtkPSimpleBondPerceiver : public vtkSimpleBondPerceiver
41{
42public:
45 void PrintSelf(ostream& os, vtkIndent indent) override;
46
47protected:
50
55 bool CreateGhosts(vtkMolecule* molecule);
56
60 void ComputeBonds(vtkMolecule* molecule) override;
61
62private:
64 void operator=(const vtkPSimpleBondPerceiver&) = delete;
65};
66#endif
a simple class to control print indentation
Definition: vtkIndent.h:40
class describing a molecule
Definition: vtkMolecule.h:95
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.