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

Hybrid/vtkImageToPolyDataFilter.h File Reference

#include "vtkStructuredPointsToPolyDataFilter.h"

Include dependency graph for vtkImageToPolyDataFilter.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  vtkImageToPolyDataFilter
 generate linear primitives (vtkPolyData) from an image More...


Defines

#define VTK_STYLE_PIXELIZE   0
#define VTK_STYLE_POLYGONALIZE   1
#define VTK_STYLE_RUN_LENGTH   2
#define VTK_COLOR_MODE_LUT   0
#define VTK_COLOR_MODE_LINEAR_256   1


Define Documentation

#define VTK_STYLE_PIXELIZE   0
 

Definition at line 85 of file vtkImageToPolyDataFilter.h.

Referenced by vtkImageToPolyDataFilter::SetOutputStyleToPixelize().

#define VTK_STYLE_POLYGONALIZE   1
 

Definition at line 86 of file vtkImageToPolyDataFilter.h.

Referenced by vtkImageToPolyDataFilter::SetOutputStyleToPolygonalize().

#define VTK_STYLE_RUN_LENGTH   2
 

Definition at line 87 of file vtkImageToPolyDataFilter.h.

Referenced by vtkImageToPolyDataFilter::SetOutputStyleToRunLength().

#define VTK_COLOR_MODE_LUT   0
 

Definition at line 89 of file vtkImageToPolyDataFilter.h.

Referenced by vtkImageToPolyDataFilter::SetColorModeToLUT().

#define VTK_COLOR_MODE_LINEAR_256   1
 

Definition at line 90 of file vtkImageToPolyDataFilter.h.

Referenced by vtkImageToPolyDataFilter::SetColorModeToLinear256().