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

Graphics/vtkArrayCalculator.h File Reference

#include "vtkDataSetToDataSetFilter.h"

Include dependency graph for vtkArrayCalculator.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  vtkArrayCalculator
 perform mathematical operations on data in field data arrays 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 56 of file vtkArrayCalculator.h.

Referenced by vtkArrayCalculator::SetAttributeModeToDefault().

#define VTK_ATTRIBUTE_MODE_USE_POINT_DATA   1
 

Definition at line 57 of file vtkArrayCalculator.h.

Referenced by vtkArrayCalculator::SetAttributeModeToUsePointData().

#define VTK_ATTRIBUTE_MODE_USE_CELL_DATA   2
 

Definition at line 58 of file vtkArrayCalculator.h.

Referenced by vtkArrayCalculator::SetAttributeModeToUseCellData().