VTK
|
represent and manipulate fields of data More...
#include <vtkFieldData.h>
Classes | |
class | BasicIterator |
struct | CopyFieldFlag |
class | Iterator |
Public Types | |
typedef vtkObject | Superclass |
Public Types inherited from vtkObject | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkFieldData * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Initialize () |
int | Allocate (const vtkIdType sz, const vtkIdType ext=1000) |
void | CopyStructure (vtkFieldData *) |
void | AllocateArrays (int num) |
int | AddArray (vtkAbstractArray *array) |
vtkDataArray * | GetArray (int i) |
vtkDataArray * | GetArray (const char *arrayName, int &index) |
vtkAbstractArray * | GetAbstractArray (int i) |
vtkAbstractArray * | GetAbstractArray (const char *arrayName, int &index) |
virtual void | PassData (vtkFieldData *fd) |
virtual void | CopyAllOn (int unused=0) |
virtual void | CopyAllOff (int unused=0) |
virtual void | DeepCopy (vtkFieldData *da) |
virtual void | ShallowCopy (vtkFieldData *da) |
void | Squeeze () |
void | Reset () |
virtual unsigned long | GetActualMemorySize () |
unsigned long int | GetMTime () |
void | GetField (vtkIdList *ptId, vtkFieldData *f) |
int | GetArrayContainingComponent (int i, int &arrayComp) |
int | GetNumberOfComponents () |
vtkIdType | GetNumberOfTuples () |
void | SetNumberOfTuples (const vtkIdType number) |
void | SetTuple (const vtkIdType i, const vtkIdType j, vtkFieldData *source) |
void | InsertTuple (const vtkIdType i, const vtkIdType j, vtkFieldData *source) |
vtkIdType | InsertNextTuple (const vtkIdType j, vtkFieldData *source) |
int | GetNumberOfArrays () |
virtual void | RemoveArray (const char *name) |
vtkDataArray * | GetArray (const char *arrayName) |
vtkAbstractArray * | GetAbstractArray (const char *arrayName) |
int | HasArray (const char *name) |
const char * | GetArrayName (int i) |
void | CopyFieldOn (const char *name) |
void | CopyFieldOff (const char *name) |
Public Member Functions inherited from vtkObject | |
vtkObject * | NewInstance () const |
virtual void | DebugOn () |
virtual void | DebugOff () |
bool | GetDebug () |
void | SetDebug (bool debugFlag) |
virtual void | Modified () |
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 *) |
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) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
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) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
Public Member Functions inherited from vtkObjectBase | |
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) |
void | PrintRevisions (ostream &) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static vtkFieldData * | New () |
static int | IsTypeOf (const char *type) |
static vtkFieldData * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkObject | |
static int | IsTypeOf (const char *type) |
static vtkObject * | SafeDownCast (vtkObjectBase *o) |
static vtkObject * | New () |
static void | BreakOnError () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
Static Public Member Functions inherited from vtkObjectBase | |
static int | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkFieldData () | |
~vtkFieldData () | |
void | SetArray (int i, vtkAbstractArray *array) |
virtual void | RemoveArray (int index) |
virtual void | InitializeFields () |
void | CopyFieldOnOff (const char *name, int onOff) |
void | ClearFieldFlags () |
int | FindFlag (const char *field) |
int | GetFlag (const char *field) |
void | CopyFlags (const vtkFieldData *source) |
Protected Member Functions inherited from vtkObject | |
vtkObject () | |
virtual | ~vtkObject () |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
Protected Member Functions inherited from vtkObjectBase | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Protected Attributes | |
int | NumberOfArrays |
int | NumberOfActiveArrays |
vtkAbstractArray ** | Data |
CopyFieldFlag * | CopyFieldFlags |
int | NumberOfFieldFlags |
int | DoCopyAllOn |
int | DoCopyAllOff |
Protected Attributes inherited from vtkObject | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
Protected Attributes inherited from vtkObjectBase | |
vtkAtomicInt32 | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
represent and manipulate fields of data
vtkFieldData represents and manipulates fields of data. The model of a field is a m x n matrix of data values, where m is the number of tuples, and n is the number of components. (A tuple is a row of n components in the matrix.) The field is assumed to be composed of a set of one or more data arrays, where the data in the arrays are of different types (e.g., int, double, char, etc.), and there may be variable numbers of components in each array. Note that each data array is assumed to be "m" in length (i.e., number of tuples), which typically corresponds to the number of points or cells in a dataset. Also, each data array must have a character-string name. (This is used to manipulate data.)
There are two ways of manipulating and interfacing to fields. You can do it generically by manipulating components/tuples via a double-type data exchange, or you can do it by grabbing the arrays and manipulating them directly. The former is simpler but performs type conversion, which is bad if your data has non-castable types like (void) pointers, or you lose information as a result of the cast. The, more efficient method means managing each array in the field. Using this method you can create faster, more efficient algorithms that do not lose information.
Definition at line 55 of file vtkFieldData.h.
typedef vtkObject vtkFieldData::Superclass |
Definition at line 60 of file vtkFieldData.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
Reimplemented in vtkDataSetAttributes, vtkCellData, and vtkPointData.
|
static |
|
protectedvirtual |
Reimplemented from vtkObject.
Reimplemented in vtkDataSetAttributes, vtkCellData, and vtkPointData.
vtkFieldData* vtkFieldData::NewInstance | ( | ) | const |
|
virtual |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkObject.
Reimplemented in vtkPointData.
|
virtual |
Release all data but do not delete object. Also, clear the copy flags.
Reimplemented in vtkDataSetAttributes.
Allocate data for each array. Note that ext is no longer used.
void vtkFieldData::CopyStructure | ( | vtkFieldData * | ) |
Copy data array structure from a given field. The same arrays will exist with the same types, but will contain nothing in the copy.
void vtkFieldData::AllocateArrays | ( | int | num | ) |
AllocateOfArrays actually sets the number of vtkAbstractArray pointers in the vtkFieldData object, not the number of used pointers (arrays). Adding more arrays will cause the object to dynamically adjust the number of pointers if it needs to extend. Although AllocateArrays can be used if the number of arrays which will be added is known, it can be omitted with a small computation cost.
|
inline |
Get the number of arrays of data available. This does not include NULL array pointers therefore after fd->AllocateArray(n); nArrays = GetNumberOfArrays() nArrays is not necessarily equal to n.
Definition at line 86 of file vtkFieldData.h.
int vtkFieldData::AddArray | ( | vtkAbstractArray * | array | ) |
Add an array to the array list. If an array with the same name already exists - then the added array will replace it. Return the index of the added array.
|
inlinevirtual |
Remove an array (with the given name) from the list of arrays.
Reimplemented in vtkDataSetAttributes.
Definition at line 99 of file vtkFieldData.h.
vtkDataArray* vtkFieldData::GetArray | ( | int | i | ) |
Return the ith array in the field. A NULL is returned if the index i is out of range. A NULL is returned if the array at the given index is not a vtkDataArray.
vtkDataArray* vtkFieldData::GetArray | ( | const char * | arrayName, |
int & | index | ||
) |
Return the array with the name given. Returns NULL is array not found. A NULL is also returned if the array with the given name is not a vtkDataArray. Also returns index of array if found, -1 otherwise.
|
inline |
Return the array with the name given. Returns NULL is array not found. A NULL is also returned if the array with the given name is not a vtkDataArray.
Definition at line 122 of file vtkFieldData.h.
vtkAbstractArray* vtkFieldData::GetAbstractArray | ( | int | i | ) |
Returns the ith array in the field. Unlike GetArray(), this method returns a vtkAbstractArray. A NULL is returned only if the index i is out of range.
vtkAbstractArray* vtkFieldData::GetAbstractArray | ( | const char * | arrayName, |
int & | index | ||
) |
Return the array with the name given. Returns NULL is array not found. Unlike GetArray(), this method returns a vtkAbstractArray. Also returns index of array if found, -1 otherwise.
|
inline |
Return the array with the name given. Returns NULL is array not found. Unlike GetArray(), this method returns a vtkAbstractArray.
Definition at line 142 of file vtkFieldData.h.
|
inline |
Return 1 if an array with the given name could be found. 0 otherwise.
Definition at line 151 of file vtkFieldData.h.
|
inline |
Get the name of ith array. Note that this is equivalent to: GetAbstractArray(i)->GetName() if ith array pointer is not NULL
Definition at line 163 of file vtkFieldData.h.
|
virtual |
Pass entire arrays of input data through to output. Obey the "copy" flags.
Reimplemented in vtkDataSetAttributes.
|
inline |
Turn on/off the copying of the field specified by name. During the copying/passing, the following rules are followed for each array: 1. If the copy flag for an array is set (on or off), it is applied This overrides rule 2. 2. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array
Definition at line 180 of file vtkFieldData.h.
|
inline |
Turn on/off the copying of the field specified by name. During the copying/passing, the following rules are followed for each array: 1. If the copy flag for an array is set (on or off), it is applied This overrides rule 2. 2. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array
Definition at line 181 of file vtkFieldData.h.
|
virtual |
Turn on copying of all data. During the copying/passing, the following rules are followed for each array: 1. If the copy flag for an array is set (on or off), it is applied This overrides rule 2. 2. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array
Reimplemented in vtkDataSetAttributes.
|
virtual |
Turn off copying of all data. During the copying/passing, the following rules are followed for each array: 1. If the copy flag for an array is set (on or off), it is applied This overrides rule 2. 2. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array
Reimplemented in vtkDataSetAttributes.
|
virtual |
Copy a field by creating new data arrays (i.e., duplicate storage).
Reimplemented in vtkDataSetAttributes.
|
virtual |
Copy a field by reference counting the data arrays.
Reimplemented in vtkDataSetAttributes.
void vtkFieldData::Squeeze | ( | ) |
Squeezes each data array in the field (Squeeze() reclaims unused memory.)
void vtkFieldData::Reset | ( | ) |
Resets each data array in the field (Reset() does not release memory but it makes the arrays look like they are empty.)
|
virtual |
Return the memory in kibibytes (1024 bytes) consumed by this field data. Used to support streaming and reading/writing data. The value returned is guaranteed to be greater than or equal to the memory required to actually represent the data represented by this object.
|
virtual |
Check object's components for modified times.
Reimplemented from vtkObject.
void vtkFieldData::GetField | ( | vtkIdList * | ptId, |
vtkFieldData * | f | ||
) |
Get a field from a list of ids. Supplied field f should have same types and number of data arrays as this one (i.e., like CopyStructure() creates). This method should not be used if the instance is from a subclass of vtkFieldData (vtkPointData or vtkCellData). This is because in those cases, the attribute data is stored with the other fields and will cause the method to behave in an unexpected way.
Return the array containing the ith component of the field. The return value is an integer number n 0<=n<this->NumberOfArrays. Also, an integer value is returned indicating the component in the array is returned. Method returns -1 if specified component is not in the field.
int vtkFieldData::GetNumberOfComponents | ( | ) |
Get the number of components in the field. This is determined by adding up the components in each non-NULL array. This method should not be used if the instance is from a subclass of vtkFieldData (vtkPointData or vtkCellData). This is because in those cases, the attribute data is stored with the other fields and will cause the method to behave in an unexpected way.
vtkIdType vtkFieldData::GetNumberOfTuples | ( | ) |
Get the number of tuples in the field. Note: some fields have arrays with different numbers of tuples; this method returns the number of tuples in the first array. Mixed-length arrays may have to be treated specially. This method should not be used if the instance is from a subclass of vtkFieldData (vtkPointData or vtkCellData). This is because in those cases, the attribute data is stored with the other fields and will cause the method to behave in an unexpected way.
void vtkFieldData::SetNumberOfTuples | ( | const vtkIdType | number | ) |
Set the number of tuples for each data array in the field. This method should not be used if the instance is from a subclass of vtkFieldData (vtkPointData or vtkCellData). This is because in those cases, the attribute data is stored with the other fields and will cause the method to behave in an unexpected way.
void vtkFieldData::SetTuple | ( | const vtkIdType | i, |
const vtkIdType | j, | ||
vtkFieldData * | source | ||
) |
Set the jth tuple in source field data at the ith location. Set operations mean that no range checking is performed, so they're faster.
void vtkFieldData::InsertTuple | ( | const vtkIdType | i, |
const vtkIdType | j, | ||
vtkFieldData * | source | ||
) |
Insert the jth tuple in source field data at the ith location. Range checking is performed and memory allocates as necessary.
vtkIdType vtkFieldData::InsertNextTuple | ( | const vtkIdType | j, |
vtkFieldData * | source | ||
) |
Insert the jth tuple in source field data at the end of the tuple matrix. Range checking is performed and memory is allocated as necessary.
|
protected |
Set an array to define the field.
|
protectedvirtual |
Reimplemented in vtkDataSetAttributes.
|
protectedvirtual |
Release all data but do not delete object.
Reimplemented in vtkDataSetAttributes.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 280 of file vtkFieldData.h.
|
protected |
Definition at line 281 of file vtkFieldData.h.
|
protected |
Definition at line 282 of file vtkFieldData.h.
|
protected |
Definition at line 300 of file vtkFieldData.h.
|
protected |
Definition at line 301 of file vtkFieldData.h.
|
protected |
Definition at line 307 of file vtkFieldData.h.
|
protected |
Definition at line 308 of file vtkFieldData.h.