VTK
dox
Rendering
Context2D
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
31
#ifndef vtkMarkerUtilities_h
32
#define vtkMarkerUtilities_h
33
34
#include "vtkRenderingContext2DModule.h"
// For export macro
35
36
#include "
vtkObject.h
"
37
38
class
vtkImageData
;
39
40
class
VTKRENDERINGCONTEXT2D_EXPORT
vtkMarkerUtilities
:
public
vtkObject
41
{
42
public
:
43
vtkTypeMacro(
vtkMarkerUtilities
,
vtkObject
);
44
void
PrintSelf
(ostream &os,
vtkIndent
indent)
override
;
45
49
enum
{
50
NONE = 0,
51
CROSS
,
52
PLUS
,
53
SQUARE
,
54
CIRCLE
,
55
DIAMOND
56
};
57
61
static
void
GenerateMarker(
vtkImageData
*
data
,
int
style
,
int
width);
62
63
protected
:
64
vtkMarkerUtilities
();
65
~
vtkMarkerUtilities
()
override
;
66
67
private
:
68
vtkMarkerUtilities
(
const
vtkMarkerUtilities
&) =
delete
;
69
void
operator=(
const
vtkMarkerUtilities
&) =
delete
;
70
71
};
72
73
#endif //vtkMarkerUtilities_h
vtkMarkerUtilities
Utilities for generating marker images.
Definition:
vtkMarkerUtilities.h:40
vtkX3D::data
Definition:
vtkX3D.h:315
vtkMarkerUtilities::PLUS
Definition:
vtkMarkerUtilities.h:52
vtkX3D::style
Definition:
vtkX3D.h:492
vtkObject
abstract base class for most VTK objects
Definition:
vtkObject.h:59
vtkMarkerUtilities::SQUARE
Definition:
vtkMarkerUtilities.h:53
vtkImageData
topologically and geometrically regular array of data
Definition:
vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkObject::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkObject.h
vtkMarkerUtilities::CROSS
Definition:
vtkMarkerUtilities.h:51
vtkMarkerUtilities::CIRCLE
Definition:
vtkMarkerUtilities.h:54
Generated by
1.8.16