VTK
9.1.0
Domains
ParallelChemistry
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
:
40
static
vtkPSimpleBondPerceiver
*
New
();
41
vtkTypeMacro(
vtkPSimpleBondPerceiver
,
vtkSimpleBondPerceiver
);
42
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
43
44
protected
:
45
vtkPSimpleBondPerceiver
() =
default
;
46
~vtkPSimpleBondPerceiver
() =
default
;
47
52
bool
CreateGhosts
(
vtkMolecule
* molecule);
53
57
void
ComputeBonds
(
vtkMolecule
* molecule)
override
;
58
59
private
:
60
vtkPSimpleBondPerceiver
(
const
vtkPSimpleBondPerceiver
&) =
delete
;
61
void
operator=(
const
vtkPSimpleBondPerceiver
&) =
delete
;
62
};
63
#endif
vtkPSimpleBondPerceiver::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPSimpleBondPerceiver::vtkPSimpleBondPerceiver
vtkPSimpleBondPerceiver()=default
vtkSimpleBondPerceiver
Create a simple guess of a molecule's topology.
Definition:
vtkSimpleBondPerceiver.h:45
vtkPSimpleBondPerceiver::ComputeBonds
void ComputeBonds(vtkMolecule *molecule) override
Compute the bonds.
vtkSimpleBondPerceiver.h
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:113
vtkMolecule
class describing a molecule
Definition:
vtkMolecule.h:111
vtkPSimpleBondPerceiver
Create a simple guess of a molecule's topology.
Definition:
vtkPSimpleBondPerceiver.h:38
vtkPSimpleBondPerceiver::~vtkPSimpleBondPerceiver
~vtkPSimpleBondPerceiver()=default
vtkPSimpleBondPerceiver::CreateGhosts
bool CreateGhosts(vtkMolecule *molecule)
Create ghosts level in molecule.
vtkPSimpleBondPerceiver::New
static vtkPSimpleBondPerceiver * New()
Generated on Fri Nov 5 2021 00:11:04 for VTK by
1.8.20