Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkDataArray Member List
This is the complete list of members for vtkDataArray, including all inherited members.
- AddObserver(unsigned long event, vtkCommand *)
- AddObserver(const char *event, vtkCommand *)
- Allocate(const vtkIdType sz, const vtkIdType ext=1000)=0
[pure virtual]
- BreakOnError()
[static]
- ComponentForLastRange (defined in vtkDataArray)
[private]
- ComputeRange(int comp)
[virtual]
- ComputeTimeForLastRange (defined in vtkDataArray)
[private]
- CopyComponent(const int j, vtkDataArray *from, const int fromComponent)
[virtual]
- CreateDataArray(int dataType)
[static]
- CreateDefaultLookupTable()
- Debug
[protected]
- DebugOff()
[virtual]
- DebugOn()
[virtual]
- DeepCopy(vtkDataArray *da)
[virtual]
- Delete()
[virtual]
- FillComponent(const int j, const float c)
[virtual]
- GetActualMemorySize()
- GetClassName()
[virtual]
- GetCommand(unsigned long tag)
- GetComponent(const vtkIdType i, const int j)
[virtual]
- GetData(vtkIdType tupleMin, vtkIdType tupleMax, int compMin, int compMax, vtkFloatArray *data)
[virtual]
- GetDataType()=0
[pure virtual]
- GetDataTypeMax()
- GetDataTypeMin()
- GetDataTypeRange(double range[2])
- GetDebug()
- GetGlobalWarningDisplay()
[static]
- GetLookupTable()
[virtual]
- GetMaxId()
[inline]
- GetMaxNorm()
[virtual]
- GetMTime()
[virtual]
- GetName()
- GetNumberOfComponents()
[inline]
- GetNumberOfTuples()
[inline]
- GetRange(float range[2], int comp)
[inline]
- GetRange(int comp)
[inline]
- GetRange()
[inline]
- GetRange(float range[2])
[inline]
- GetReferenceCount()
[inline]
- GetSize()
[inline]
- GetTuple(const vtkIdType i)=0
[pure virtual]
- GetTuple(const vtkIdType i, float *tuple)=0
[pure virtual]
- GetTuple(const vtkIdType i, double *tuple)
[virtual]
- GetTuple1(const vtkIdType i)
- GetTuple2(const vtkIdType i)
- GetTuple3(const vtkIdType i)
- GetTuple4(const vtkIdType i)
- GetTuple9(const vtkIdType i)
- GetTupleN(const vtkIdType i, int n) (defined in vtkDataArray)
[private]
- GetTuples(vtkIdList *ptIds, vtkDataArray *output)
- GetTuples(vtkIdType p1, vtkIdType p2, vtkDataArray *output)
- GetVoidPointer(const vtkIdType id)=0
[pure virtual]
- GlobalWarningDisplayOff()
[inline, static]
- GlobalWarningDisplayOn()
[inline, static]
- HasObserver(unsigned long event)
- HasObserver(const char *event)
- Initialize()=0
[pure virtual]
- InsertComponent(const vtkIdType i, const int j, const float c)
[virtual]
- InsertNextTuple(const float *tuple)=0
[pure virtual]
- InsertNextTuple(const double *tuple)
[virtual]
- InsertNextTuple1(float value)
- InsertNextTuple2(float val0, float val1)
- InsertNextTuple3(float val0, float val1, float val2)
- InsertNextTuple4(float val0, float val1, float val2, float val3)
- InsertNextTuple9(float val0, float val1, float val2, float val3, float val4, float val5, float val6, float val7, float val8)
- InsertTuple(const vtkIdType i, const float *tuple)=0
[pure virtual]
- InsertTuple(const vtkIdType i, const double *tuple)
[virtual]
- InsertTuple1(const vtkIdType i, float value)
- InsertTuple2(const vtkIdType i, float val0, float val1)
- InsertTuple3(const vtkIdType i, float val0, float val1, float val2)
- InsertTuple4(const vtkIdType i, float val0, float val1, float val2, float val3)
- InsertTuple9(const vtkIdType i, float val0, float val1, float val2, float val3, float val4, float val5, float val6, float val7, float val8)
- InvokeEvent(unsigned long event, void *callData)
- InvokeEvent(const char *event, void *callData)
- IsA(const char *type)
[virtual]
- IsTypeOf(const char *type)
[static]
- LookupTable
[protected]
- MakeObject()=0
[pure virtual]
- MaxId
[protected]
- Modified()
[virtual]
- MTime
[protected]
- Name
[protected]
- New()
[inline, static]
- NumberOfComponents
[protected]
- operator=(const vtkDataArray &) (defined in vtkDataArray)
[private]
- Print(ostream &os)
- PrintHeader(ostream &os, vtkIndent indent)
[virtual]
- PrintSelf(ostream &os, vtkIndent indent)
[virtual]
- PrintTrailer(ostream &os, vtkIndent indent)
[virtual]
- Range (defined in vtkDataArray)
[private]
- ReferenceCount
[protected]
- Register(vtkObject *o)
- RemoveObserver(unsigned long tag)
- Reset()
[inline]
- Resize(vtkIdType numTuples)=0
[pure virtual]
- SafeDownCast(vtkObject *o)
[static]
- SetComponent(const vtkIdType i, const int j, const float c)
[virtual]
- SetDebug(unsigned char debugFlag)
- SetGlobalWarningDisplay(int val)
[static]
- SetLookupTable(vtkLookupTable *lut)
- SetName(const char *name)
- SetNumberOfComponents(int)
[virtual]
- SetNumberOfTuples(const vtkIdType number)=0
[pure virtual]
- SetReferenceCount(int)
- SetTuple(const vtkIdType i, const float *tuple)=0
[pure virtual]
- SetTuple(const vtkIdType i, const double *tuple)
[virtual]
- SetTuple1(const vtkIdType i, float value)
- SetTuple2(const vtkIdType i, float val0, float val1)
- SetTuple3(const vtkIdType i, float val0, float val1, float val2)
- SetTuple4(const vtkIdType i, float val0, float val1, float val2, float val3)
- SetTuple9(const vtkIdType i, float val0, float val1, float val2, float val3, float val4, float val5, float val6, float val7, float val8)
- SetVoidArray(void *vtkNotUsed(array), vtkIdType vtkNotUsed(size), int vtkNotUsed(save))
[inline, virtual]
- Size
[protected]
- Squeeze()=0
[pure virtual]
- SubjectHelper
[protected]
- UnRegister(vtkObject *o)
[virtual]
- vtkDataArray(vtkIdType numComp=1)
[protected]
- vtkDataArray(const vtkDataArray &) (defined in vtkDataArray)
[private]
- vtkObject()
[protected]
- ~vtkDataArray()
[protected]
- ~vtkObject()
[protected, virtual]
Generated on Thu Mar 28 14:28:28 2002 for VTK by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001