Go to the documentation of this file.
41 #ifndef vtkIconGlyphFilter_h
42 #define vtkIconGlyphFilter_h
47 #define VTK_ICON_GRAVITY_TOP_RIGHT 1
48 #define VTK_ICON_GRAVITY_TOP_CENTER 2
49 #define VTK_ICON_GRAVITY_TOP_LEFT 3
50 #define VTK_ICON_GRAVITY_CENTER_RIGHT 4
51 #define VTK_ICON_GRAVITY_CENTER_CENTER 5
52 #define VTK_ICON_GRAVITY_CENTER_LEFT 6
53 #define VTK_ICON_GRAVITY_BOTTOM_RIGHT 7
54 #define VTK_ICON_GRAVITY_BOTTOM_CENTER 8
55 #define VTK_ICON_GRAVITY_BOTTOM_LEFT 9
57 #define VTK_ICON_SCALING_OFF 0
58 #define VTK_ICON_SCALING_USE_SCALING_ARRAY 1
158 int IconSheetSize[2];
171 void IconConvertIndex(
int id,
int & j,
int & k);
174 inline void vtkIconGlyphFilter::IconConvertIndex(
int id,
int & j,
int & k)
179 j =
id - dimX *
static_cast<int>(
id/dimX);
180 k = dimY -
static_cast<int>(
id/dimX) - 1;
void SetGravityToTopLeft()
#define VTK_ICON_GRAVITY_TOP_CENTER
void SetGravityToBottomCenter()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkSetVector2Macro(name, type)
#define VTK_ICON_GRAVITY_TOP_LEFT
static vtkIconGlyphFilter * New()
#define VTK_ICON_GRAVITY_BOTTOM_RIGHT
void SetIconScalingToScalingOff()
#define VTK_ICON_GRAVITY_BOTTOM_LEFT
#define vtkTypeMacro(thisClass, superclass)
void SetGravityToCenterCenter()
void PrintSelf(ostream &os, vtkIndent indent)
void SetGravityToTopCenter()
#define vtkGetVectorMacro(name, type, count)
Filter that generates a polydata consisting of quads with texture coordinates referring to a set of i...
void SetIconScalingToScalingArray()
void SetGravityToBottomRight()
void SetGravityToCenterRight()
void SetGravityToTopRight()
#define VTK_ICON_GRAVITY_CENTER_CENTER
a simple class to control print indentation
#define VTK_ICON_GRAVITY_TOP_RIGHT
#define VTKFILTERSGENERAL_EXPORT
#define VTK_ICON_GRAVITY_BOTTOM_CENTER
#define vtkGetMacro(name, type)
#define VTK_ICON_SCALING_OFF
#define VTK_ICON_SCALING_USE_SCALING_ARRAY
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetGravityToBottomLeft()
void SetGravityToCenterLeft()
#define VTK_ICON_GRAVITY_CENTER_LEFT
#define VTK_ICON_GRAVITY_CENTER_RIGHT
Superclass for algorithms that produce only polydata as output.