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 =========================================================================*/
37 #ifndef vtkSimpleBondPerceiver_h
38 #define vtkSimpleBondPerceiver_h
39 
40 #include "vtkDomainsChemistryModule.h" // For export macro
41 #include "vtkMoleculeAlgorithm.h"
42 
43 class vtkDataSet;
44 class vtkMolecule;
45 
46 class VTKDOMAINSCHEMISTRY_EXPORT vtkSimpleBondPerceiver :
48 {
49 public:
50  static vtkSimpleBondPerceiver *New();
52  void PrintSelf(ostream& os, vtkIndent indent);
53 
55 
58  vtkSetMacro(Tolerance, float);
59  vtkGetMacro(Tolerance, float);
61 
62 protected:
65 
70  virtual int RequestData(vtkInformation* request,
71  vtkInformationVector** inputVector,
72  vtkInformationVector* outputVector);
73 
74  float Tolerance;
75 
76 private:
77  vtkSimpleBondPerceiver(const vtkSimpleBondPerceiver&) VTK_DELETE_FUNCTION;
78  void operator=(const vtkSimpleBondPerceiver&) VTK_DELETE_FUNCTION;
79 };
80 
81 #endif
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Store vtkAlgorithm input/output information.
class describing a molecule
Definition: vtkMolecule.h:90
abstract class to specify dataset behavior
Definition: vtkDataSet.h:62
static vtkMoleculeAlgorithm * New()
Superclass for algorithms that operate on vtkMolecules.
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Store zero or more vtkInformation instances.
Create a simple guess of a molecule's topology.