|
| vtkAbstractTemplateTypeMacro (vtkCPExodusIIResultsArrayTemplate< Scalar >, vtkMappedDataArray< Scalar >) vtkMappedDataArrayNewInstanceMacro(vtkCPExodusIIResultsArrayTemplate< Scalar >) static vtkCPExodusIIResultsArrayTemplate *New() |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
void | SetExodusScalarArrays (std::vector< Scalar * > arrays, vtkIdType numTuples) |
| Set the arrays to be used and the number of tuples in each array. More...
|
|
void | SetExodusScalarArrays (std::vector< Scalar * > arrays, vtkIdType numTuples, bool save) |
|
void | Initialize () override |
| Release storage and reset array to initial state. More...
|
|
void | GetTuples (vtkIdList *ptIds, vtkAbstractArray *output) override |
| Given a list of tuple ids, return an array of tuples. More...
|
|
void | GetTuples (vtkIdType p1, vtkIdType p2, vtkAbstractArray *output) override |
| Get the tuples for the range of tuple ids specified (i.e., p1->p2 inclusive). More...
|
|
void | Squeeze () override |
| Free any unnecessary memory. More...
|
|
vtkArrayIterator * | NewIterator () override |
| Subclasses must override this method and provide the right kind of templated vtkArrayIteratorTemplate. More...
|
|
vtkIdType | LookupValue (vtkVariant value) override |
| Return the value indices where a specific value appears. More...
|
|
void | LookupValue (vtkVariant value, vtkIdList *ids) override |
|
vtkVariant | GetVariantValue (vtkIdType idx) override |
| Retrieve value from the array as a variant. More...
|
|
void | ClearLookup () override |
| Delete the associated fast lookup data structure on this array, if it exists. More...
|
|
double * | GetTuple (vtkIdType i) override |
| Get the data tuple at tupleIdx. More...
|
|
void | GetTuple (vtkIdType i, double *tuple) override |
| Get the data tuple at tupleIdx by filling in a user-provided array, Make sure that your array is large enough to hold the NumberOfComponents amount of data being returned. More...
|
|
vtkIdType | LookupTypedValue (Scalar value) override |
|
void | LookupTypedValue (Scalar value, vtkIdList *ids) override |
|
ValueType | GetValue (vtkIdType idx) const override |
| Get the data at a particular index. More...
|
|
ValueType & | GetValueReference (vtkIdType idx) override |
| Get a reference to the scalar value at a particular index. More...
|
|
void | GetTypedTuple (vtkIdType idx, Scalar *t) const override |
|
vtkTypeBool | Allocate (vtkIdType sz, vtkIdType ext) override |
| This container is read only – this method does nothing but print a warning. More...
|
|
vtkTypeBool | Resize (vtkIdType numTuples) override |
| Resize the array to the requested number of tuples and preserve data. More...
|
|
void | SetNumberOfTuples (vtkIdType number) override |
| Set the number of tuples (a component group) in the array. More...
|
|
void | SetTuple (vtkIdType i, vtkIdType j, vtkAbstractArray *source) override |
| Set the tuple at dstTupleIdx in this array to the tuple at srcTupleIdx in the source array. More...
|
|
void | SetTuple (vtkIdType i, const float *source) override |
| Set the data tuple at tupleIdx. More...
|
|
void | SetTuple (vtkIdType i, const double *source) override |
|
void | InsertTuple (vtkIdType i, vtkIdType j, vtkAbstractArray *source) override |
| Insert the tuple at srcTupleIdx in the source array into this array at dstTupleIdx. More...
|
|
void | InsertTuple (vtkIdType i, const float *source) override |
| Insert the data tuple at tupleIdx. More...
|
|
void | InsertTuple (vtkIdType i, const double *source) override |
|
void | InsertTuples (vtkIdList *dstIds, vtkIdList *srcIds, vtkAbstractArray *source) override |
| Copy the tuples indexed in srcIds from the source array to the tuple locations indexed by dstIds in this array. More...
|
|
void | InsertTuples (vtkIdType dstStart, vtkIdType n, vtkIdType srcStart, vtkAbstractArray *source) override |
| Copy n consecutive tuples starting at srcStart from the source array to this array, starting at the dstStart location. More...
|
|
vtkIdType | InsertNextTuple (vtkIdType j, vtkAbstractArray *source) override |
| Insert the tuple from srcTupleIdx in the source array at the end of this array. More...
|
|
vtkIdType | InsertNextTuple (const float *source) override |
| Insert the data tuple at the end of the array and return the tuple index at which the data was inserted. More...
|
|
vtkIdType | InsertNextTuple (const double *source) override |
|
void | DeepCopy (vtkAbstractArray *aa) override |
| Deep copy of data. More...
|
|
void | DeepCopy (vtkDataArray *da) override |
|
void | InterpolateTuple (vtkIdType i, vtkIdList *ptIndices, vtkAbstractArray *source, double *weights) override |
| Set the tuple at dstTupleIdx in this array to the interpolated tuple value, given the ptIndices in the source array and associated interpolation weights. More...
|
|
void | InterpolateTuple (vtkIdType i, vtkIdType id1, vtkAbstractArray *source1, vtkIdType id2, vtkAbstractArray *source2, double t) override |
| Insert the tuple at dstTupleIdx in this array to the tuple interpolated from the two tuple indices, srcTupleIdx1 and srcTupleIdx2, and an interpolation factor, t. More...
|
|
void | SetVariantValue (vtkIdType idx, vtkVariant value) override |
| Set a value in the array from a variant. More...
|
|
void | InsertVariantValue (vtkIdType idx, vtkVariant value) override |
| Insert a value into the array from a variant. More...
|
|
void | RemoveTuple (vtkIdType id) override |
| These methods remove tuples from the data array. More...
|
|
void | RemoveFirstTuple () override |
|
void | RemoveLastTuple () override |
|
void | SetTypedTuple (vtkIdType i, const Scalar *t) override |
|
void | InsertTypedTuple (vtkIdType i, const Scalar *t) override |
|
vtkIdType | InsertNextTypedTuple (const Scalar *t) override |
|
void | SetValue (vtkIdType idx, Scalar value) override |
|
vtkIdType | InsertNextValue (Scalar v) override |
|
void | InsertValue (vtkIdType idx, Scalar v) override |
|
| vtkTemplateTypeMacro (vtkMappedDataArray< Scalar >, vtkTypedDataArray< Scalar >) |
|
void * | GetVoidPointer (vtkIdType id) override |
| Print an error and create an internal, long-lived temporary array. More...
|
|
void | ExportToVoidPointer (void *ptr) override |
| Copy the internal data to the void pointer. More...
|
|
void | DataChanged () override |
| Read the data from the internal temporary array (created by GetVoidPointer) back into the mapped array. More...
|
|
void | SetVoidArray (void *, vtkIdType, int) override |
| These methods don't make sense for mapped data array. More...
|
|
void | SetVoidArray (void *, vtkIdType, int, int) override |
|
void * | WriteVoidPointer (vtkIdType, vtkIdType) override |
| Not implemented. More...
|
|
void | Modified () override |
| Invalidate the internal temporary array and call superclass method. More...
|
|
bool | HasStandardMemoryLayout () const override |
| Returns true if this array uses the standard memory layout defined in the VTK user guide, e.g. More...
|
|
| vtkTemplateTypeMacro (vtkTypedDataArray< Scalar >, GenericDataArrayType) |
|
Iterator | Begin () |
| Return an iterator initialized to the first element of the data. More...
|
|
Iterator | End () |
| Return an iterator initialized to first element past the end of the data. More...
|
|
int | GetDataType () const override |
| Return the VTK data type held by this array. More...
|
|
int | GetDataTypeSize () const override |
| Return the size of the element type in bytes. More...
|
|
virtual void | SetTypedTuple (vtkIdType i, const ValueType *t)=0 |
| Set the tuple value at the ith location in the array. More...
|
|
virtual void | InsertTypedTuple (vtkIdType i, const ValueType *t)=0 |
| Insert (memory allocation performed) the tuple into the ith location in the array. More...
|
|
virtual vtkIdType | InsertNextTypedTuple (const ValueType *t)=0 |
| Insert (memory allocation performed) the tuple onto the end of the array. More...
|
|
virtual void | SetValue (vtkIdType idx, ValueType value)=0 |
| Set the data at a particular index. More...
|
|
virtual void | GetTypedTuple (vtkIdType idx, ValueType *t) const =0 |
| Copy the tuple value into a user-provided array. More...
|
|
virtual vtkIdType | InsertNextValue (ValueType v)=0 |
| Insert data at the end of the array. More...
|
|
virtual void | InsertValue (vtkIdType idx, ValueType v)=0 |
| Insert data at a specified position in the array. More...
|
|
virtual ValueType | GetTypedComponent (vtkIdType tupleIdx, int comp) const |
|
virtual void | SetTypedComponent (vtkIdType tupleIdx, int comp, ValueType v) |
|
int | GetArrayType () const override |
| Method for type-checking in FastDownCast implementations. More...
|
|
| vtkTemplateTypeMacro (SelfType, vtkDataArray) |
|
ValueType | GetValue (vtkIdType valueIdx) const |
| Get the value at valueIdx. More...
|
|
void | SetValue (vtkIdType valueIdx, ValueType value) |
| Set the value at valueIdx to value. More...
|
|
void | GetTypedTuple (vtkIdType tupleIdx, ValueType *tuple) const |
| Copy the tuple at tupleIdx into tuple. More...
|
|
void | SetTypedTuple (vtkIdType tupleIdx, const ValueType *tuple) |
| Set this array's tuple at tupleIdx to the values in tuple. More...
|
|
ValueType | GetTypedComponent (vtkIdType tupleIdx, int compIdx) const |
| Get component compIdx of the tuple at tupleIdx. More...
|
|
void | SetTypedComponent (vtkIdType tupleIdx, int compIdx, ValueType value) |
| Set component compIdx of the tuple at tupleIdx to value. More...
|
|
void * | GetVoidPointer (vtkIdType valueIdx) override |
| Default implementation raises a runtime error. More...
|
|
ValueType * | GetPointer (vtkIdType valueIdx) |
|
void | SetVoidArray (void *, vtkIdType, int) override |
|
void | SetVoidArray (void *, vtkIdType, int, int) override |
|
void | SetArrayFreeFunction (void(*callback)(void *)) override |
| This method allows the user to specify a custom free function to be called when the array is deallocated. More...
|
|
void * | WriteVoidPointer (vtkIdType valueIdx, vtkIdType numValues) override |
| Get the address of a particular data index. More...
|
|
ValueType * | WritePointer (vtkIdType valueIdx, vtkIdType numValues) |
|
void | RemoveTuple (vtkIdType tupleIdx) override |
| Removes a tuple at the given index. More...
|
|
vtkIdType | InsertNextValue (ValueType value) |
| Insert data at the end of the array. More...
|
|
void | InsertValue (vtkIdType valueIdx, ValueType value) |
| Insert data at a specified position in the array. More...
|
|
void | InsertTypedTuple (vtkIdType tupleIdx, const ValueType *t) |
| Insert (memory allocation performed) the tuple t at tupleIdx. More...
|
|
vtkIdType | InsertNextTypedTuple (const ValueType *t) |
| Insert (memory allocation performed) the tuple onto the end of the array. More...
|
|
void | InsertTypedComponent (vtkIdType tupleIdx, int compIdx, ValueType val) |
| Insert (memory allocation performed) the value at the specified tuple and component location. More...
|
|
void | GetValueRange (ValueType range[2], int comp) |
| Get the range of array values for the given component in the native data type. More...
|
|
ValueType * | GetValueRange (int comp) |
|
ValueType * | GetValueRange () |
| Get the range of array values for the 0th component in the native data type. More...
|
|
void | GetValueRange (ValueType range[2]) |
|
vtkIdType | Capacity () |
| Return the capacity in typeof T units of the current array. More...
|
|
virtual void | FillTypedComponent (int compIdx, ValueType value) |
| Set component comp of all tuples to value. More...
|
|
virtual void | FillValue (ValueType value) |
| Set all the values in array to value. More...
|
|
int | GetDataType () const override |
| Return the underlying data type. More...
|
|
int | GetDataTypeSize () const override |
| Return the size of the underlying data type. More...
|
|
bool | HasStandardMemoryLayout () const override |
| Returns true if this array uses the standard memory layout defined in the VTK user guide, e.g. More...
|
|
vtkTypeBool | Allocate (vtkIdType size, vtkIdType ext=1000) override |
| Allocate memory for this array. More...
|
|
vtkTypeBool | Resize (vtkIdType numTuples) override |
| Resize the array to the requested number of tuples and preserve data. More...
|
|
void | SetNumberOfComponents (int num) override |
| Set/Get the dimension (n) of the components. More...
|
|
void | SetNumberOfTuples (vtkIdType number) override |
| Set the number of tuples (a component group) in the array. More...
|
|
void | Initialize () override |
| Release storage and reset array to initial state. More...
|
|
void | Squeeze () override |
| Free any unnecessary memory. More...
|
|
void | SetTuple (vtkIdType dstTupleIdx, vtkIdType srcTupleIdx, vtkAbstractArray *source) override |
| Set the tuple at dstTupleIdx in this array to the tuple at srcTupleIdx in the source array. More...
|
|
void | SetTuple (vtkIdType tupleIdx, const float *tuple) override |
| Set the data tuple at tupleIdx. More...
|
|
void | SetTuple (vtkIdType tupleIdx, const double *tuple) override |
|
void | InsertTuples (vtkIdList *dstIds, vtkIdList *srcIds, vtkAbstractArray *source) override |
| Copy the tuples indexed in srcIds from the source array to the tuple locations indexed by dstIds in this array. More...
|
|
void | InsertTuples (vtkIdType dstStart, vtkIdType n, vtkIdType srcStart, vtkAbstractArray *source) override |
| Copy n consecutive tuples starting at srcStart from the source array to this array, starting at the dstStart location. More...
|
|
void | InsertTuple (vtkIdType dstTupleIdx, vtkIdType srcTupleIdx, vtkAbstractArray *source) override |
| Insert the tuple at srcTupleIdx in the source array into this array at dstTupleIdx. More...
|
|
void | InsertTuple (vtkIdType tupleIdx, const float *source) override |
| Insert the data tuple at tupleIdx. More...
|
|
void | InsertTuple (vtkIdType tupleIdx, const double *source) override |
|
void | InsertComponent (vtkIdType tupleIdx, int compIdx, double value) override |
| Insert value at the location specified by tupleIdx and compIdx. More...
|
|
vtkIdType | InsertNextTuple (vtkIdType srcTupleIdx, vtkAbstractArray *source) override |
| Insert the tuple from srcTupleIdx in the source array at the end of this array. More...
|
|
vtkIdType | InsertNextTuple (const float *tuple) override |
| Insert the data tuple at the end of the array and return the tuple index at which the data was inserted. More...
|
|
vtkIdType | InsertNextTuple (const double *tuple) override |
|
void | GetTuples (vtkIdList *tupleIds, vtkAbstractArray *output) override |
| Given a list of tuple ids, return an array of tuples. More...
|
|
void | GetTuples (vtkIdType p1, vtkIdType p2, vtkAbstractArray *output) override |
| Get the tuples for the range of tuple ids specified (i.e., p1->p2 inclusive). More...
|
|
double * | GetTuple (vtkIdType tupleIdx) override |
| Get the data tuple at tupleIdx. More...
|
|
void | GetTuple (vtkIdType tupleIdx, double *tuple) override |
| Get the data tuple at tupleIdx by filling in a user-provided array, Make sure that your array is large enough to hold the NumberOfComponents amount of data being returned. More...
|
|
void | InterpolateTuple (vtkIdType dstTupleIdx, vtkIdList *ptIndices, vtkAbstractArray *source, double *weights) override |
| Set the tuple at dstTupleIdx in this array to the interpolated tuple value, given the ptIndices in the source array and associated interpolation weights. More...
|
|
void | InterpolateTuple (vtkIdType dstTupleIdx, vtkIdType srcTupleIdx1, vtkAbstractArray *source1, vtkIdType srcTupleIdx2, vtkAbstractArray *source2, double t) override |
| Insert the tuple at dstTupleIdx in this array to the tuple interpolated from the two tuple indices, srcTupleIdx1 and srcTupleIdx2, and an interpolation factor, t. More...
|
|
void | SetComponent (vtkIdType tupleIdx, int compIdx, double value) override |
| Set the data component at the location specified by tupleIdx and compIdx to value. More...
|
|
double | GetComponent (vtkIdType tupleIdx, int compIdx) override |
| Return the data component at the location specified by tupleIdx and compIdx. More...
|
|
void | SetVariantValue (vtkIdType valueIdx, vtkVariant value) override |
| Set a value in the array from a variant. More...
|
|
vtkVariant | GetVariantValue (vtkIdType valueIdx) override |
| Retrieve value from the array as a variant. More...
|
|
void | InsertVariantValue (vtkIdType valueIdx, vtkVariant value) override |
| Insert a value into the array from a variant. More...
|
|
vtkIdType | LookupValue (vtkVariant value) override |
| Return the value indices where a specific value appears. More...
|
|
void | LookupValue (vtkVariant value, vtkIdList *valueIds) override |
|
void | ClearLookup () override |
| Delete the associated fast lookup data structure on this array, if it exists. More...
|
|
void | DataChanged () override |
| Tell the array explicitly that the data has changed. More...
|
|
void | FillComponent (int compIdx, double value) override |
| Fill a component of a data array with a specified value. More...
|
|
vtkArrayIterator * | NewIterator () override |
| Subclasses must override this method and provide the right kind of templated vtkArrayIteratorTemplate. More...
|
|
void | GetFiniteValueRange (ValueType range[2], int comp) |
| These methods are analogous to the GetValueRange methods, except that the only consider finite values. More...
|
|
ValueType * | GetFiniteValueRange (int comp) |
| These methods are analogous to the GetValueRange methods, except that the only consider finite values. More...
|
|
ValueType * | GetFiniteValueRange () |
| These methods are analogous to the GetValueRange methods, except that the only consider finite values. More...
|
|
void | GetFiniteValueRange (ValueType range[2]) |
| These methods are analogous to the GetValueRange methods, except that the only consider finite values. More...
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
|
vtkDataArray * | NewInstance () const |
|
int | IsNumeric () const override |
| This method is here to make backward compatibility easier. More...
|
|
int | GetElementComponentSize () const override |
| Return the size, in bytes, of the lowest-level element of an array. More...
|
|
double | GetTuple1 (vtkIdType tupleIdx) |
| These methods are included as convenience for the wrappers. More...
|
|
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) |
| These methods are included as convenience for the wrappers. More...
|
|
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) |
| These methods are included as convenience for the wrappers. More...
|
|
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) |
| These methods are included as convenience for the wrappers. More...
|
|
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) |
| Get the data as a double array in the range (tupleMin,tupleMax) and (compMin, compMax). More...
|
|
virtual void | ShallowCopy (vtkDataArray *other) |
| Create a shallow copy of other into this, if possible. More...
|
|
virtual void | Fill (double value) |
| Fill all values of a data array with a specified value. More...
|
|
virtual void | CopyComponent (int dstComponent, vtkDataArray *src, int srcComponent) |
| Copy a component from one data array into a component on this data array. More...
|
|
unsigned long | GetActualMemorySize () const override |
| Return the memory in kibibytes (1024 bytes) consumed by this data array. More...
|
|
void | CreateDefaultLookupTable () |
| Create default lookup table. More...
|
|
void | SetLookupTable (vtkLookupTable *lut) |
| Set/get the lookup table associated with this scalar data, if any. More...
|
|
virtual vtkLookupTable * | GetLookupTable () |
|
void | GetRange (double range[2], int comp) |
| The range of the data array values for the given component will be returned in the provided range array argument. More...
|
|
double * | GetRange (int comp) |
| Return the range of the data array values for the given component. More...
|
|
double * | GetRange () |
| Return the range of the data array. More...
|
|
void | GetRange (double range[2]) |
| The range of the data array values will be returned in the provided range array argument. More...
|
|
void | GetFiniteRange (double range[2], int comp) |
| The range of the data array values for the given component will be returned in the provided range array argument. More...
|
|
double * | GetFiniteRange (int comp) |
| Return the range of the data array values for the given component. More...
|
|
double * | GetFiniteRange () |
| Return the range of the data array. More...
|
|
void | GetFiniteRange (double range[2]) |
| The range of the data array values will be returned in the provided range array argument. More...
|
|
void | GetDataTypeRange (double range[2]) |
| These methods return the Min and Max possible range of the native data type. More...
|
|
double | GetDataTypeMin () |
|
double | GetDataTypeMax () |
|
virtual double | GetMaxNorm () |
| Return the maximum norm for the tuples. More...
|
|
int | CopyInformation (vtkInformation *infoFrom, int deep=1) override |
| Copy information instance. More...
|
|
vtkAbstractArray * | NewInstance () const |
|
int | GetNumberOfComponents () const |
|
void | SetComponentName (vtkIdType component, const char *name) |
| Set the name for a component. More...
|
|
const char * | GetComponentName (vtkIdType component) const |
| Get the component name for a given component. More...
|
|
bool | HasAComponentName () const |
| Returns if any component has had a name assigned. More...
|
|
int | CopyComponentNames (vtkAbstractArray *da) |
| Copies the component names from the inputed array to the current array make sure that the current array has the same number of components as the input array. More...
|
|
virtual bool | SetNumberOfValues (vtkIdType numValues) |
| Specify the number of values (tuples * components) for this object to hold. More...
|
|
vtkIdType | GetNumberOfTuples () const |
| Get the number of complete tuples (a component group) in the array. More...
|
|
vtkIdType | GetNumberOfValues () const |
| Get the total number of values in the array. More...
|
|
void | Reset () |
| Reset to an empty state, without freeing any memory. More...
|
|
vtkIdType | GetSize () const |
| Return the size of the data. More...
|
|
vtkIdType | GetMaxId () const |
| What is the maximum id currently in the array. More...
|
|
virtual void | SetVoidArray (void *vtkNotUsed(array), vtkIdType vtkNotUsed(size), int vtkNotUsed(save))=0 |
| This method lets the user specify data to be held by the array. More...
|
|
virtual void | SetVoidArray (void *array, vtkIdType size, int save, int vtkNotUsed(deleteMethod)) |
|
virtual void | SetName (const char *) |
| Set/get array's name. More...
|
|
virtual char * | GetName () |
|
virtual const char * | GetDataTypeAsString (void) const |
| Get the name of a data type as a string. More...
|
|
virtual vtkIdType | GetDataSize () const |
| Returns the size of the data in DataTypeSize units. More...
|
|
virtual void | GetProminentComponentValues (int comp, vtkVariantArray *values, double uncertainty=1.e-6, double minimumProminence=1.e-3) |
| Populate the given vtkVariantArray with a set of distinct values taken on by the requested component (or, when passed -1, by the tuples as a whole). More...
|
|
vtkInformation * | GetInformation () |
| Get an information object that can be used to annotate the array. More...
|
|
bool | HasInformation () const |
| Inquire if this array has an instance of vtkInformation already associated with it. More...
|
|
virtual unsigned int | GetMaxDiscreteValues () |
| Get/Set the maximum number of prominent values this array may contain before it is considered continuous. More...
|
|
virtual void | SetMaxDiscreteValues (unsigned int) |
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on. More...
|
|
virtual void | DebugOff () |
| Turn debugging output off. More...
|
|
bool | GetDebug () |
| Get the value of the debug flag. More...
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag. More...
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time. More...
|
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
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 *) |
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | HasObserver (const char *event) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method. More...
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
int | InvokeEvent (const char *event, void *callData) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
| Return the class name as a string. More...
|
|
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
| Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
|
|
virtual void | Delete () |
| Delete a VTK object. More...
|
|
virtual void | FastDelete () |
| Delete a reference to this object. More...
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream. More...
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object). More...
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object). More...
|
|
int | GetReferenceCount () |
| Return the current reference count of this object. More...
|
|
void | SetReferenceCount (int) |
| Sets the reference count. More...
|
|
bool | GetIsInMemkind () const |
| A local state flag that remembers whether this object lives in the normal or extended memory space. More...
|
|