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