ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkDataSetAttributes Class Reference

vtkDataSetAttributes - represent and manipulate attribute data in a dataset More...

Inheritance diagram for Kitware.VTK.vtkDataSetAttributes:
[legend]
Collaboration diagram for Kitware.VTK.vtkDataSetAttributes:
[legend]

List of all members.

Public Types

enum  AttributeCopyOperations { ALLCOPY = 3, COPYTUPLE = 0, INTERPOLATE = 1, PASSDATA = 2 }
enum  AttributeLimitTypes { EXACT = 1, MAX = 0, NOLIMIT = 2 }
enum  AttributeTypes {
  EDGEFLAG = 7, GLOBALIDS = 5, NORMALS = 2, NUM_ATTRIBUTES = 8,
  PEDIGREEIDS = 6, SCALARS = 0, TCOORDS = 3, TENSORS = 4,
  VECTORS = 1
}

Public Member Functions

 vtkDataSetAttributes (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataSetAttributes ()
 Construct object with copying turned on for all data.
override void CopyAllOff (int ctype)
 Turn off copying of all data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
override void CopyAllOn (int ctype)
 Turn on copying of all data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
void CopyAllocate (vtkDataSetAttributes pd, int sze, int ext)
 Allocates point data for point-by-point (or cell-by-cell) copy operation. If sze=0, then use the input DataSetAttributes to create (i.e., find initial size of) new objects; otherwise use the sze variable. Note that pd HAS to be the vtkDataSetAttributes object which will later be used with CopyData. If this is not the case, consider using the alternative forms of CopyAllocate and CopyData. ext is no longer used. If shallowCopyArrays is true, input arrays are copied to the output instead of new ones being allocated.
void CopyAllocate (vtkDataSetAttributes pd, int sze, int ext, int shallowCopyArrays)
 Allocates point data for point-by-point (or cell-by-cell) copy operation. If sze=0, then use the input DataSetAttributes to create (i.e., find initial size of) new objects; otherwise use the sze variable. Note that pd HAS to be the vtkDataSetAttributes object which will later be used with CopyData. If this is not the case, consider using the alternative forms of CopyAllocate and CopyData. ext is no longer used. If shallowCopyArrays is true, input arrays are copied to the output instead of new ones being allocated.
void CopyData (vtkDataSetAttributes fromPd, int fromId, int toId)
 Copy the attribute data from one id to another. Make sure CopyAllocate() has been invoked before using this method. When copying a field, the following copying rules are followed: 1) Check if a field is an attribute, if yes and if there is a COPYTUPLE copy flag for that attribute (on or off), obey the flag for that attribute, ignore (2) and (3), 2) if there is a copy field for that field (on or off), obey the flag, ignore (3) 3) obey CopyAllOn/Off.
virtual void CopyGlobalIdsOff ()
 Turn on/off the copying of global id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
virtual void CopyGlobalIdsOn ()
 Turn on/off the copying of global id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
virtual void CopyNormalsOff ()
 Turn on/off the copying of normals data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
virtual void CopyNormalsOn ()
 Turn on/off the copying of normals data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
virtual void CopyPedigreeIdsOff ()
 Turn on/off the copying of pedigree id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
virtual void CopyPedigreeIdsOn ()
 Turn on/off the copying of pedigree id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
virtual void CopyScalarsOff ()
 Turn on/off the copying of scalar data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
virtual void CopyScalarsOn ()
 Turn on/off the copying of scalar data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
void CopyStructuredData (vtkDataSetAttributes inDsa, IntPtr inExt, IntPtr outExt)
 This method is used to copy data arrays in images. You should call "CopyAllocate" before calling this method.
virtual void CopyTCoordsOff ()
 Turn on/off the copying of texture coordinates data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
virtual void CopyTCoordsOn ()
 Turn on/off the copying of texture coordinates data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
virtual void CopyTensorsOff ()
 Turn on/off the copying of tensor data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
virtual void CopyTensorsOn ()
 Turn on/off the copying of tensor data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
void CopyTuple (vtkAbstractArray fromData, vtkAbstractArray toData, int fromId, int toId)
 Copy a tuple of data from one data array to another. This method assumes that the fromData and toData objects are of the same type, and have the same number of components. This is true if you invoke CopyAllocate() or InterpolateAllocate().
virtual void CopyVectorsOff ()
 Turn on/off the copying of vector data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
virtual void CopyVectorsOn ()
 Turn on/off the copying of vector data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
override void DeepCopy (vtkFieldData pd)
 Deep copy of data (i.e., create new data arrays and copy from input data). Ignores the copy flags but preserves them in the output.
vtkAbstractArray GetAbstractAttribute (int attributeType)
 Return an attribute given the attribute type (see vtkDataSetAttributes::AttributeTypes). This is the same as GetAttribute(), except that the returned array is a vtkAbstractArray instead of vtkDataArray. Some attributes (such as PEDIGREEIDS) may not be vtkDataArray subclass.
vtkDataArray GetAttribute (int attributeType)
 Return an attribute given the attribute type (see vtkDataSetAttributes::AttributeTypes). Some attributes (such as PEDIGREEIDS) may not be vtkDataArray subclass, so in that case use GetAbstractAttribute().
void GetAttributeIndices (IntPtr indexArray)
 Get the field data array indices corresponding to scalars, vectors, tensors, etc.
int GetCopyGlobalIds (int ctype)
 Turn on/off the copying of global id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
int GetCopyNormals (int ctype)
 Turn on/off the copying of normals data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
int GetCopyPedigreeIds (int ctype)
 Turn on/off the copying of pedigree id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
int GetCopyScalars (int ctype)
 Turn on/off the copying of scalar data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
int GetCopyTCoords (int ctype)
 Turn on/off the copying of texture coordinates data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
int GetCopyTensors (int ctype)
 Turn on/off the copying of tensor data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
int GetCopyVectors (int ctype)
 Turn on/off the copying of vector data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
vtkDataArray GetGlobalIds ()
 Set/Get the global id data.
vtkDataArray GetGlobalIds (string name)
 This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.
vtkDataArray GetNormals ()
 Set/get the normal data.
vtkDataArray GetNormals (string name)
 This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.
vtkAbstractArray GetPedigreeIds ()
 Set/Get the pedigree id data.
vtkAbstractArray GetPedigreeIds (string name)
 This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.
vtkDataArray GetScalars ()
 Set/Get the scalar data.
vtkDataArray GetScalars (string name)
 This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.
vtkDataArray GetTCoords ()
 Set/Get the texture coordinate data.
vtkDataArray GetTCoords (string name)
 This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.
vtkDataArray GetTensors ()
 Set/Get the tensor data.
vtkDataArray GetTensors (string name)
 This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.
vtkDataArray GetVectors ()
 Set/Get the vector data.
vtkDataArray GetVectors (string name)
 This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.
override void Initialize ()
 Initialize all of the object's data to NULL Also, clear the copy flags.
void InterpolateAllocate (vtkDataSetAttributes pd, int sze, int ext)
 Initialize point interpolation method. Note that pd HAS to be the vtkDataSetAttributes object which will later be used with InterpolatePoint or InterpolateEdge. ext is no longer used. If shallowCopyArrays is true, input arrays are copied to the output instead of new ones being allocated.
void InterpolateAllocate (vtkDataSetAttributes pd, int sze, int ext, int shallowCopyArrays)
 Initialize point interpolation method. Note that pd HAS to be the vtkDataSetAttributes object which will later be used with InterpolatePoint or InterpolateEdge. ext is no longer used. If shallowCopyArrays is true, input arrays are copied to the output instead of new ones being allocated.
void InterpolateEdge (vtkDataSetAttributes fromPd, int toId, int p1, int p2, double t)
 Interpolate data from the two points p1,p2 (forming an edge) and an interpolation factor, t, along the edge. The weight ranges from (0,1), with t=0 located at p1. Make sure that the method InterpolateAllocate() has been invoked before using this method. If the INTERPOLATION copy flag is set to 0 for an array, interpolation is prevented. If the flag is set to 1, weighted interpolation occurs. If the flag is set to 2, nearest neighbor interpolation is used.
void InterpolatePoint (vtkDataSetAttributes fromPd, int toId, vtkIdList ids, IntPtr weights)
 Interpolate data set attributes from other data set attributes given cell or point ids and associated interpolation weights. If the INTERPOLATION copy flag is set to 0 for an array, interpolation is prevented. If the flag is set to 1, weighted interpolation occurs. If the flag is set to 2, nearest neighbor interpolation is used.
void InterpolateTime (vtkDataSetAttributes from1, vtkDataSetAttributes from2, int id, double t)
 Interpolate data from the same id (point or cell) at different points in time (parameter t). Two input data set attributes objects are input. The parameter t lies between (0<=t<=1). IMPORTANT: it is assumed that the number of attributes and number of components is the same for both from1 and from2, and the type of data for from1 and from2 are the same. Make sure that the method InterpolateAllocate() has been invoked before using this method. If the INTERPOLATION copy flag is set to 0 for an array, interpolation is prevented. If the flag is set to 1, weighted interpolation occurs. If the flag is set to 2, nearest neighbor interpolation is used.
override int IsA (string type)
 Construct object with copying turned on for all data.
int IsArrayAnAttribute (int idx)
 Determine whether a data array of index idx is considered a data set attribute (i.e., scalar, vector, tensor, etc). Return less-than zero if it is, otherwise an index 0<=idx<NUM_ATTRIBUTES to indicate which attribute.
new vtkDataSetAttributes NewInstance ()
 Construct object with copying turned on for all data.
override void PassData (vtkFieldData fd)
 Pass entire arrays of input data through to output. Obey the "copy" flags. When passing a field, the following copying rules are followed: 1) Check if a field is an attribute, if yes and if there is a PASSDATA copy flag for that attribute (on or off), obey the flag for that attribute, ignore (2) and (3), 2) if there is a copy field for that field (on or off), obey the flag, ignore (3) 3) obey CopyAllOn/Off.
override void RemoveArray (string name)
 Remove an array (with the given name) from the list of arrays.
virtual void RemoveArray (int index)
 Remove an array (with the given name) from the list of arrays.
int SetActiveAttribute (string name, int attributeType)
 Make the array with the given name the active attribute. Attribute types are: vtkDataSetAttributes::SCALARS = 0 vtkDataSetAttributes::VECTORS = 1 vtkDataSetAttributes::NORMALS = 2 vtkDataSetAttributes::TCOORDS = 3 vtkDataSetAttributes::TENSORS = 4 vtkDataSetAttributes::GLOBALIDS = 5 vtkDataSetAttributes::PEDIGREEIDS = 6 vtkDataSetAttributes::EDGEFLAG = 7 Returns the index of the array if succesful, -1 if the array is not in the list of arrays.
int SetActiveAttribute (int index, int attributeType)
 Make the array with the given index the active attribute.
int SetActiveGlobalIds (string name)
 Set/Get the global id data.
int SetActiveNormals (string name)
 Set/get the normal data.
int SetActivePedigreeIds (string name)
 Set/Get the pedigree id data.
int SetActiveScalars (string name)
 Set/Get the scalar data.
int SetActiveTCoords (string name)
 Set/Get the texture coordinate data.
int SetActiveTensors (string name)
 Set/Get the tensor data.
int SetActiveVectors (string name)
 Set/Get the vector data.
void SetCopyAttribute (int index, int value, int ctype)
 Specify whether to copy the data attribute referred to by index. ctype selects from the AttributeCopyOperations. If ctype is set to ALLCOPY, then COPYTUPLE, INTERPOLATE, and PASSDATA are set to value. If value is 0, copying is disallowed. otherwise it is allowed.
void SetCopyGlobalIds (int i, int ctype)
 Turn on/off the copying of global id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
void SetCopyNormals (int i, int ctype)
 Turn on/off the copying of normals data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
void SetCopyPedigreeIds (int i, int ctype)
 Turn on/off the copying of pedigree id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
void SetCopyScalars (int i, int ctype)
 Turn on/off the copying of scalar data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
void SetCopyTCoords (int i, int ctype)
 Turn on/off the copying of texture coordinates data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
void SetCopyTensors (int i, int ctype)
 Turn on/off the copying of tensor data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
void SetCopyVectors (int i, int ctype)
 Turn on/off the copying of vector data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.
int SetGlobalIds (vtkDataArray da)
 Set/Get the global id data.
int SetNormals (vtkDataArray da)
 Set/get the normal data.
int SetPedigreeIds (vtkAbstractArray da)
 Set/Get the pedigree id data.
int SetScalars (vtkDataArray da)
 Set/Get the scalar data.
int SetTCoords (vtkDataArray da)
 Set/Get the texture coordinate data.
int SetTensors (vtkDataArray da)
 Set/Get the tensor data.
int SetVectors (vtkDataArray da)
 Set/Get the vector data.
override void ShallowCopy (vtkFieldData pd)
 Shallow copy of data (i.e., use reference counting). Ignores the copy flags but preserves them in the output.
virtual void Update ()
 Attributes have a chance to bring themselves up to date; right now this is ignored.

Static Public Member Functions

static new vtkDataSetAttributes New ()
 Construct object with copying turned on for all data.
static string GetAttributeTypeAsString (int attributeType)
 Given an integer attribute type, this static method returns a string type for the attribute (i.e. type = 0: returns "Scalars").
static string GetLongAttributeTypeAsString (int attributeType)
 Given an integer attribute type, this static method returns a string type for the attribute (i.e. type = 0: returns "Scalars").
static new int IsTypeOf (string type)
 Construct object with copying turned on for all data.
static new vtkDataSetAttributes SafeDownCast (vtkObjectBase o)
 Construct object with copying turned on for all data.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkDataSetAttributes"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkDataSetAttributes"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkDataSetAttributes_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataSetAttributes_CopyAllOff_01 (HandleRef pThis, int ctype)
static internal void vtkDataSetAttributes_CopyAllOn_02 (HandleRef pThis, int ctype)
static internal void vtkDataSetAttributes_CopyAllocate_03 (HandleRef pThis, HandleRef pd, int sze, int ext)
static internal void vtkDataSetAttributes_CopyAllocate_04 (HandleRef pThis, HandleRef pd, int sze, int ext, int shallowCopyArrays)
static internal void vtkDataSetAttributes_CopyData_05 (HandleRef pThis, HandleRef fromPd, int fromId, int toId)
static internal void vtkDataSetAttributes_CopyGlobalIdsOff_06 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyGlobalIdsOn_07 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyNormalsOff_08 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyNormalsOn_09 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyPedigreeIdsOff_10 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyPedigreeIdsOn_11 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyScalarsOff_12 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyScalarsOn_13 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyStructuredData_14 (HandleRef pThis, HandleRef inDsa, IntPtr inExt, IntPtr outExt)
static internal void vtkDataSetAttributes_CopyTCoordsOff_15 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyTCoordsOn_16 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyTensorsOff_17 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyTensorsOn_18 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyTuple_19 (HandleRef pThis, HandleRef fromData, HandleRef toData, int fromId, int toId)
static internal void vtkDataSetAttributes_CopyVectorsOff_20 (HandleRef pThis)
static internal void vtkDataSetAttributes_CopyVectorsOn_21 (HandleRef pThis)
static internal void vtkDataSetAttributes_DeepCopy_22 (HandleRef pThis, HandleRef pd)
static internal IntPtr vtkDataSetAttributes_GetAbstractAttribute_23 (HandleRef pThis, int attributeType, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetAttribute_24 (HandleRef pThis, int attributeType, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataSetAttributes_GetAttributeIndices_25 (HandleRef pThis, IntPtr indexArray)
static internal IntPtr vtkDataSetAttributes_GetAttributeTypeAsString_26 (int attributeType)
static internal int vtkDataSetAttributes_GetCopyGlobalIds_27 (HandleRef pThis, int ctype)
static internal int vtkDataSetAttributes_GetCopyNormals_28 (HandleRef pThis, int ctype)
static internal int vtkDataSetAttributes_GetCopyPedigreeIds_29 (HandleRef pThis, int ctype)
static internal int vtkDataSetAttributes_GetCopyScalars_30 (HandleRef pThis, int ctype)
static internal int vtkDataSetAttributes_GetCopyTCoords_31 (HandleRef pThis, int ctype)
static internal int vtkDataSetAttributes_GetCopyTensors_32 (HandleRef pThis, int ctype)
static internal int vtkDataSetAttributes_GetCopyVectors_33 (HandleRef pThis, int ctype)
static internal IntPtr vtkDataSetAttributes_GetGlobalIds_34 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetGlobalIds_35 (HandleRef pThis, string name, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetLongAttributeTypeAsString_36 (int attributeType)
static internal IntPtr vtkDataSetAttributes_GetNormals_37 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetNormals_38 (HandleRef pThis, string name, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetPedigreeIds_39 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetPedigreeIds_40 (HandleRef pThis, string name, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetScalars_41 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetScalars_42 (HandleRef pThis, string name, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetTCoords_43 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetTCoords_44 (HandleRef pThis, string name, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetTensors_45 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetTensors_46 (HandleRef pThis, string name, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetVectors_47 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetAttributes_GetVectors_48 (HandleRef pThis, string name, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataSetAttributes_Initialize_49 (HandleRef pThis)
static internal void vtkDataSetAttributes_InterpolateAllocate_50 (HandleRef pThis, HandleRef pd, int sze, int ext)
static internal void vtkDataSetAttributes_InterpolateAllocate_51 (HandleRef pThis, HandleRef pd, int sze, int ext, int shallowCopyArrays)
static internal void vtkDataSetAttributes_InterpolateEdge_52 (HandleRef pThis, HandleRef fromPd, int toId, int p1, int p2, double t)
static internal void vtkDataSetAttributes_InterpolatePoint_53 (HandleRef pThis, HandleRef fromPd, int toId, HandleRef ids, IntPtr weights)
static internal void vtkDataSetAttributes_InterpolateTime_54 (HandleRef pThis, HandleRef from1, HandleRef from2, int id, double t)
static internal int vtkDataSetAttributes_IsA_55 (HandleRef pThis, string type)
static internal int vtkDataSetAttributes_IsArrayAnAttribute_56 (HandleRef pThis, int idx)
static internal int vtkDataSetAttributes_IsTypeOf_57 (string type)
static internal IntPtr vtkDataSetAttributes_NewInstance_59 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataSetAttributes_PassData_60 (HandleRef pThis, HandleRef fd)
static internal void vtkDataSetAttributes_RemoveArray_61 (HandleRef pThis, string name)
static internal void vtkDataSetAttributes_RemoveArray_62 (HandleRef pThis, int index)
static internal IntPtr vtkDataSetAttributes_SafeDownCast_63 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataSetAttributes_SetActiveAttribute_64 (HandleRef pThis, string name, int attributeType)
static internal int vtkDataSetAttributes_SetActiveAttribute_65 (HandleRef pThis, int index, int attributeType)
static internal int vtkDataSetAttributes_SetActiveGlobalIds_66 (HandleRef pThis, string name)
static internal int vtkDataSetAttributes_SetActiveNormals_67 (HandleRef pThis, string name)
static internal int vtkDataSetAttributes_SetActivePedigreeIds_68 (HandleRef pThis, string name)
static internal int vtkDataSetAttributes_SetActiveScalars_69 (HandleRef pThis, string name)
static internal int vtkDataSetAttributes_SetActiveTCoords_70 (HandleRef pThis, string name)
static internal int vtkDataSetAttributes_SetActiveTensors_71 (HandleRef pThis, string name)
static internal int vtkDataSetAttributes_SetActiveVectors_72 (HandleRef pThis, string name)
static internal void vtkDataSetAttributes_SetCopyAttribute_73 (HandleRef pThis, int index, int value, int ctype)
static internal void vtkDataSetAttributes_SetCopyGlobalIds_74 (HandleRef pThis, int i, int ctype)
static internal void vtkDataSetAttributes_SetCopyNormals_75 (HandleRef pThis, int i, int ctype)
static internal void vtkDataSetAttributes_SetCopyPedigreeIds_76 (HandleRef pThis, int i, int ctype)
static internal void vtkDataSetAttributes_SetCopyScalars_77 (HandleRef pThis, int i, int ctype)
static internal void vtkDataSetAttributes_SetCopyTCoords_78 (HandleRef pThis, int i, int ctype)
static internal void vtkDataSetAttributes_SetCopyTensors_79 (HandleRef pThis, int i, int ctype)
static internal void vtkDataSetAttributes_SetCopyVectors_80 (HandleRef pThis, int i, int ctype)
static internal int vtkDataSetAttributes_SetGlobalIds_81 (HandleRef pThis, HandleRef da)
static internal int vtkDataSetAttributes_SetNormals_82 (HandleRef pThis, HandleRef da)
static internal int vtkDataSetAttributes_SetPedigreeIds_83 (HandleRef pThis, HandleRef da)
static internal int vtkDataSetAttributes_SetScalars_84 (HandleRef pThis, HandleRef da)
static internal int vtkDataSetAttributes_SetTCoords_85 (HandleRef pThis, HandleRef da)
static internal int vtkDataSetAttributes_SetTensors_86 (HandleRef pThis, HandleRef da)
static internal int vtkDataSetAttributes_SetVectors_87 (HandleRef pThis, HandleRef da)
static internal void vtkDataSetAttributes_ShallowCopy_88 (HandleRef pThis, HandleRef pd)
static internal void vtkDataSetAttributes_Update_89 (HandleRef pThis)

Static Private Member Functions

static vtkDataSetAttributes ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataSetAttributes - represent and manipulate attribute data in a dataset

Description vtkDataSetAttributes is a class that is used to represent and manipulate attribute data (e.g., scalars, vectors, normals, texture coordinates, tensors, global ids, pedigree ids, and field data).

This adds to vtkFieldData the ability to pick one of the arrays from the field as the currently active array for each attribute type. In other words, you pick one array to be called "THE" Scalars, and then filters down the pipeline will treat that array specially. For example vtkContourFilter will contour "THE" Scalar array unless a different array is asked for.

Additionally vtkDataSetAttributes provides methods that filters call to pass data through, copy data into, and interpolate from Fields. PassData passes entire arrays from the source to the destination. Copy passes through some subset of the tuples from the source to the destination. Interpolate interpolates from the chosen tuple(s) in the source data, using the provided weights, to produce new tuples in the destination. Each attribute type has pass, copy and interpolate "copy" flags that can be set in the destination to choose which attribute arrays will be transfered from the source to the destination.

Finally this class provides a mechanism to determine which attributes a group of sources have in common, and to copy tuples from a source into the destination, for only those attributes that are held by all.


Member Enumeration Documentation

-- attribute copy properties ------------------------------------------

Enumerator:
ALLCOPY 

enum member

COPYTUPLE 

enum member

INTERPOLATE 

enum member

PASSDATA 

enum member

-- attribute types -----------------------------------------------------

Enumerator:
EXACT 

enum member

MAX 

enum member

NOLIMIT 

enum member

-- attribute types -----------------------------------------------------

Enumerator:
EDGEFLAG 

enum member

GLOBALIDS 

enum member

NORMALS 

enum member

NUM_ATTRIBUTES 

enum member

PEDIGREEIDS 

enum member

SCALARS 

enum member

TCOORDS 

enum member

TENSORS 

enum member

VECTORS 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Construct object with copying turned on for all data.


Member Function Documentation

Allocates point data for point-by-point (or cell-by-cell) copy operation. If sze=0, then use the input DataSetAttributes to create (i.e., find initial size of) new objects; otherwise use the sze variable. Note that pd HAS to be the vtkDataSetAttributes object which will later be used with CopyData. If this is not the case, consider using the alternative forms of CopyAllocate and CopyData. ext is no longer used. If shallowCopyArrays is true, input arrays are copied to the output instead of new ones being allocated.

void Kitware.VTK.vtkDataSetAttributes.CopyAllocate ( vtkDataSetAttributes  pd,
int  sze,
int  ext,
int  shallowCopyArrays 
)

Allocates point data for point-by-point (or cell-by-cell) copy operation. If sze=0, then use the input DataSetAttributes to create (i.e., find initial size of) new objects; otherwise use the sze variable. Note that pd HAS to be the vtkDataSetAttributes object which will later be used with CopyData. If this is not the case, consider using the alternative forms of CopyAllocate and CopyData. ext is no longer used. If shallowCopyArrays is true, input arrays are copied to the output instead of new ones being allocated.

override void Kitware.VTK.vtkDataSetAttributes.CopyAllOff ( int  ctype) [virtual]

Turn off copying of all data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Reimplemented from Kitware.VTK.vtkFieldData.

override void Kitware.VTK.vtkDataSetAttributes.CopyAllOn ( int  ctype) [virtual]

Turn on copying of all data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Reimplemented from Kitware.VTK.vtkFieldData.

void Kitware.VTK.vtkDataSetAttributes.CopyData ( vtkDataSetAttributes  fromPd,
int  fromId,
int  toId 
)

Copy the attribute data from one id to another. Make sure CopyAllocate() has been invoked before using this method. When copying a field, the following copying rules are followed: 1) Check if a field is an attribute, if yes and if there is a COPYTUPLE copy flag for that attribute (on or off), obey the flag for that attribute, ignore (2) and (3), 2) if there is a copy field for that field (on or off), obey the flag, ignore (3) 3) obey CopyAllOn/Off.

Turn on/off the copying of global id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of global id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of normals data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of normals data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of pedigree id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of pedigree id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of scalar data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of scalar data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

void Kitware.VTK.vtkDataSetAttributes.CopyStructuredData ( vtkDataSetAttributes  inDsa,
IntPtr  inExt,
IntPtr  outExt 
)

This method is used to copy data arrays in images. You should call "CopyAllocate" before calling this method.

Turn on/off the copying of texture coordinates data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of texture coordinates data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of tensor data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of tensor data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

void Kitware.VTK.vtkDataSetAttributes.CopyTuple ( vtkAbstractArray  fromData,
vtkAbstractArray  toData,
int  fromId,
int  toId 
)

Copy a tuple of data from one data array to another. This method assumes that the fromData and toData objects are of the same type, and have the same number of components. This is true if you invoke CopyAllocate() or InterpolateAllocate().

Turn on/off the copying of vector data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of vector data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Deep copy of data (i.e., create new data arrays and copy from input data). Ignores the copy flags but preserves them in the output.

Reimplemented from Kitware.VTK.vtkFieldData.

override void Kitware.VTK.vtkDataSetAttributes.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkFieldData.

Reimplemented in Kitware.VTK.vtkCellData, and Kitware.VTK.vtkPointData.

Return an attribute given the attribute type (see vtkDataSetAttributes::AttributeTypes). This is the same as GetAttribute(), except that the returned array is a vtkAbstractArray instead of vtkDataArray. Some attributes (such as PEDIGREEIDS) may not be vtkDataArray subclass.

Here is the call graph for this function:

Return an attribute given the attribute type (see vtkDataSetAttributes::AttributeTypes). Some attributes (such as PEDIGREEIDS) may not be vtkDataArray subclass, so in that case use GetAbstractAttribute().

Here is the call graph for this function:

Get the field data array indices corresponding to scalars, vectors, tensors, etc.

static string Kitware.VTK.vtkDataSetAttributes.GetAttributeTypeAsString ( int  attributeType) [static]

Given an integer attribute type, this static method returns a string type for the attribute (i.e. type = 0: returns "Scalars").

Turn on/off the copying of global id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of normals data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of pedigree id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of scalar data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of texture coordinates data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of tensor data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Turn on/off the copying of vector data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Set/Get the global id data.

Here is the call graph for this function:

This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.

Here is the call graph for this function:

static string Kitware.VTK.vtkDataSetAttributes.GetLongAttributeTypeAsString ( int  attributeType) [static]

Given an integer attribute type, this static method returns a string type for the attribute (i.e. type = 0: returns "Scalars").

Set/get the normal data.

Here is the call graph for this function:

This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.

Here is the call graph for this function:

Set/Get the pedigree id data.

Here is the call graph for this function:

This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.

Here is the call graph for this function:

Set/Get the scalar data.

Here is the call graph for this function:

This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.

Here is the call graph for this function:

Set/Get the texture coordinate data.

Here is the call graph for this function:

This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.

Here is the call graph for this function:

Set/Get the tensor data.

Here is the call graph for this function:

This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.

Here is the call graph for this function:

Set/Get the vector data.

Here is the call graph for this function:

This will first look for an array with the correct name. If one exists, it is returned. Otherwise, the name argument is ignored, and the active attribute is returned.

Here is the call graph for this function:

override void Kitware.VTK.vtkDataSetAttributes.Initialize ( ) [virtual]

Initialize all of the object's data to NULL Also, clear the copy flags.

Reimplemented from Kitware.VTK.vtkFieldData.

Initialize point interpolation method. Note that pd HAS to be the vtkDataSetAttributes object which will later be used with InterpolatePoint or InterpolateEdge. ext is no longer used. If shallowCopyArrays is true, input arrays are copied to the output instead of new ones being allocated.

void Kitware.VTK.vtkDataSetAttributes.InterpolateAllocate ( vtkDataSetAttributes  pd,
int  sze,
int  ext,
int  shallowCopyArrays 
)

Initialize point interpolation method. Note that pd HAS to be the vtkDataSetAttributes object which will later be used with InterpolatePoint or InterpolateEdge. ext is no longer used. If shallowCopyArrays is true, input arrays are copied to the output instead of new ones being allocated.

void Kitware.VTK.vtkDataSetAttributes.InterpolateEdge ( vtkDataSetAttributes  fromPd,
int  toId,
int  p1,
int  p2,
double  t 
)

Interpolate data from the two points p1,p2 (forming an edge) and an interpolation factor, t, along the edge. The weight ranges from (0,1), with t=0 located at p1. Make sure that the method InterpolateAllocate() has been invoked before using this method. If the INTERPOLATION copy flag is set to 0 for an array, interpolation is prevented. If the flag is set to 1, weighted interpolation occurs. If the flag is set to 2, nearest neighbor interpolation is used.

void Kitware.VTK.vtkDataSetAttributes.InterpolatePoint ( vtkDataSetAttributes  fromPd,
int  toId,
vtkIdList  ids,
IntPtr  weights 
)

Interpolate data set attributes from other data set attributes given cell or point ids and associated interpolation weights. If the INTERPOLATION copy flag is set to 0 for an array, interpolation is prevented. If the flag is set to 1, weighted interpolation occurs. If the flag is set to 2, nearest neighbor interpolation is used.

Interpolate data from the same id (point or cell) at different points in time (parameter t). Two input data set attributes objects are input. The parameter t lies between (0<=t<=1). IMPORTANT: it is assumed that the number of attributes and number of components is the same for both from1 and from2, and the type of data for from1 and from2 are the same. Make sure that the method InterpolateAllocate() has been invoked before using this method. If the INTERPOLATION copy flag is set to 0 for an array, interpolation is prevented. If the flag is set to 1, weighted interpolation occurs. If the flag is set to 2, nearest neighbor interpolation is used.

override int Kitware.VTK.vtkDataSetAttributes.IsA ( string  type) [virtual]

Construct object with copying turned on for all data.

Reimplemented from Kitware.VTK.vtkFieldData.

Reimplemented in Kitware.VTK.vtkCellData, and Kitware.VTK.vtkPointData.

Determine whether a data array of index idx is considered a data set attribute (i.e., scalar, vector, tensor, etc). Return less-than zero if it is, otherwise an index 0<=idx<NUM_ATTRIBUTES to indicate which attribute.

static new int Kitware.VTK.vtkDataSetAttributes.IsTypeOf ( string  type) [static]

Construct object with copying turned on for all data.

Reimplemented from Kitware.VTK.vtkFieldData.

Reimplemented in Kitware.VTK.vtkCellData, and Kitware.VTK.vtkPointData.

Construct object with copying turned on for all data.

Reimplemented from Kitware.VTK.vtkFieldData.

Reimplemented in Kitware.VTK.vtkCellData, and Kitware.VTK.vtkPointData.

Construct object with copying turned on for all data.

Reimplemented from Kitware.VTK.vtkFieldData.

Reimplemented in Kitware.VTK.vtkCellData, and Kitware.VTK.vtkPointData.

Pass entire arrays of input data through to output. Obey the "copy" flags. When passing a field, the following copying rules are followed: 1) Check if a field is an attribute, if yes and if there is a PASSDATA copy flag for that attribute (on or off), obey the flag for that attribute, ignore (2) and (3), 2) if there is a copy field for that field (on or off), obey the flag, ignore (3) 3) obey CopyAllOn/Off.

Reimplemented from Kitware.VTK.vtkFieldData.

override void Kitware.VTK.vtkDataSetAttributes.RemoveArray ( string  name) [virtual]

Remove an array (with the given name) from the list of arrays.

Reimplemented from Kitware.VTK.vtkFieldData.

virtual void Kitware.VTK.vtkDataSetAttributes.RemoveArray ( int  index) [virtual]

Remove an array (with the given name) from the list of arrays.

Construct object with copying turned on for all data.

Reimplemented from Kitware.VTK.vtkFieldData.

Reimplemented in Kitware.VTK.vtkPointData, and Kitware.VTK.vtkCellData.

Here is the call graph for this function:

int Kitware.VTK.vtkDataSetAttributes.SetActiveAttribute ( string  name,
int  attributeType 
)

Make the array with the given name the active attribute. Attribute types are: vtkDataSetAttributes::SCALARS = 0 vtkDataSetAttributes::VECTORS = 1 vtkDataSetAttributes::NORMALS = 2 vtkDataSetAttributes::TCOORDS = 3 vtkDataSetAttributes::TENSORS = 4 vtkDataSetAttributes::GLOBALIDS = 5 vtkDataSetAttributes::PEDIGREEIDS = 6 vtkDataSetAttributes::EDGEFLAG = 7 Returns the index of the array if succesful, -1 if the array is not in the list of arrays.

int Kitware.VTK.vtkDataSetAttributes.SetActiveAttribute ( int  index,
int  attributeType 
)

Make the array with the given index the active attribute.

Set/Get the global id data.

Set/get the normal data.

Set/Get the pedigree id data.

Set/Get the scalar data.

Set/Get the texture coordinate data.

Set/Get the tensor data.

Set/Get the vector data.

void Kitware.VTK.vtkDataSetAttributes.SetCopyAttribute ( int  index,
int  value,
int  ctype 
)

Specify whether to copy the data attribute referred to by index. ctype selects from the AttributeCopyOperations. If ctype is set to ALLCOPY, then COPYTUPLE, INTERPOLATE, and PASSDATA are set to value. If value is 0, copying is disallowed. otherwise it is allowed.

void Kitware.VTK.vtkDataSetAttributes.SetCopyGlobalIds ( int  i,
int  ctype 
)

Turn on/off the copying of global id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

void Kitware.VTK.vtkDataSetAttributes.SetCopyNormals ( int  i,
int  ctype 
)

Turn on/off the copying of normals data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

void Kitware.VTK.vtkDataSetAttributes.SetCopyPedigreeIds ( int  i,
int  ctype 
)

Turn on/off the copying of pedigree id data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

void Kitware.VTK.vtkDataSetAttributes.SetCopyScalars ( int  i,
int  ctype 
)

Turn on/off the copying of scalar data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

void Kitware.VTK.vtkDataSetAttributes.SetCopyTCoords ( int  i,
int  ctype 
)

Turn on/off the copying of texture coordinates data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

void Kitware.VTK.vtkDataSetAttributes.SetCopyTensors ( int  i,
int  ctype 
)

Turn on/off the copying of tensor data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

void Kitware.VTK.vtkDataSetAttributes.SetCopyVectors ( int  i,
int  ctype 
)

Turn on/off the copying of vector data. ctype is one of the AttributeCopyOperations, and controls copy, interpolate and passdata behavior. For set, ctype=ALLCOPY means set all three flags to the same value. For get, ctype=ALLCOPY returns true only if all three flags are true.

During copying, interpolation and passdata, the following rules are followed for each array: 1. If the copy/interpolate/pass flag for an attribute is set (on or off), it is applied. This overrides rules 2 and 3. 2. If the copy flag for an array is set (on or off), it is applied This overrides rule 3. 3. If CopyAllOn is set, copy the array. If CopyAllOff is set, do not copy the array

Set/Get the global id data.

Set/get the normal data.

Set/Get the pedigree id data.

Set/Get the scalar data.

Set/Get the texture coordinate data.

Set/Get the tensor data.

Set/Get the vector data.

Shallow copy of data (i.e., use reference counting). Ignores the copy flags but preserves them in the output.

Reimplemented from Kitware.VTK.vtkFieldData.

virtual void Kitware.VTK.vtkDataSetAttributes.Update ( ) [virtual]

Attributes have a chance to bring themselves up to date; right now this is ignored.

static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyAllocate_03 ( HandleRef  pThis,
HandleRef  pd,
int  sze,
int  ext 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyAllocate_04 ( HandleRef  pThis,
HandleRef  pd,
int  sze,
int  ext,
int  shallowCopyArrays 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyAllOff_01 ( HandleRef  pThis,
int  ctype 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyAllOn_02 ( HandleRef  pThis,
int  ctype 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyData_05 ( HandleRef  pThis,
HandleRef  fromPd,
int  fromId,
int  toId 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyGlobalIdsOff_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyGlobalIdsOn_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyNormalsOff_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyNormalsOn_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyPedigreeIdsOff_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyPedigreeIdsOn_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyScalarsOff_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyScalarsOn_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyStructuredData_14 ( HandleRef  pThis,
HandleRef  inDsa,
IntPtr  inExt,
IntPtr  outExt 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyTCoordsOff_15 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyTCoordsOn_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyTensorsOff_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyTensorsOn_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyTuple_19 ( HandleRef  pThis,
HandleRef  fromData,
HandleRef  toData,
int  fromId,
int  toId 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyVectorsOff_20 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_CopyVectorsOn_21 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_DeepCopy_22 ( HandleRef  pThis,
HandleRef  pd 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetAbstractAttribute_23 ( HandleRef  pThis,
int  attributeType,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetAttribute_24 ( HandleRef  pThis,
int  attributeType,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetAttributeIndices_25 ( HandleRef  pThis,
IntPtr  indexArray 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetAttributeTypeAsString_26 ( int  attributeType) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetCopyGlobalIds_27 ( HandleRef  pThis,
int  ctype 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetCopyNormals_28 ( HandleRef  pThis,
int  ctype 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetCopyPedigreeIds_29 ( HandleRef  pThis,
int  ctype 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetCopyScalars_30 ( HandleRef  pThis,
int  ctype 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetCopyTCoords_31 ( HandleRef  pThis,
int  ctype 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetCopyTensors_32 ( HandleRef  pThis,
int  ctype 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetCopyVectors_33 ( HandleRef  pThis,
int  ctype 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetGlobalIds_34 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetGlobalIds_35 ( HandleRef  pThis,
string  name,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetLongAttributeTypeAsString_36 ( int  attributeType) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetNormals_37 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetNormals_38 ( HandleRef  pThis,
string  name,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetPedigreeIds_39 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetPedigreeIds_40 ( HandleRef  pThis,
string  name,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetScalars_41 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetScalars_42 ( HandleRef  pThis,
string  name,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetTCoords_43 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetTCoords_44 ( HandleRef  pThis,
string  name,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetTensors_45 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetTensors_46 ( HandleRef  pThis,
string  name,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetVectors_47 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_GetVectors_48 ( HandleRef  pThis,
string  name,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_Initialize_49 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_InterpolateAllocate_50 ( HandleRef  pThis,
HandleRef  pd,
int  sze,
int  ext 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_InterpolateAllocate_51 ( HandleRef  pThis,
HandleRef  pd,
int  sze,
int  ext,
int  shallowCopyArrays 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_InterpolateEdge_52 ( HandleRef  pThis,
HandleRef  fromPd,
int  toId,
int  p1,
int  p2,
double  t 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_InterpolatePoint_53 ( HandleRef  pThis,
HandleRef  fromPd,
int  toId,
HandleRef  ids,
IntPtr  weights 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_InterpolateTime_54 ( HandleRef  pThis,
HandleRef  from1,
HandleRef  from2,
int  id,
double  t 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_IsA_55 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_IsArrayAnAttribute_56 ( HandleRef  pThis,
int  idx 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_IsTypeOf_57 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_NewInstance_59 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_PassData_60 ( HandleRef  pThis,
HandleRef  fd 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_RemoveArray_61 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_RemoveArray_62 ( HandleRef  pThis,
int  index 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SafeDownCast_63 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetActiveAttribute_64 ( HandleRef  pThis,
string  name,
int  attributeType 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetActiveAttribute_65 ( HandleRef  pThis,
int  index,
int  attributeType 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetActiveGlobalIds_66 ( HandleRef  pThis,
string  name 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetActiveNormals_67 ( HandleRef  pThis,
string  name 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetActivePedigreeIds_68 ( HandleRef  pThis,
string  name 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetActiveScalars_69 ( HandleRef  pThis,
string  name 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetActiveTCoords_70 ( HandleRef  pThis,
string  name 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetActiveTensors_71 ( HandleRef  pThis,
string  name 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetActiveVectors_72 ( HandleRef  pThis,
string  name 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetCopyAttribute_73 ( HandleRef  pThis,
int  index,
int  value,
int  ctype 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetCopyGlobalIds_74 ( HandleRef  pThis,
int  i,
int  ctype 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetCopyNormals_75 ( HandleRef  pThis,
int  i,
int  ctype 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetCopyPedigreeIds_76 ( HandleRef  pThis,
int  i,
int  ctype 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetCopyScalars_77 ( HandleRef  pThis,
int  i,
int  ctype 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetCopyTCoords_78 ( HandleRef  pThis,
int  i,
int  ctype 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetCopyTensors_79 ( HandleRef  pThis,
int  i,
int  ctype 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetCopyVectors_80 ( HandleRef  pThis,
int  i,
int  ctype 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetGlobalIds_81 ( HandleRef  pThis,
HandleRef  da 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetNormals_82 ( HandleRef  pThis,
HandleRef  da 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetPedigreeIds_83 ( HandleRef  pThis,
HandleRef  da 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetScalars_84 ( HandleRef  pThis,
HandleRef  da 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetTCoords_85 ( HandleRef  pThis,
HandleRef  da 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetTensors_86 ( HandleRef  pThis,
HandleRef  da 
) [private]
static internal int Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_SetVectors_87 ( HandleRef  pThis,
HandleRef  da 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_ShallowCopy_88 ( HandleRef  pThis,
HandleRef  pd 
) [private]
static internal void Kitware.VTK.vtkDataSetAttributes.vtkDataSetAttributes_Update_89 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDataSetAttributes.MRClassNameKey = "20vtkDataSetAttributes" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkFieldData.

Reimplemented in Kitware.VTK.vtkCellData, and Kitware.VTK.vtkPointData.

new const string Kitware.VTK.vtkDataSetAttributes.MRFullTypeName = "Kitware.VTK.vtkDataSetAttributes"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkFieldData.

Reimplemented in Kitware.VTK.vtkCellData, and Kitware.VTK.vtkPointData.


The documentation for this class was generated from the following file: