|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| void | Initialize () override |
| |
| int | GetDataType () const override |
| |
| int | GetDataTypeSize () const override |
| |
| int | GetElementComponentSize () const override |
| |
| void | SetDimensions (int x, int y, int z) |
| |
| void | SetDimensions (int *x) |
| |
| const int * | GetDimensions () |
| |
| void | SetExtents (int x0, int x1, int y0, int y1, int z0, int z1) |
| |
| void | SetExtents (int *lo, int *hi) |
| |
| void | SetExtent (int *x) |
| |
| int * | GetExtents () |
| |
| void | UnsetExtents () |
| |
| void | SetDataPointer (int comp, int k, int j, double *istrip) |
| |
| void | GetTuple (vtkIdType i, double *tuple) override |
| |
| double * | GetTuple (vtkIdType i) override |
| |
| vtkArrayIterator * | NewIterator () override |
| |
| vtkIdType | LookupValue (vtkVariant value) override |
| |
| void | LookupValue (vtkVariant value, vtkIdList *ids) override |
| |
| void | SetVariantValue (vtkIdType vtkNotUsed(index), vtkVariant vtkNotUsed(value)) override |
| |
| double * | GetPointer (vtkIdType id) |
| |
| void * | GetVoidPointer (vtkIdType id) override |
| |
| void | ExportToVoidPointer (void *out_ptr) override |
| |
| int | Allocate (vtkIdType sz, vtkIdType ext=1000) override |
| |
| void | SetNumberOfComponents (int number) override |
| |
| void | SetNumberOfTuples (vtkIdType number) override |
| |
| void | SetTuple (vtkIdType i, vtkIdType j, vtkAbstractArray *aa) override |
| |
| void | SetTuple (vtkIdType i, const float *f) override |
| |
| void | SetTuple (vtkIdType i, const double *d) override |
| |
| void | InsertTuple (vtkIdType i, vtkIdType j, vtkAbstractArray *aa) override |
| |
| void | InsertTuple (vtkIdType i, const float *f) override |
| |
| void | InsertTuple (vtkIdType i, const double *d) override |
| |
| void | InsertTuples (vtkIdList *dstIds, vtkIdList *srcIds, vtkAbstractArray *source) override |
| |
| void | InsertTuples (vtkIdType dstStart, vtkIdType n, vtkIdType srcStart, vtkAbstractArray *source) override |
| |
| vtkIdType | InsertNextTuple (vtkIdType i, vtkAbstractArray *aa) override |
| |
| vtkIdType | InsertNextTuple (const float *f) override |
| |
| vtkIdType | InsertNextTuple (const double *d) override |
| |
| void | InsertVariantValue (vtkIdType idx, vtkVariant value) override |
| |
| void | RemoveTuple (vtkIdType id) override |
| |
| void | RemoveFirstTuple () override |
| |
| void | RemoveLastTuple () override |
| |
| void * | WriteVoidPointer (vtkIdType i, vtkIdType j) override |
| |
| void | DeepCopy (vtkAbstractArray *aa) override |
| |
| void | DeepCopy (vtkDataArray *da) override |
| |
| void | SetVoidArray (void *p, vtkIdType id, int i, int j) override |
| |
| void | SetVoidArray (void *p, vtkIdType id, int i) override |
| |
| void | SetArrayFreeFunction (void(*)(void *)) override |
| |
| void | Squeeze () override |
| |
| int | Resize (vtkIdType numTuples) override |
| |
| void | DataChanged () override |
| |
| void | ClearLookup () override |
| |
| vtkDataArray * | NewInstance () const |
| |
| void | GetTuples (vtkIdList *tupleIds, vtkAbstractArray *output) VTK_OVERRIDE |
| |
| void | GetTuples (vtkIdType p1, vtkIdType p2, vtkAbstractArray *output) VTK_OVERRIDE |
| |
| void | InterpolateTuple (vtkIdType dstTupleIdx, vtkIdList *ptIndices, vtkAbstractArray *source, double *weights) VTK_OVERRIDE |
| |
| void | InterpolateTuple (vtkIdType dstTupleIdx, vtkIdType srcTupleIdx1, vtkAbstractArray *source1, vtkIdType srcTupleIdx2, vtkAbstractArray *source2, double t) VTK_OVERRIDE |
| |
| virtual double | GetComponent (vtkIdType tupleIdx, int compIdx) |
| |
| virtual void | SetComponent (vtkIdType tupleIdx, int compIdx, double value) |
| |
| virtual void | InsertComponent (vtkIdType tupleIdx, int compIdx, double value) |
| |
| virtual void | ShallowCopy (vtkDataArray *other) |
| |
| virtual void | FillComponent (int compIdx, double value) |
| |
| unsigned long | GetActualMemorySize () VTK_OVERRIDE |
| |
| void | CreateDefaultLookupTable () |
| |
| virtual double | GetMaxNorm () |
| |
| int | CopyInformation (vtkInformation *infoFrom, int deep=1) VTK_OVERRIDE |
| |
| int | GetArrayType () VTK_OVERRIDE |
| |
| int | IsNumeric () VTK_OVERRIDE |
| |
| int | GetElementComponentSize () VTK_OVERRIDE |
| |
| double | GetTuple1 (vtkIdType tupleIdx) |
| |
| double * | GetTuple2 (vtkIdType tupleIdx) |
| |
| double * | GetTuple3 (vtkIdType tupleIdx) |
| |
| double * | GetTuple4 (vtkIdType tupleIdx) |
| |
| double * | GetTuple6 (vtkIdType tupleIdx) |
| |
| double * | GetTuple9 (vtkIdType tupleIdx) |
| |
| void | SetTuple1 (vtkIdType tupleIdx, double value) |
| |
| void | SetTuple2 (vtkIdType tupleIdx, double val0, double val1) |
| |
| void | SetTuple3 (vtkIdType tupleIdx, double val0, double val1, double val2) |
| |
| void | SetTuple4 (vtkIdType tupleIdx, double val0, double val1, double val2, double val3) |
| |
| void | SetTuple6 (vtkIdType tupleIdx, double val0, double val1, double val2, double val3, double val4, double val5) |
| |
| void | SetTuple9 (vtkIdType tupleIdx, double val0, double val1, double val2, double val3, double val4, double val5, double val6, double val7, double val8) |
| |
| void | InsertTuple1 (vtkIdType tupleIdx, double value) |
| |
| void | InsertTuple2 (vtkIdType tupleIdx, double val0, double val1) |
| |
| void | InsertTuple3 (vtkIdType tupleIdx, double val0, double val1, double val2) |
| |
| void | InsertTuple4 (vtkIdType tupleIdx, double val0, double val1, double val2, double val3) |
| |
| void | InsertTuple6 (vtkIdType tupleIdx, double val0, double val1, double val2, double val3, double val4, double val5) |
| |
| void | InsertTuple9 (vtkIdType tupleIdx, double val0, double val1, double val2, double val3, double val4, double val5, double val6, double val7, double val8) |
| |
| void | InsertNextTuple1 (double value) |
| |
| void | InsertNextTuple2 (double val0, double val1) |
| |
| void | InsertNextTuple3 (double val0, double val1, double val2) |
| |
| void | InsertNextTuple4 (double val0, double val1, double val2, double val3) |
| |
| void | InsertNextTuple6 (double val0, double val1, double val2, double val3, double val4, double val5) |
| |
| void | InsertNextTuple9 (double val0, double val1, double val2, double val3, double val4, double val5, double val6, double val7, double val8) |
| |
| virtual void | GetData (vtkIdType tupleMin, vtkIdType tupleMax, int compMin, int compMax, vtkDoubleArray *data) |
| |
| virtual void | CopyComponent (int dstComponent, vtkDataArray *src, int srcComponent) |
| |
| void | SetLookupTable (vtkLookupTable *lut) |
| |
| virtual vtkLookupTable * | GetLookupTable () |
| |
| void | GetRange (double range[2], int comp) |
| |
| double * | GetRange (int comp) |
| |
| double * | GetRange () |
| |
| void | GetRange (double range[2]) |
| |
| int | IsNumeric () VTK_OVERRIDE |
| |
| int | GetElementComponentSize () VTK_OVERRIDE |
| |
| double | GetTuple1 (vtkIdType tupleIdx) |
| |
| double * | GetTuple2 (vtkIdType tupleIdx) |
| |
| double * | GetTuple3 (vtkIdType tupleIdx) |
| |
| double * | GetTuple4 (vtkIdType tupleIdx) |
| |
| double * | GetTuple6 (vtkIdType tupleIdx) |
| |
| double * | GetTuple9 (vtkIdType tupleIdx) |
| |
| void | SetTuple1 (vtkIdType tupleIdx, double value) |
| |
| void | SetTuple2 (vtkIdType tupleIdx, double val0, double val1) |
| |
| void | SetTuple3 (vtkIdType tupleIdx, double val0, double val1, double val2) |
| |
| void | SetTuple4 (vtkIdType tupleIdx, double val0, double val1, double val2, double val3) |
| |
| void | SetTuple6 (vtkIdType tupleIdx, double val0, double val1, double val2, double val3, double val4, double val5) |
| |
| void | SetTuple9 (vtkIdType tupleIdx, double val0, double val1, double val2, double val3, double val4, double val5, double val6, double val7, double val8) |
| |
| void | InsertTuple1 (vtkIdType tupleIdx, double value) |
| |
| void | InsertTuple2 (vtkIdType tupleIdx, double val0, double val1) |
| |
| void | InsertTuple3 (vtkIdType tupleIdx, double val0, double val1, double val2) |
| |
| void | InsertTuple4 (vtkIdType tupleIdx, double val0, double val1, double val2, double val3) |
| |
| void | InsertTuple6 (vtkIdType tupleIdx, double val0, double val1, double val2, double val3, double val4, double val5) |
| |
| void | InsertTuple9 (vtkIdType tupleIdx, double val0, double val1, double val2, double val3, double val4, double val5, double val6, double val7, double val8) |
| |
| void | InsertNextTuple1 (double value) |
| |
| void | InsertNextTuple2 (double val0, double val1) |
| |
| void | InsertNextTuple3 (double val0, double val1, double val2) |
| |
| void | InsertNextTuple4 (double val0, double val1, double val2, double val3) |
| |
| void | InsertNextTuple6 (double val0, double val1, double val2, double val3, double val4, double val5) |
| |
| void | InsertNextTuple9 (double val0, double val1, double val2, double val3, double val4, double val5, double val6, double val7, double val8) |
| |
| virtual void | GetData (vtkIdType tupleMin, vtkIdType tupleMax, int compMin, int compMax, vtkDoubleArray *data) |
| |
| virtual void | CopyComponent (int dstComponent, vtkDataArray *src, int srcComponent) |
| |
| void | SetLookupTable (vtkLookupTable *lut) |
| |
| virtual vtkLookupTable * | GetLookupTable () |
| |
| void | GetRange (double range[2], int comp) |
| |
| double * | GetRange (int comp) |
| |
| double * | GetRange () |
| |
| void | GetRange (double range[2]) |
| |
| void | GetDataTypeRange (double range[2]) |
| |
| double | GetDataTypeMin () |
| |
| double | GetDataTypeMax () |
| |
| vtkAbstractArray * | NewInstance () const |
| |
| virtual int | GetDataType ()=0 |
| |
| void | SetComponentName (vtkIdType component, const char *name) |
| |
| const char * | GetComponentName (vtkIdType component) |
| |
| bool | HasAComponentName () |
| |
| int | CopyComponentNames (vtkAbstractArray *da) |
| |
| virtual void | SetNumberOfValues (vtkIdType numValues) |
| |
| virtual bool | HasStandardMemoryLayout () |
| |
| virtual vtkVariant | GetVariantValue (vtkIdType valueIdx) |
| |
| virtual void | SetVariantValue (vtkIdType valueIdx, vtkVariant value)=0 |
| |
| vtkInformation * | GetInformation () |
| |
| bool | HasInformation () |
| |
| int | GetNumberOfComponents () |
| |
| vtkIdType | GetNumberOfTuples () |
| |
| vtkIdType | GetNumberOfValues () const |
| |
| void | Reset () |
| |
| vtkIdType | GetSize () |
| |
| vtkIdType | GetMaxId () |
| |
| virtual void | SetVoidArray (void *vtkNotUsed(array), vtkIdType vtkNotUsed(size), int vtkNotUsed(save))=0 |
| |
| virtual void | SetVoidArray (void *array, vtkIdType size, int save, int vtkNotUsed(deleteMethod)) |
| |
| virtual void | SetName (const char *) |
| |
| virtual char * | GetName () |
| |
| virtual const char * | GetDataTypeAsString (void) |
| |
| virtual vtkIdType | GetDataSize () |
| |
| virtual void | GetProminentComponentValues (int comp, vtkVariantArray *values, double uncertainty=1.e-6, double minimumProminence=1.e-3) |
| |
| virtual unsigned int | GetMaxDiscreteValues () |
| |
| virtual void | SetMaxDiscreteValues (unsigned int) |
| |
| virtual int | GetDataTypeSize ()=0 |
| |
| int | GetNumberOfComponents () |
| |
| vtkIdType | GetNumberOfTuples () |
| |
| vtkIdType | GetNumberOfValues () const |
| |
| void | Reset () |
| |
| vtkIdType | GetSize () |
| |
| vtkIdType | GetMaxId () |
| |
| virtual void | SetVoidArray (void *vtkNotUsed(array), vtkIdType vtkNotUsed(size), int vtkNotUsed(save))=0 |
| |
| virtual void | SetVoidArray (void *array, vtkIdType size, int save, int vtkNotUsed(deleteMethod)) |
| |
| virtual void | SetName (const char *) |
| |
| virtual char * | GetName () |
| |
| virtual const char * | GetDataTypeAsString (void) |
| |
| virtual vtkIdType | GetDataSize () |
| |
| virtual void | GetProminentComponentValues (int comp, vtkVariantArray *values, double uncertainty=1.e-6, double minimumProminence=1.e-3) |
| |
| virtual unsigned int | GetMaxDiscreteValues () |
| |
| virtual void | SetMaxDiscreteValues (unsigned int) |
| |
| | vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
| |
| virtual void | DebugOn () |
| |
| virtual void | DebugOff () |
| |
| bool | GetDebug () |
| |
| void | SetDebug (bool debugFlag) |
| |
| virtual void | Modified () |
| |
| virtual vtkMTimeType | GetMTime () |
| |
| void | RemoveObserver (unsigned long tag) |
| |
| void | RemoveObservers (unsigned long event) |
| |
| void | RemoveObservers (const char *event) |
| |
| void | RemoveAllObservers () |
| |
| int | HasObserver (unsigned long event) |
| |
| int | HasObserver (const char *event) |
| |
| int | InvokeEvent (unsigned long event) |
| |
| int | InvokeEvent (const char *event) |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| const char * | GetClassName () const |
| |
| virtual void | Delete () |
| |
| virtual void | FastDelete () |
| |
| void | Print (ostream &os) |
| |
| virtual void | Register (vtkObjectBase *o) |
| |
| virtual void | UnRegister (vtkObjectBase *o) |
| |
| void | SetReferenceCount (int) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| int | GetReferenceCount () |
| |
| void | PrintRevisions (ostream &) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| int | GetReferenceCount () |
| |
| void | PrintRevisions (ostream &) |
| |