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

Graphics/vtkThreshold.h File Reference

#include "vtkDataSetToUnstructuredGridFilter.h"

Include dependency graph for vtkThreshold.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  vtkThreshold
 extracts cells where scalar value in cell satisfies threshold criterion More...


Defines

#define VTK_ATTRIBUTE_MODE_DEFAULT   0
#define VTK_ATTRIBUTE_MODE_USE_POINT_DATA   1
#define VTK_ATTRIBUTE_MODE_USE_CELL_DATA   2


Define Documentation

#define VTK_ATTRIBUTE_MODE_DEFAULT   0
 

Definition at line 60 of file vtkThreshold.h.

Referenced by vtkThreshold::SetAttributeModeToDefault().

#define VTK_ATTRIBUTE_MODE_USE_POINT_DATA   1
 

Definition at line 61 of file vtkThreshold.h.

Referenced by vtkThreshold::SetAttributeModeToUsePointData().

#define VTK_ATTRIBUTE_MODE_USE_CELL_DATA   2
 

Definition at line 62 of file vtkThreshold.h.

Referenced by vtkThreshold::SetAttributeModeToUseCellData().