VTK
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 
47 {
48 public:
49  static vtkSimpleBondPerceiver *New();
51  void PrintSelf(ostream& os, vtkIndent indent);
52 
54 
55  vtkSetMacro(Tolerance, float);
56  vtkGetMacro(Tolerance, float);
58 
59 protected:
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
void PrintSelf(ostream &os, vtkIndent indent)
Store vtkAlgorithm input/output information.
class describing a molecule
Definition: vtkMolecule.h:88
abstract class to specify dataset behavior
Definition: vtkDataSet.h:61
static vtkMoleculeAlgorithm * New()
Superclass for algorithms that operate on vtkMolecules.
#define VTKDOMAINSCHEMISTRY_EXPORT
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store zero or more vtkInformation instances.
Create a simple guess of a molecule's topology.