VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dox
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.h
vtkMoleculeAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:85
vtkMolecule
class describing a molecule
Definition:
vtkMolecule.h:88
vtkDataSet
abstract class to specify dataset behavior
Definition:
vtkDataSet.h:61
vtkDomainsChemistryModule.h
vtkMoleculeAlgorithm::New
static vtkMoleculeAlgorithm * New()
vtkMoleculeAlgorithm
Superclass for algorithms that operate on vtkMolecules.
Definition:
vtkMoleculeAlgorithm.h:41
VTKDOMAINSCHEMISTRY_EXPORT
#define VTKDOMAINSCHEMISTRY_EXPORT
Definition:
vtkDomainsChemistryModule.h:15
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkMoleculeAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkSimpleBondPerceiver::Tolerance
float Tolerance
Definition:
vtkSimpleBondPerceiver.h:71
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:40
vtkSimpleBondPerceiver
Create a simple guess of a molecule's topology.
Definition:
vtkSimpleBondPerceiver.h:45
Generated on Wed Dec 16 2015 17:14:50 for VTK by
1.8.9.1