VTK
vtkMoleculeToAtomBallFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkMoleculeToAtomBallFilter.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 =========================================================================*/
33 #ifndef vtkMoleculeToAtomBallFilter_h
34 #define vtkMoleculeToAtomBallFilter_h
35 
36 #include "vtkDomainsChemistryModule.h" // For export macro
38 
39 class vtkMolecule;
40 
43 {
44  public:
46  void PrintSelf(ostream& os, vtkIndent indent);
47 
49 
50  enum {
51  CovalentRadius = 0,
53  UnitRadius
54  }; // TODO Custom radii from array/fieldData
55 
56  vtkGetMacro(RadiusSource, int);
57  vtkSetMacro(RadiusSource, int);
58 
59  vtkGetMacro(Resolution, int);
60  vtkSetMacro(Resolution, int);
61 
62  vtkGetMacro(RadiusScale, double);
63  vtkSetMacro(RadiusScale, double);
64 
65 protected:
68 
71 
73  double RadiusScale;
75 
76 private:
77  vtkMoleculeToAtomBallFilter(const vtkMoleculeToAtomBallFilter&); // Not implemented.
78  void operator=(const vtkMoleculeToAtomBallFilter&); // Not implemented.
79 };
80 
81 #endif
Generate polydata with spheres representing atoms.
Store vtkAlgorithm input/output information.
class describing a molecule
Definition: vtkMolecule.h:88
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
#define VTKDOMAINSCHEMISTRY_EXPORT
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)