|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | Initialize () |
|
virtual void | Update () |
|
virtual void | DeepCopy (vtkFieldData *pd) |
|
virtual void | ShallowCopy (vtkFieldData *pd) |
|
int | SetActiveAttribute (const char *name, int attributeType) |
|
int | SetActiveAttribute (int index, int attributeType) |
|
void | GetAttributeIndices (int *indexArray) |
|
int | IsArrayAnAttribute (int idx) |
|
vtkDataArray * | GetAttribute (int attributeType) |
|
vtkAbstractArray * | GetAbstractAttribute (int attributeType) |
|
void | SetCopyAttribute (int index, int value, int ctype=ALLCOPY) |
|
virtual void | CopyAllOn (int ctype=ALLCOPY) |
|
virtual void | CopyAllOff (int ctype=ALLCOPY) |
|
virtual void | PassData (vtkFieldData *fd) |
|
void | CopyData (vtkDataSetAttributes *fromPd, vtkIdType fromId, vtkIdType toId) |
|
int | SetScalars (vtkDataArray *da) |
|
int | SetActiveScalars (const char *name) |
|
vtkDataArray * | GetScalars () |
|
int | SetVectors (vtkDataArray *da) |
|
int | SetActiveVectors (const char *name) |
|
vtkDataArray * | GetVectors () |
|
int | SetNormals (vtkDataArray *da) |
|
int | SetActiveNormals (const char *name) |
|
vtkDataArray * | GetNormals () |
|
int | SetTCoords (vtkDataArray *da) |
|
int | SetActiveTCoords (const char *name) |
|
vtkDataArray * | GetTCoords () |
|
int | SetTensors (vtkDataArray *da) |
|
int | SetActiveTensors (const char *name) |
|
vtkDataArray * | GetTensors () |
|
int | SetGlobalIds (vtkDataArray *da) |
|
int | SetActiveGlobalIds (const char *name) |
|
vtkDataArray * | GetGlobalIds () |
|
int | SetPedigreeIds (vtkAbstractArray *da) |
|
int | SetActivePedigreeIds (const char *name) |
|
vtkAbstractArray * | GetPedigreeIds () |
|
vtkDataArray * | GetScalars (const char *name) |
|
vtkDataArray * | GetVectors (const char *name) |
|
vtkDataArray * | GetNormals (const char *name) |
|
vtkDataArray * | GetTCoords (const char *name) |
|
vtkDataArray * | GetTensors (const char *name) |
|
vtkDataArray * | GetGlobalIds (const char *name) |
|
vtkAbstractArray * | GetPedigreeIds (const char *name) |
|
virtual void | RemoveArray (const char *name) |
|
virtual void | RemoveArray (int index) |
|
void | SetCopyScalars (int i, int ctype=ALLCOPY) |
|
int | GetCopyScalars (int ctype=ALLCOPY) |
|
virtual void | CopyScalarsOn () |
|
virtual void | CopyScalarsOff () |
|
void | SetCopyVectors (int i, int ctype=ALLCOPY) |
|
int | GetCopyVectors (int ctype=ALLCOPY) |
|
virtual void | CopyVectorsOn () |
|
virtual void | CopyVectorsOff () |
|
void | SetCopyNormals (int i, int ctype=ALLCOPY) |
|
int | GetCopyNormals (int ctype=ALLCOPY) |
|
virtual void | CopyNormalsOn () |
|
virtual void | CopyNormalsOff () |
|
void | SetCopyTCoords (int i, int ctype=ALLCOPY) |
|
int | GetCopyTCoords (int ctype=ALLCOPY) |
|
virtual void | CopyTCoordsOn () |
|
virtual void | CopyTCoordsOff () |
|
void | SetCopyTensors (int i, int ctype=ALLCOPY) |
|
int | GetCopyTensors (int ctype=ALLCOPY) |
|
virtual void | CopyTensorsOn () |
|
virtual void | CopyTensorsOff () |
|
void | SetCopyGlobalIds (int i, int ctype=ALLCOPY) |
|
int | GetCopyGlobalIds (int ctype=ALLCOPY) |
|
virtual void | CopyGlobalIdsOn () |
|
virtual void | CopyGlobalIdsOff () |
|
void | SetCopyPedigreeIds (int i, int ctype=ALLCOPY) |
|
int | GetCopyPedigreeIds (int ctype=ALLCOPY) |
|
virtual void | CopyPedigreeIdsOn () |
|
virtual void | CopyPedigreeIdsOff () |
|
void | CopyAllocate (vtkDataSetAttributes *pd, vtkIdType sze=0, vtkIdType ext=1000) |
|
void | CopyAllocate (vtkDataSetAttributes *pd, vtkIdType sze, vtkIdType ext, int shallowCopyArrays) |
|
void | CopyStructuredData (vtkDataSetAttributes *inDsa, const int *inExt, const int *outExt) |
|
void | CopyTuple (vtkAbstractArray *fromData, vtkAbstractArray *toData, vtkIdType fromId, vtkIdType toId) |
|
void | InterpolateAllocate (vtkDataSetAttributes *pd, vtkIdType sze=0, vtkIdType ext=1000) |
|
void | InterpolateAllocate (vtkDataSetAttributes *pd, vtkIdType sze, vtkIdType ext, int shallowCopyArrays) |
|
void | InterpolatePoint (vtkDataSetAttributes *fromPd, vtkIdType toId, vtkIdList *ids, double *weights) |
|
void | InterpolateEdge (vtkDataSetAttributes *fromPd, vtkIdType toId, vtkIdType p1, vtkIdType p2, double t) |
|
void | InterpolateTime (vtkDataSetAttributes *from1, vtkDataSetAttributes *from2, vtkIdType id, double t) |
|
void | CopyAllocate (vtkDataSetAttributes::FieldList &list, vtkIdType sze=0, vtkIdType ext=1000) |
|
void | CopyData (vtkDataSetAttributes::FieldList &list, vtkDataSetAttributes *dsa, int idx, vtkIdType fromId, vtkIdType toId) |
|
void | InterpolateAllocate (vtkDataSetAttributes::FieldList &list, vtkIdType sze=0, vtkIdType ext=1000) |
|
void | InterpolatePoint (vtkDataSetAttributes::FieldList &list, vtkDataSetAttributes *fromPd, int idx, vtkIdType toId, vtkIdList *ids, double *weights) |
|
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 36 of file vtkCellData.h.