|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| void | Initialize () |
| | Resets to default state. More...
|
| |
| virtual int | GetDataType () |
| | Get the type for values in the array e.g. More...
|
| |
| const char * | GetDataTypeAsString () const |
| | Returns a printable string for the array value type. More...
|
| |
| std::string | GetRangesAsString (int lowExponent=-6, int highExponent=20) const |
| | Returns range as a string. More...
|
| |
| const char * | GetName () const |
| | Get array's name. More...
|
| |
| int | GetNumberOfComponents () const |
| | Get number of components. More...
|
| |
| const char * | GetComponentName (int component) const |
| | Returns the name for a component. More...
|
| |
| virtual vtkTypeInt64 | GetNumberOfTuples () |
| | Returns the number of tuples in this array. More...
|
| |
| void | GetDataTypeRange (double range[2]) const |
| | This method return the Min and Max possible range of the native data type. More...
|
| |
| void | CopyFromArray (vtkAbstractArray *array, vtkFieldData *fd=nullptr) |
| |
| void | CopyFromCellAttribute (vtkCellGrid *grid, vtkCellAttribute *attribute) |
| |
| void | CopyFromGenericAttribute (vtkGenericAttribute *array) |
| |
| void | CopyToStream (vtkClientServerStream *) const |
| |
| bool | CopyFromStream (const vtkClientServerStream *) |
| |
|
| const double * | GetComponentRange (int comp) const VTK_SIZEHINT(2) |
| | Returns component range. More...
|
| |
| void | GetComponentRange (int comp, double range[2]) const |
| | Returns component range. More...
|
| |
|
| const double * | GetComponentFiniteRange (int component) const VTK_SIZEHINT(2) |
| | Returns the finite range for each component. More...
|
| |
| void | GetComponentFiniteRange (int comp, double range[2]) const |
| | Returns the finite range for each component. More...
|
| |
|
| virtual bool | GetIsPartial () |
| | If IsPartial is true, this array is in only some of the parts of a multi-block dataset. More...
|
| |
|
| int | GetNumberOfInformationKeys () const |
| | Get information on the InformationKeys of this array. More...
|
| |
| const char * | GetInformationKeyLocation (int) const |
| | Get information on the InformationKeys of this array. More...
|
| |
| const char * | GetInformationKeyName (int) const |
| | Get information on the InformationKeys of this array. More...
|
| |
| bool | HasInformationKey (const char *location, const char *name) const |
| | Get information on the InformationKeys of this array. More...
|
| |
|
| int | GetNumberOfStringValues () |
| | For string arrays, this returns first few non-empty values. More...
|
| |
| const char * | GetStringValue (int) |
| | For string arrays, this returns first few non-empty values. More...
|
| |
| | 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 &) |
| |
provides meta data about arrays.
vtkPVArrayInformation provides meta-data about individual arrays. It is accessed through vtkPVDataInformation and provides information like ranges, component names, etc. for array present in a dataset.
Definition at line 30 of file vtkPVArrayInformation.h.