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

Graphics/vtkGlyph3D.h File Reference

#include "vtkDataSetToPolyDataFilter.h"

Include dependency graph for vtkGlyph3D.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  vtkGlyph3D
 copy oriented and scaled glyph geometry to every input point More...


Defines

#define VTK_SCALE_BY_SCALAR   0
#define VTK_SCALE_BY_VECTOR   1
#define VTK_SCALE_BY_VECTORCOMPONENTS   2
#define VTK_DATA_SCALING_OFF   3
#define VTK_COLOR_BY_SCALE   0
#define VTK_COLOR_BY_SCALAR   1
#define VTK_COLOR_BY_VECTOR   2
#define VTK_USE_VECTOR   0
#define VTK_USE_NORMAL   1
#define VTK_VECTOR_ROTATION_OFF   2
#define VTK_INDEXING_OFF   0
#define VTK_INDEXING_BY_SCALAR   1
#define VTK_INDEXING_BY_VECTOR   2


Define Documentation

#define VTK_SCALE_BY_SCALAR   0
 

Definition at line 101 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::GetScaleModeAsString(), and vtkGlyph3D::SetScaleModeToScaleByScalar().

#define VTK_SCALE_BY_VECTOR   1
 

Definition at line 102 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::GetScaleModeAsString(), and vtkGlyph3D::SetScaleModeToScaleByVector().

#define VTK_SCALE_BY_VECTORCOMPONENTS   2
 

Definition at line 103 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::SetScaleModeToScaleByVectorComponents().

#define VTK_DATA_SCALING_OFF   3
 

Definition at line 104 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::SetScaleModeToDataScalingOff().

#define VTK_COLOR_BY_SCALE   0
 

Definition at line 106 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::SetColorModeToColorByScale().

#define VTK_COLOR_BY_SCALAR   1
 

Definition at line 107 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::GetColorModeAsString(), and vtkGlyph3D::SetColorModeToColorByScalar().

#define VTK_COLOR_BY_VECTOR   2
 

Definition at line 108 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::GetColorModeAsString(), and vtkGlyph3D::SetColorModeToColorByVector().

#define VTK_USE_VECTOR   0
 

Definition at line 110 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::GetVectorModeAsString(), and vtkGlyph3D::SetVectorModeToUseVector().

#define VTK_USE_NORMAL   1
 

Definition at line 111 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::GetVectorModeAsString(), and vtkGlyph3D::SetVectorModeToUseNormal().

#define VTK_VECTOR_ROTATION_OFF   2
 

Definition at line 112 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::SetVectorModeToVectorRotationOff().

#define VTK_INDEXING_OFF   0
 

Definition at line 114 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::GetIndexModeAsString(), and vtkGlyph3D::SetIndexModeToOff().

#define VTK_INDEXING_BY_SCALAR   1
 

Definition at line 115 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::GetIndexModeAsString(), and vtkGlyph3D::SetIndexModeToScalar().

#define VTK_INDEXING_BY_VECTOR   2
 

Definition at line 116 of file vtkGlyph3D.h.

Referenced by vtkGlyph3D::SetIndexModeToVector().