VTK
|
represent and manipulate cell attribute data More...
#include <vtkCellData.h>
Inherits vtkDataSetAttributes.
Public Types | |
typedef vtkDataSetAttributes | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkCellData * | New () |
static int | IsTypeOf (const char *type) |
static vtkCellData * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCellData () | |
~vtkCellData () | |
represent and manipulate cell attribute data
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.
Definition at line 36 of file vtkCellData.h.
typedef vtkDataSetAttributes vtkCellData::Superclass |
Definition at line 41 of file vtkCellData.h.
|
inlineprotected |
Definition at line 45 of file vtkCellData.h.
|
inlineprotected |
Definition at line 46 of file vtkCellData.h.
|
static |
|
virtual |
|
static |
|
virtual |
|
static |
void vtkCellData::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |