VTK
dox
opt
build
vtk6-6.3.0+dfsg2
Domains
Chemistry
vtkSimpleBondPerceiver.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkSimpleBondPerceiver.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
=========================================================================*/
36
#ifndef vtkSimpleBondPerceiver_h
37
#define vtkSimpleBondPerceiver_h
38
39
#include "
vtkDomainsChemistryModule.h
"
// For export macro
40
#include "
vtkMoleculeAlgorithm.h
"
41
42
class
vtkDataSet
;
43
class
vtkMolecule
;
44
45
class
VTKDOMAINSCHEMISTRY_EXPORT
vtkSimpleBondPerceiver
:
46
public
vtkMoleculeAlgorithm
47
{
48
public
:
49
static
vtkSimpleBondPerceiver
*
New
();
50
vtkTypeMacro
(
vtkSimpleBondPerceiver
,
vtkMoleculeAlgorithm
);
51
void
PrintSelf
(ostream& os,
vtkIndent
indent);
52
54
55
vtkSetMacro
(Tolerance,
float
);
56
vtkGetMacro
(Tolerance,
float
);
58
59
protected
:
60
vtkSimpleBondPerceiver
();
61
~vtkSimpleBondPerceiver
();
62
64
66
virtual
int
RequestData
(
vtkInformation
* request,
67
vtkInformationVector
** inputVector,
68
vtkInformationVector
* outputVector);
70
71
float
Tolerance
;
72
73
private
:
74
vtkSimpleBondPerceiver
(
const
vtkSimpleBondPerceiver
&);
// Not implemented.
75
void
operator=(
const
vtkSimpleBondPerceiver
&);
// Not implemented.
76
};
77
78
#endif
vtkMoleculeAlgorithm
Superclass for algorithms that operate on vtkMolecules.
Definition:
vtkMoleculeAlgorithm.h:42
vtkSimpleBondPerceiver::vtkSimpleBondPerceiver
vtkSimpleBondPerceiver()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition:
vtkSetGet.h:642
vtkSimpleBondPerceiver::Tolerance
float Tolerance
Definition:
vtkSimpleBondPerceiver.h:71
vtkSimpleBondPerceiver
Create a simple guess of a molecule's topology.
Definition:
vtkSimpleBondPerceiver.h:47
vtkMoleculeAlgorithm.h
vtkDomainsChemistryModule.h
vtkSimpleBondPerceiver::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
VTKDOMAINSCHEMISTRY_EXPORT
#define VTKDOMAINSCHEMISTRY_EXPORT
Definition:
vtkDomainsChemistryModule.h:15
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkGetMacro
#define vtkGetMacro(name, type)
Definition:
vtkSetGet.h:93
vtkSimpleBondPerceiver::New
static vtkSimpleBondPerceiver * New()
vtkMolecule
class describing a molecule
Definition:
vtkMolecule.h:89
vtkDataSet
abstract class to specify dataset behavior
Definition:
vtkDataSet.h:62
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkSimpleBondPerceiver::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkSimpleBondPerceiver::~vtkSimpleBondPerceiver
~vtkSimpleBondPerceiver()
Generated by
1.8.20