VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkCellData Class Reference

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)
 
vtkCellDataNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 

Static Public Member Functions

static vtkCellDataNew ()
 
static int IsTypeOf (const char *type)
 
static vtkCellDataSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkCellData ()
 
 ~vtkCellData ()
 

Detailed Description

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.

Examples:
vtkCellData (Examples)
Tests:
vtkCellData (Tests)

Definition at line 37 of file vtkCellData.h.

Member Typedef Documentation

typedef vtkDataSetAttributes vtkCellData::Superclass

Definition at line 42 of file vtkCellData.h.

Constructor & Destructor Documentation

vtkCellData::vtkCellData ( )
inlineprotected

Definition at line 46 of file vtkCellData.h.

vtkCellData::~vtkCellData ( )
inlineprotected

Definition at line 47 of file vtkCellData.h.

Member Function Documentation

static vtkCellData* vtkCellData::New ( )
static
static int vtkCellData::IsTypeOf ( const char *  type)
static
virtual int vtkCellData::IsA ( const char *  type)
virtual
static vtkCellData* vtkCellData::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkCellData::NewInstanceInternal ( ) const
protectedvirtual
vtkCellData* vtkCellData::NewInstance ( ) const
void vtkCellData::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

The documentation for this class was generated from the following file: