VTK  9.1.0
vtkMarkerUtilities.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkMarkerUtilities.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=========================================================================*/
15
28#ifndef vtkMarkerUtilities_h
29#define vtkMarkerUtilities_h
30
31#include "vtkRenderingContext2DModule.h" // For export macro
32
33#include "vtkObject.h"
34
35class vtkImageData;
36
37class VTKRENDERINGCONTEXT2D_EXPORT vtkMarkerUtilities : public vtkObject
38{
39public:
41 void PrintSelf(ostream& os, vtkIndent indent) override;
42
46 enum
47 {
48 NONE = 0,
53 DIAMOND
54 };
55
59 static void GenerateMarker(vtkImageData* data, int style, int width);
60
61protected:
64
65private:
67 void operator=(const vtkMarkerUtilities&) = delete;
68};
69
70#endif // vtkMarkerUtilities_h
topologically and geometrically regular array of data
Definition: vtkImageData.h:157
a simple class to control print indentation
Definition: vtkIndent.h:113
Utilities for generating marker images.
~vtkMarkerUtilities() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static void GenerateMarker(vtkImageData *data, int style, int width)
Generate the requested symbol of a particular style and size.
abstract base class for most VTK objects
Definition: vtkObject.h:73
@ style
Definition: vtkX3D.h:498
@ data
Definition: vtkX3D.h:321