#include "vtkFiltersCoreModule.h"
#include "vtkUnstructuredGridAlgorithm.h"
Go to the source code of this file.
|  | 
| class | vtkThreshold | 
|  | extracts cells where scalar value in cell satisfies threshold criterion  More... 
 | 
|  | 
◆ VTK_ATTRIBUTE_MODE_DEFAULT
      
        
          | #define VTK_ATTRIBUTE_MODE_DEFAULT   0 | 
      
 
 
◆ VTK_ATTRIBUTE_MODE_USE_POINT_DATA
      
        
          | #define VTK_ATTRIBUTE_MODE_USE_POINT_DATA   1 | 
      
 
 
◆ VTK_ATTRIBUTE_MODE_USE_CELL_DATA
      
        
          | #define VTK_ATTRIBUTE_MODE_USE_CELL_DATA   2 | 
      
 
 
◆ VTK_COMPONENT_MODE_USE_SELECTED
      
        
          | #define VTK_COMPONENT_MODE_USE_SELECTED   0 | 
      
 
 
◆ VTK_COMPONENT_MODE_USE_ALL
      
        
          | #define VTK_COMPONENT_MODE_USE_ALL   1 | 
      
 
 
◆ VTK_COMPONENT_MODE_USE_ANY
      
        
          | #define VTK_COMPONENT_MODE_USE_ANY   2 |