Documentation for vtkCellData

vtkCellData - represent and manipulate cell attribute data

Super Class: vtkDataSetAttributes

Description:

vtkCellData is a class that is used to represent and manipulate cell attribute data (e.g., scalars, vectors, normals, texture coordinates, etc.) Special methods are provided to work with filter objects, such as passing data through filter, copying data from one cell to another, and interpolating data given cell interpolation weights.

 

Methods:

static vtkCellData *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void NullCell (int )

 

Detailed Method Descriptions:

Set cell data to null values

void NullCell (int )