vtkIdFilter - generate scalars or field data from point and cell ids
Super Class: vtkDataSetToDataSetFilter
Description:
vtkIdFilter is a filter to that generates scalars or field data using cell and point ids. That is, the point attribute data scalars or field data are generated from the point ids, and the cell attribute data scalars or field data are generated from the the cell ids. Typically this filter is used with vtkLabeledDataMapper (and possibly vtkSelectVisiblePoints) to create labels for points and cells, or labels for the point or cell data scalar values.
Methods:
void vtkIdFilter () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
static vtkIdFilter *New () | |
void SetPointIds (int ) | |
int GetPointIds () | |
void PointIdsOn () | |
void PointIdsOff () | |
void SetCellIds (int ) | |
int GetCellIds () | |
void CellIdsOn () | |
void CellIdsOff () | |
void SetFieldData (int ) | |
int GetFieldData () | |
void FieldDataOn () | |
void FieldDataOff () | |
void Execute () |
Detailed Method Descriptions:
static vtkIdFilter *New () |
void SetPointIds (int ) | |
int GetPointIds () | |
void PointIdsOn () | |
void PointIdsOff () | |
void SetCellIds (int ) | |
int GetCellIds () | |
void CellIdsOn () | |
void CellIdsOff () |
void SetFieldData (int ) | |
int GetFieldData () | |
void FieldDataOn () | |
void FieldDataOff () |