VTK
vtkPointGaussianMapper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4 
5  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
6  All rights reserved.
7  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 
13 =========================================================================*/
25 #ifndef vtkPointGaussianMapper_h
26 #define vtkPointGaussianMapper_h
27 
28 #include "vtkRenderingCoreModule.h" // For export macro
29 #include "vtkPolyDataMapper.h"
30 
32 {
33 public:
34  static vtkPointGaussianMapper* New();
36  void PrintSelf(ostream& os, vtkIndent indent);
37 
39 
40  vtkSetStringMacro(ScaleArray);
41  vtkGetStringMacro(ScaleArray);
43 
45 
49  vtkSetMacro(DefaultRadius,double);
50  vtkGetMacro(DefaultRadius,double);
52 
54 
56  vtkSetMacro(Emissive, int);
57  vtkGetMacro(Emissive, int);
58  vtkBooleanMacro(Emissive, int);
60 
61 protected:
63  ~vtkPointGaussianMapper();
64 
65  char *ScaleArray;
66  double DefaultRadius;
67  int Emissive;
68 
69 private:
70  vtkPointGaussianMapper(const vtkPointGaussianMapper&); // Not implemented.
71  void operator=(const vtkPointGaussianMapper&); // Not implemented.
72 };
73 
74 #endif
a simple class to control print indentation
Definition: vtkIndent.h:38
map vtkPolyData to graphics primitives
#define VTKRENDERINGCORE_EXPORT
static vtkPolyDataMapper * New()
draw PointGaussians using imposters