#include "vtkPolyDataSource.h"
Include dependency graph for vtkGlyphSource2D.h:
Go to the source code of this file.
Classes | |
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 |
|
Definition at line 50 of file vtkGlyphSource2D.h. Referenced by vtkGlyphSource2D::SetGlyphTypeToNone(). |
|
Definition at line 51 of file vtkGlyphSource2D.h. Referenced by vtkGlyphSource2D::SetGlyphTypeToVertex(). |
|
Definition at line 52 of file vtkGlyphSource2D.h. Referenced by vtkGlyphSource2D::SetGlyphTypeToDash(). |
|
Definition at line 53 of file vtkGlyphSource2D.h. Referenced by vtkGlyphSource2D::SetGlyphTypeToCross(). |
|
Definition at line 54 of file vtkGlyphSource2D.h. Referenced by vtkGlyphSource2D::SetGlyphTypeToThickCross(). |
|
Definition at line 55 of file vtkGlyphSource2D.h. Referenced by vtkGlyphSource2D::SetGlyphTypeToTriangle(). |
|
Definition at line 56 of file vtkGlyphSource2D.h. Referenced by vtkGlyphSource2D::SetGlyphTypeToSquare(). |
|
Definition at line 57 of file vtkGlyphSource2D.h. Referenced by vtkGlyphSource2D::SetGlyphTypeToCircle(). |
|
Definition at line 58 of file vtkGlyphSource2D.h. Referenced by vtkGlyphSource2D::SetGlyphTypeToDiamond(). |
|
Definition at line 59 of file vtkGlyphSource2D.h. Referenced by vtkGlyphSource2D::SetGlyphTypeToArrow(). |
|
Definition at line 60 of file vtkGlyphSource2D.h. Referenced by vtkGlyphSource2D::SetGlyphTypeToThickArrow(). |
|
Definition at line 61 of file vtkGlyphSource2D.h. Referenced by vtkGlyphSource2D::SetGlyphTypeToHookedArrow(). |