Go to the documentation of this file.
27 #ifndef vtkBridgeAttribute_h
28 #define vtkBridgeAttribute_h
void InitWithPointData(vtkPointData *d, int i)
iterator used to traverse points
#define VTKTESTINGGENERICBRIDGE_EXPORT
void ShallowCopy(vtkGenericAttribute *other)
represent and manipulate point attribute data
represent and manipulate attribute data in a dataset
#define vtkTypeMacro(thisClass, superclass)
double * GetTuple(vtkGenericCellIterator *c)
void GetComponent(int i, vtkGenericCellIterator *c, double *values)
iterator used to traverse cells
void AllocateInternalTuple(int size)
double * GetTuple(vtkGenericPointIterator *p)
double GetComponent(int i, vtkGenericPointIterator *p)
void GetRange(int component, double range[2])
virtual ~vtkBridgeAttribute()
void GetTuple(vtkGenericPointIterator *p, double *tuple)
GLboolean GLenum GLenum GLvoid * values
void InitWithCellData(vtkCellData *d, int i)
double * GetRange(int component)
virtual void GetTuple(vtkGenericAdaptorCell *c, double *tuple)
represent and manipulate cell attribute data
virtual double * GetTuple(vtkGenericAdaptorCell *c)
a simple class to control print indentation
friend class vtkBridgeAttribute
Implementation of vtkGenericAdaptorCell.
Implementation of vtkGenericAttribute.
unsigned long GetActualMemorySize()
int GetNumberOfComponents()
vtkDataSetAttributes * Data
void GetTuple(vtkGenericCellIterator *c, double *tuple)
abstract class defined API for attribute data
void PrintSelf(ostream &os, vtkIndent indent)
void DeepCopy(vtkGenericAttribute *other)
int InternalTupleCapacity
static vtkBridgeAttribute * New()