Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Graphics/vtkGlyphSource2D.h File Reference

#include "vtkPolyDataSource.h"

Include dependency graph for vtkGlyphSource2D.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  vtkGlyphSource2D
 create 2D glyphs represented by vtkPolyData More...


Defines

#define VTK_NO_GLYPH   0
#define VTK_VERTEX_GLYPH   1
#define VTK_DASH_GLYPH   2
#define VTK_CROSS_GLYPH   3
#define VTK_THICKCROSS_GLYPH   4
#define VTK_TRIANGLE_GLYPH   5
#define VTK_SQUARE_GLYPH   6
#define VTK_CIRCLE_GLYPH   7
#define VTK_DIAMOND_GLYPH   8
#define VTK_ARROW_GLYPH   9
#define VTK_THICKARROW_GLYPH   10
#define VTK_HOOKEDARROW_GLYPH   11


Define Documentation

#define VTK_NO_GLYPH   0
 

Definition at line 54 of file vtkGlyphSource2D.h.

Referenced by vtkGlyphSource2D::SetGlyphTypeToNone().

#define VTK_VERTEX_GLYPH   1
 

Definition at line 55 of file vtkGlyphSource2D.h.

Referenced by vtkGlyphSource2D::SetGlyphTypeToVertex().

#define VTK_DASH_GLYPH   2
 

Definition at line 56 of file vtkGlyphSource2D.h.

Referenced by vtkGlyphSource2D::SetGlyphTypeToDash().

#define VTK_CROSS_GLYPH   3
 

Definition at line 57 of file vtkGlyphSource2D.h.

Referenced by vtkGlyphSource2D::SetGlyphTypeToCross().

#define VTK_THICKCROSS_GLYPH   4
 

Definition at line 58 of file vtkGlyphSource2D.h.

Referenced by vtkGlyphSource2D::SetGlyphTypeToThickCross().

#define VTK_TRIANGLE_GLYPH   5
 

Definition at line 59 of file vtkGlyphSource2D.h.

Referenced by vtkGlyphSource2D::SetGlyphTypeToTriangle().

#define VTK_SQUARE_GLYPH   6
 

Definition at line 60 of file vtkGlyphSource2D.h.

Referenced by vtkGlyphSource2D::SetGlyphTypeToSquare().

#define VTK_CIRCLE_GLYPH   7
 

Definition at line 61 of file vtkGlyphSource2D.h.

Referenced by vtkGlyphSource2D::SetGlyphTypeToCircle().

#define VTK_DIAMOND_GLYPH   8
 

Definition at line 62 of file vtkGlyphSource2D.h.

Referenced by vtkGlyphSource2D::SetGlyphTypeToDiamond().

#define VTK_ARROW_GLYPH   9
 

Definition at line 63 of file vtkGlyphSource2D.h.

Referenced by vtkGlyphSource2D::SetGlyphTypeToArrow().

#define VTK_THICKARROW_GLYPH   10
 

Definition at line 64 of file vtkGlyphSource2D.h.

Referenced by vtkGlyphSource2D::SetGlyphTypeToThickArrow().

#define VTK_HOOKEDARROW_GLYPH   11
 

Definition at line 65 of file vtkGlyphSource2D.h.

Referenced by vtkGlyphSource2D::SetGlyphTypeToHookedArrow().