VTK  9.4.20241123
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
27
28VTK_ABI_NAMESPACE_BEGIN
29class VTKDOMAINSPARALLELCHEMISTRY_EXPORT vtkPSimpleBondPerceiver : public vtkSimpleBondPerceiver
30{
31public:
34 void PrintSelf(ostream& os, vtkIndent indent) override;
35
36protected:
38 ~vtkPSimpleBondPerceiver() override = default;
39
44 bool CreateGhosts(vtkMolecule* molecule);
45
49 void ComputeBonds(vtkMolecule* molecule) override;
50
51private:
53 void operator=(const vtkPSimpleBondPerceiver&) = delete;
54};
55VTK_ABI_NAMESPACE_END
56#endif
a simple class to control print indentation
Definition vtkIndent.h:108
class describing a molecule
Definition vtkMolecule.h:84
Create a simple guess of a molecule's topology.
static vtkPSimpleBondPerceiver * New()
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.
~vtkPSimpleBondPerceiver() override=default
bool CreateGhosts(vtkMolecule *molecule)
Create ghosts level in molecule.
Create a simple guess of a molecule's topology.