VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
demarle
Builds
VTK
release
Utilities
Doxygen
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
28
#ifndef vtkMarkerUtilities_h
29
#define vtkMarkerUtilities_h
30
31
#include "vtkRenderingContext2DModule.h"
// For export macro
32
33
#include "
vtkObject.h
"
34
35
class
vtkImageData
;
36
37
class
VTKRENDERINGCONTEXT2D_EXPORT
vtkMarkerUtilities
:
public
vtkObject
38
{
39
public
:
40
vtkTypeMacro(
vtkMarkerUtilities
,
vtkObject
);
41
virtual
void
PrintSelf
(ostream &os,
vtkIndent
indent);
42
46
enum
{
47
NONE = 0,
48
CROSS
,
49
PLUS
,
50
SQUARE
,
51
CIRCLE
,
52
DIAMOND
53
};
54
58
static
void
GenerateMarker(
vtkImageData
*
data
,
int
style
,
int
width);
59
60
protected
:
61
vtkMarkerUtilities
();
62
~
vtkMarkerUtilities
();
63
64
private
:
65
vtkMarkerUtilities
(
const
vtkMarkerUtilities
&) VTK_DELETE_FUNCTION;
66
void
operator=(const
vtkMarkerUtilities
&) VTK_DELETE_FUNCTION;
67
68
};
69
70
#endif //vtkMarkerUtilities_h
vtkX3D::data
Definition:
vtkX3D.h:315
vtkX3D::style
Definition:
vtkX3D.h:492
vtkObject
abstract base class for most VTK objects
Definition:
vtkObject.h:59
vtkObject::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMarkerUtilities::SQUARE
Definition:
vtkMarkerUtilities.h:50
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkImageData
topologically and geometrically regular array of data
Definition:
vtkImageData.h:45
vtkMarkerUtilities::PLUS
Definition:
vtkMarkerUtilities.h:49
vtkMarkerUtilities::CIRCLE
Definition:
vtkMarkerUtilities.h:51
vtkMarkerUtilities::CROSS
Definition:
vtkMarkerUtilities.h:48
vtkObject.h
vtkMarkerUtilities
Utilities for generating marker images.
Definition:
vtkMarkerUtilities.h:37
Generated by
1.8.9.1