Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkUnsignedIntArray Member List
This is the complete list of members for vtkUnsignedIntArray, including all inherited members.
- AddObserver(unsigned long event, vtkCommand *)
- AddObserver(const char *event, vtkCommand *)
- Allocate(const vtkIdType sz, const vtkIdType ext=1000)
[virtual]
- Array
[protected]
- BreakOnError()
[static]
- ComputeRange(int comp)
[virtual]
- 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]
- DeepCopy(vtkDataArray &da)
[inline]
- 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()
[inline, virtual]
- GetDataTypeMax()
- GetDataTypeMin()
- GetDataTypeRange(double range[2])
- GetDebug()
- GetGlobalWarningDisplay()
[static]
- GetLookupTable()
[virtual]
- GetMaxId()
[inline]
- GetMaxNorm()
[virtual]
- GetMTime()
[virtual]
- GetName()
- GetNumberOfComponents()
[inline]
- GetNumberOfTuples()
[inline]
- GetPointer(const vtkIdType id)
[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)
[virtual]
- GetTuple(const vtkIdType i, float *tuple)
[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)
- GetTuples(vtkIdList *ptIds, vtkDataArray *output)
- GetTuples(vtkIdType p1, vtkIdType p2, vtkDataArray *output)
- GetValue(const vtkIdType id)
[inline]
- GetVoidPointer(const vtkIdType id)
[inline, virtual]
- GlobalWarningDisplayOff()
[inline, static]
- GlobalWarningDisplayOn()
[inline, static]
- HasObserver(unsigned long event)
- HasObserver(const char *event)
- Initialize()
[virtual]
- InsertComponent(const vtkIdType i, const int j, const float c)
[virtual]
- InsertNextTuple(const float *tuple)
[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)
- InsertNextValue(const unsigned int)
[inline]
- InsertTuple(const vtkIdType i, const float *tuple)
[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)
- InsertValue(const vtkIdType id, const unsigned int i)
[inline]
- 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()
[virtual]
- MaxId
[protected]
- Modified()
[virtual]
- MTime
[protected]
- Name
[protected]
- New()
[static]
- NumberOfComponents
[protected]
- operator=(const vtkUnsignedIntArray &) (defined in vtkUnsignedIntArray)
[private]
- Print(ostream &os)
- PrintHeader(ostream &os, vtkIndent indent)
[virtual]
- PrintSelf(ostream &os, vtkIndent indent)
[virtual]
- PrintTrailer(ostream &os, vtkIndent indent)
[virtual]
- ReferenceCount
[protected]
- Register(vtkObject *o)
- RemoveObserver(unsigned long tag)
- Reset()
[inline]
- Resize(vtkIdType numTuples)
[virtual]
- ResizeAndExtend(const vtkIdType sz)
[protected]
- SafeDownCast(vtkObject *o)
[static]
- SaveUserArray
[protected]
- SetArray(unsigned int *array, vtkIdType size, int save)
- 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)
[virtual]
- SetNumberOfValues(const vtkIdType number)
[inline]
- SetReferenceCount(int)
- SetTuple(const vtkIdType i, const float *tuple)
[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)
- SetValue(const vtkIdType id, const unsigned int value)
[inline]
- SetVoidArray(void *array, vtkIdType size, int save)
[inline]
- vtkDataArray::SetVoidArray(void *vtkNotUsed(array), vtkIdType vtkNotUsed(size), int vtkNotUsed(save))
[inline, virtual]
- Size
[protected]
- Squeeze()
[inline, virtual]
- SubjectHelper
[protected]
- Tuple
[protected]
- TupleSize
[protected]
- UnRegister(vtkObject *o)
[virtual]
- vtkDataArray(vtkIdType numComp=1)
[protected]
- vtkObject()
[protected]
- vtkUnsignedIntArray(vtkIdType numComp=1)
[protected]
- vtkUnsignedIntArray(const vtkUnsignedIntArray &) (defined in vtkUnsignedIntArray)
[private]
- WritePointer(const vtkIdType id, const vtkIdType number)
[inline]
- ~vtkDataArray()
[protected]
- ~vtkObject()
[protected, virtual]
- ~vtkUnsignedIntArray()
[protected]
Generated on Thu Mar 28 14:44:50 2002 for VTK by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001