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.vtkDataObject Class Reference

vtkDataObject - general representation of visualization data More...

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

List of all members.

Public Types

enum  AttributeTypes {
  CELL = 1, EDGE = 5, FIELD = 2, NUMBER_OF_ATTRIBUTE_TYPES = 7,
  POINT = 0, POINT_THEN_CELL = 3, ROW = 6, VERTEX = 4
}
 This method crops the data object (if necesary) so that the extent matches the update extent. More...
enum  FieldAssociations {
  FIELD_ASSOCIATION_CELLS = 1, FIELD_ASSOCIATION_EDGES = 5, FIELD_ASSOCIATION_NONE = 2, FIELD_ASSOCIATION_POINTS = 0,
  FIELD_ASSOCIATION_POINTS_THEN_CELLS = 3, FIELD_ASSOCIATION_ROWS = 6, FIELD_ASSOCIATION_VERTICES = 4, NUMBER_OF_ASSOCIATIONS = 7
}
 This method crops the data object (if necesary) so that the extent matches the update extent. More...
enum  FieldOperations { FIELD_OPERATION_MODIFIED = 2, FIELD_OPERATION_PRESERVED = 0, FIELD_OPERATION_REINTERPOLATED = 1, FIELD_OPERATION_REMOVED = 3 }
 Get the number of elements for a specific attribute type (POINT, CELL, etc.). More...

Public Member Functions

 vtkDataObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataObject ()
 Undocumented Block.
override void Register (vtkObjectBase o)
 Handle the source/data loop.
void CopyInformation (vtkDataObject data)
 Copy the generic information (WholeExtent ...)
virtual void CopyInformationFromPipeline (vtkInformation request)
 Copy information about this data object from the PipelineInformation to its own Information for the given request.
void CopyInformationToPipeline (vtkInformation request, vtkInformation input)
 Calls CopyInformationToPipeline(request, input, this->PipelineInformation, 0). Subclasses should not override this method (not virtual)
virtual void CopyInformationToPipeline (vtkInformation request, vtkInformation input, vtkInformation output, int forceCopy)
 Copy information about this data object to the output information from its own Information for the given request. If the second argument is not NULL then it is the pipeline information object for the input to this data object's producer. If forceCopy is true, information is copied even if it exists in the output.
virtual void CopyTypeSpecificInformation (vtkDataObject data)
 By default, there is no type specific information.
virtual void Crop ()
 This method crops the data object (if necesary) so that the extent matches the update extent.
void DataHasBeenGenerated ()
 This method is called by the source when it executes to generate data. It is sort of the opposite of ReleaseData. It sets the DataReleased flag to 0, and sets a new UpdateTime.
virtual void DeepCopy (vtkDataObject src)
 Shallow and Deep copy. These copy the data, but not any of the pipeline connections.
virtual uint GetActualMemorySize ()
 Return the actual size of the data in kilobytes. This number is valid only after the pipeline has updated. The memory size returned is guaranteed to be greater than or equal to the memory required to represent the data (e.g., extra space in arrays, etc. are not included in the return value).
virtual int GetAttributeTypeForArray (vtkAbstractArray arr)
 Retrieves the attribute type that an array came from. This is useful for obtaining which attribute type a input array to an algorithm came from (retrieved from GetInputAbstractArrayToProcesss).
virtual vtkDataSetAttributes GetAttributes (int type)
 Returns the attributes of the data object of the specified attribute type. The type may be: <ul> <li>POINT - Defined in vtkDataSet subclasses. <li>CELL - Defined in vtkDataSet subclasses. <li>VERTEX - Defined in vtkGraph subclasses. <li>EDGE - Defined in vtkGraph subclasses. <li>ROW - Defined in vtkTable. </ul> The other attribute type, FIELD, will return NULL since field data is stored as a vtkFieldData instance, not a vtkDataSetAttributes instance. To retrieve field data, use GetAttributesAsFieldData.
virtual vtkFieldData GetAttributesAsFieldData (int type)
 Returns the attributes of the data object as a vtkFieldData. This returns non-null values in all the same cases as GetAttributes, in addition to the case of FIELD, which will return the field data for any vtkDataObject subclass.
virtual int GetDataObjectType ()
 Return class name of data type. This is one of VTK_STRUCTURED_GRID, VTK_STRUCTURED_POINTS, VTK_UNSTRUCTURED_GRID, VTK_POLY_DATA, or VTK_RECTILINEAR_GRID (see vtkSetGet.h for definitions). THIS METHOD IS THREAD SAFE.
virtual int GetDataReleased ()
 Get the flag indicating the data has been released.
virtual uint GetEstimatedMemorySize ()
 Get the estimated size of this data object itself. Should be called after UpdateInformation() and PropagateUpdateExtent() have both been called. Should be overridden in a subclass - otherwise the default is to assume that this data object requires no memory. The size is returned in kilobytes.
vtkExtentTranslator GetExtentTranslator ()
 An object that will translate pieces into structured extents.
virtual int GetExtentType ()
 The ExtentType will be left as VTK_PIECES_EXTENT for data objects such as vtkPolyData and vtkUnstructuredGrid. The ExtentType will be changed to VTK_3D_EXTENT for data objects with 3D structure such as vtkImageData (and its subclass vtkStructuredPoints), vtkRectilinearGrid, and vtkStructuredGrid. The default is the have an extent in pieces, with only one piece (no streaming possible).
virtual vtkFieldData GetFieldData ()
 Assign or retrieve a general field data to this data object.
virtual vtkInformation GetInformation ()
 Set/Get the information object associated with this data object.
override uint GetMTime ()
 Data objects are composite objects and need to check each part for MTime. The information object also needs to be considered.
virtual int GetMaximumNumberOfPieces ()
 Set/Get the maximum number of pieces that can be requested. The maximum number of pieces is meta data for unstructured data sets. It gets set by the source during the update information call. A value of -1 indicates that there is no maximum.
virtual int GetNumberOfElements (int type)
 Get the number of elements for a specific attribute type (POINT, CELL, etc.).
virtual vtkInformation GetPipelineInformation ()
 Get/Set the pipeline information object that owns this data object.
uint GetPipelineMTime ()
 Get the cumulative modified time of everything upstream. Does not include the MTime of this object.
virtual vtkAlgorithmOutput GetProducerPort ()
 Get the port currently producing this object.
int GetReleaseDataFlag ()
 Turn on/off flag to control whether this object's data is released after being used by a filter.
virtual int GetRequestExactExtent ()
 This request flag indicates whether the requester can handle more data than requested. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints.
virtual vtkSource GetSource ()
 Set/Get the source object creating this data object.
virtual int[] GetUpdateExtent ()
 Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.
virtual void GetUpdateExtent (ref int x0, ref int x1, ref int y0, ref int y1, ref int z0, ref int z1)
 Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.
virtual void GetUpdateExtent (IntPtr extent)
 Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.
virtual int GetUpdateGhostLevel ()
 Set / Get the update ghost level and the update number of ghost levels. Similar to update extent in 3D.
virtual int GetUpdateNumberOfPieces ()
 Set / Get the update piece and the update number of pieces. Similar to update extent in 3D.
virtual int GetUpdatePiece ()
 Set / Get the update piece and the update number of pieces. Similar to update extent in 3D.
uint GetUpdateTime ()
 Used by Threaded ports to determine if they should initiate an asynchronous update (still in development).
virtual double[] GetWholeBoundingBox ()
 Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.
virtual void GetWholeBoundingBox (ref double x0, ref double x1, ref double y0, ref double y1, ref double z0, ref double z1)
 Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.
virtual void GetWholeBoundingBox (IntPtr extent)
 Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.
virtual int[] GetWholeExtent ()
 Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.
virtual void GetWholeExtent (ref int x0, ref int x1, ref int y0, ref int y1, ref int z0, ref int z1)
 Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.
virtual void GetWholeExtent (IntPtr extent)
 Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.
void GlobalReleaseDataFlagOff ()
 Turn on/off flag to control whether every object releases its data after being used by a filter.
void GlobalReleaseDataFlagOn ()
 Turn on/off flag to control whether every object releases its data after being used by a filter.
virtual void Initialize ()
 Restore data object to initial state,.
override int IsA (string type)
 Undocumented Block.
new vtkDataObject NewInstance ()
 Undocumented Block.
virtual void PrepareForNewData ()
 make the output data ready for new data to be inserted. For most objects we just call Initialize. But for vtkImageData we leave the old data in case the memory can be reused.
virtual void PropagateUpdateExtent ()
 WARNING: INTERNAL METHOD - NOT FOR GENERAL USE. THIS METHOD IS PART OF THE PIPELINE UPDATE FUNCTIONALITY. The update extent for this object is propagated up the pipeline. This propagation may early terminate based on the PipelineMTime.
void ReleaseData ()
 Release data back to system to conserve memory resource. Used during visualization network execution. Releasing this data does not make down-stream data invalid, so it does not modify the MTime of this data object.
virtual void ReleaseDataFlagOff ()
 Turn on/off flag to control whether this object's data is released after being used by a filter.
virtual void ReleaseDataFlagOn ()
 Turn on/off flag to control whether this object's data is released after being used by a filter.
virtual void RequestExactExtentOff ()
 This request flag indicates whether the requester can handle more data than requested. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints.
virtual void RequestExactExtentOn ()
 This request flag indicates whether the requester can handle more data than requested. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints.
void SetExtentTranslator (vtkExtentTranslator translator)
 An object that will translate pieces into structured extents.
virtual void SetFieldData (vtkFieldData arg0)
 Assign or retrieve a general field data to this data object.
virtual void SetInformation (vtkInformation arg0)
 Set/Get the information object associated with this data object.
virtual void SetMaximumNumberOfPieces (int arg0)
 Set/Get the maximum number of pieces that can be requested. The maximum number of pieces is meta data for unstructured data sets. It gets set by the source during the update information call. A value of -1 indicates that there is no maximum.
virtual void SetPipelineInformation (vtkInformation arg0)
 Get/Set the pipeline information object that owns this data object.
void SetReleaseDataFlag (int arg0)
 Turn on/off flag to control whether this object's data is released after being used by a filter.
virtual void SetRequestExactExtent (int flag)
 This request flag indicates whether the requester can handle more data than requested. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints.
void SetSource (vtkSource s)
 Set/Get the source object creating this data object.
virtual void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 A generic way of specifying an update extent. Subclasses must decide what a piece is. When the NumberOfPieces is zero, then no data is requested, and the source will not execute.
void SetUpdateExtent (int piece, int numPieces)
 A generic way of specifying an update extent. Subclasses must decide what a piece is. When the NumberOfPieces is zero, then no data is requested, and the source will not execute.
virtual void SetUpdateExtent (int x0, int x1, int y0, int y1, int z0, int z1)
 Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.
virtual void SetUpdateExtent (IntPtr extent)
 Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.
void SetUpdateExtentToWholeExtent ()
 If the whole input extent is required to generate the requested output extent, this method can be called to set the input update extent to the whole input extent. This method assumes that the whole extent is known (that UpdateInformation has been called)
void SetUpdateGhostLevel (int level)
 Set / Get the update ghost level and the update number of ghost levels. Similar to update extent in 3D.
void SetUpdateNumberOfPieces (int num)
 Set / Get the update piece and the update number of pieces. Similar to update extent in 3D.
void SetUpdatePiece (int piece)
 Set / Get the update piece and the update number of pieces. Similar to update extent in 3D.
virtual void SetWholeBoundingBox (double x0, double x1, double y0, double y1, double z0, double z1)
 Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.
virtual void SetWholeBoundingBox (IntPtr bb)
 Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.
virtual void SetWholeExtent (int x0, int x1, int y0, int y1, int z0, int z1)
 Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.
virtual void SetWholeExtent (IntPtr extent)
 Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.
virtual void ShallowCopy (vtkDataObject src)
 Shallow and Deep copy. These copy the data, but not any of the pipeline connections.
int ShouldIReleaseData ()
 Return flag indicating whether data should be released after use by a filter.
virtual void TriggerAsynchronousUpdate ()
 WARNING: INTERNAL METHOD - NOT FOR GENERAL USE. THIS METHOD IS PART OF THE PIPELINE UPDATE FUNCTIONALITY. Propagate back up the pipeline for ports and trigger the update on the other side of the port to allow for asynchronous parallel processing in the pipeline. This propagation may early terminate based on the PipelineMTime.
virtual void Update ()
 Provides opportunity for the data object to insure internal consistency before access. Also causes owning source/filter (if any) to update itself. The Update() method is composed of UpdateInformation(), PropagateUpdateExtent(), TriggerAsynchronousUpdate(), and UpdateData().
virtual void UpdateData ()
 WARNING: INTERNAL METHOD - NOT FOR GENERAL USE. THIS METHOD IS PART OF THE PIPELINE UPDATE FUNCTIONALITY. Propagate the update back up the pipeline, and perform the actual work of updating on the way down. When the propagate arrives at a port, block and wait for the asynchronous update to finish on the other side. This propagation may early terminate based on the PipelineMTime.
virtual void UpdateInformation ()
 WARNING: INTERNAL METHOD - NOT FOR GENERAL USE. THIS METHOD IS PART OF THE PIPELINE UPDATE FUNCTIONALITY. Update all the "easy to update" information about the object such as the extent which will be used to control the update. This propagates all the way up then back down the pipeline. As a by-product the PipelineMTime is updated.

Static Public Member Functions

static new vtkDataObject New ()
 Undocumented Block.
static
vtkInformationInformationVectorKey 
CELL_DATA_VECTOR ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static
vtkInformationIntegerPointerKey 
DATA_EXTENT ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationIntegerKey DATA_EXTENT_TYPE ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationIntegerKey DATA_GEOMETRY_UNMODIFIED ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationIntegerKey DATA_NUMBER_OF_GHOST_LEVELS ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationIntegerKey DATA_NUMBER_OF_PIECES ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationDataObjectKey DATA_OBJECT ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationIntegerKey DATA_PIECE_NUMBER ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationDoubleKey DATA_RESOLUTION ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static
vtkInformationDoubleVectorKey 
DATA_TIME_STEPS ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationStringKey DATA_TYPE_NAME ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static
vtkInformationInformationVectorKey 
EDGE_DATA_VECTOR ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationIntegerKey FIELD_ACTIVE_ATTRIBUTE ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationStringKey FIELD_ARRAY_NAME ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationIntegerKey FIELD_ARRAY_TYPE ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationIntegerKey FIELD_ASSOCIATION ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationIntegerKey FIELD_ATTRIBUTE_TYPE ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationStringKey FIELD_NAME ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationIntegerKey FIELD_NUMBER_OF_COMPONENTS ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationIntegerKey FIELD_NUMBER_OF_TUPLES ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformationIntegerKey FIELD_OPERATION ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static
vtkInformationDoubleVectorKey 
FIELD_RANGE ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkInformation GetActiveFieldInformation (vtkInformation info, int fieldAssociation, int attributeType)
 Return the information object within the input information object's field data corresponding to the specified association (FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS) and attribute (SCALARS, VECTORS, NORMALS, TCOORDS, or TENSORS)
static string GetAssociationTypeAsString (int associationType)
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static vtkDataObject GetData (vtkInformation info)
 Key used to put SIL information in the output information by readers.
static vtkDataObject GetData (vtkInformationVector v, int i)
 Key used to put SIL information in the output information by readers.
static int GetGlobalReleaseDataFlag ()
 Turn on/off flag to control whether every object releases its data after being used by a filter.
static vtkInformation GetNamedFieldInformation (vtkInformation info, int fieldAssociation, string name)
 Return the information object within the input information object's field data corresponding to the specified association (FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS) and name.
static new int IsTypeOf (string type)
 Undocumented Block.
static
vtkInformationDoubleVectorKey 
ORIGIN ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static
vtkInformationIntegerVectorKey 
PIECE_EXTENT ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static
vtkInformationDoubleVectorKey 
PIECE_FIELD_RANGE ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static
vtkInformationInformationVectorKey 
POINT_DATA_VECTOR ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static void RemoveNamedFieldInformation (vtkInformation info, int fieldAssociation, string name)
 Remove the info associated with an array.
static vtkInformationDataObjectKey SIL ()
 Key used to put SIL information in the output information by readers.
static
vtkInformationDoubleVectorKey 
SPACING ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").
static new vtkDataObject SafeDownCast (vtkObjectBase o)
 Undocumented Block.
static vtkInformation SetActiveAttribute (vtkInformation info, int fieldAssociation, string attributeName, int attributeType)
 Set the named array to be the active field for the specified type (SCALARS, VECTORS, NORMALS, TCOORDS, or TENSORS) and association (FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS). Returns the active field information object and creates on entry if one not found.
static void SetActiveAttributeInfo (vtkInformation info, int fieldAssociation, int attributeType, string name, int arrayType, int numComponents, int numTuples)
 Set the name, array type, number of components, and number of tuples within the passed information object for the active attribute of type attributeType (in specified association, FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS). If there is not an active attribute of the specified type, an entry in the information object is created. If arrayType, numComponents, or numTuples equal to -1, or name=NULL the value is not changed.
static void SetGlobalReleaseDataFlag (int val)
 Turn on/off flag to control whether every object releases its data after being used by a filter.
static void SetPointDataActiveScalarInfo (vtkInformation info, int arrayType, int numComponents)
 Convenience version of previous method for use (primarily) by the Imaging filters. If arrayType or numComponents == -1, the value is not changed.
static
vtkInformationInformationVectorKey 
VERTEX_DATA_VECTOR ()
 Given an integer association type, this static method returns a string type for the attribute (i.e. type = 0: returns "Points").

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkDataObject"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Handle the source/data loop.

Private Member Functions

static internal IntPtr vtkDataObject_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataObject_Register_83 (HandleRef pThis, HandleRef o)
static internal void vtkDataObject_UnRegister_120 (HandleRef pThis, HandleRef o)
static internal IntPtr vtkDataObject_CELL_DATA_VECTOR_01 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataObject_CopyInformation_02 (HandleRef pThis, HandleRef data)
static internal void vtkDataObject_CopyInformationFromPipeline_03 (HandleRef pThis, HandleRef request)
static internal void vtkDataObject_CopyInformationToPipeline_04 (HandleRef pThis, HandleRef request, HandleRef input)
static internal void vtkDataObject_CopyInformationToPipeline_05 (HandleRef pThis, HandleRef request, HandleRef input, HandleRef output, int forceCopy)
static internal void vtkDataObject_CopyTypeSpecificInformation_06 (HandleRef pThis, HandleRef data)
static internal void vtkDataObject_Crop_07 (HandleRef pThis)
static internal IntPtr vtkDataObject_DATA_EXTENT_08 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_DATA_EXTENT_TYPE_09 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_DATA_GEOMETRY_UNMODIFIED_10 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_DATA_NUMBER_OF_GHOST_LEVELS_11 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_DATA_NUMBER_OF_PIECES_12 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_DATA_OBJECT_13 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_DATA_PIECE_NUMBER_14 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_DATA_RESOLUTION_15 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_DATA_TIME_STEPS_16 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_DATA_TYPE_NAME_17 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataObject_DataHasBeenGenerated_18 (HandleRef pThis)
static internal void vtkDataObject_DeepCopy_19 (HandleRef pThis, HandleRef src)
static internal IntPtr vtkDataObject_EDGE_DATA_VECTOR_20 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_FIELD_ACTIVE_ATTRIBUTE_21 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_FIELD_ARRAY_NAME_22 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_FIELD_ARRAY_TYPE_23 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_FIELD_ASSOCIATION_24 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_FIELD_ATTRIBUTE_TYPE_25 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_FIELD_NAME_26 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_FIELD_NUMBER_OF_COMPONENTS_27 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_FIELD_NUMBER_OF_TUPLES_28 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_FIELD_OPERATION_29 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_FIELD_RANGE_30 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_GetActiveFieldInformation_31 (HandleRef info, int fieldAssociation, int attributeType, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkDataObject_GetActualMemorySize_32 (HandleRef pThis)
static internal IntPtr vtkDataObject_GetAssociationTypeAsString_33 (int associationType)
static internal int vtkDataObject_GetAttributeTypeForArray_34 (HandleRef pThis, HandleRef arr)
static internal IntPtr vtkDataObject_GetAttributes_35 (HandleRef pThis, int type, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_GetAttributesAsFieldData_36 (HandleRef pThis, int type, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_GetData_37 (HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_GetData_38 (HandleRef v, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataObject_GetDataObjectType_39 (HandleRef pThis)
static internal int vtkDataObject_GetDataReleased_40 (HandleRef pThis)
static internal uint vtkDataObject_GetEstimatedMemorySize_41 (HandleRef pThis)
static internal IntPtr vtkDataObject_GetExtentTranslator_42 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataObject_GetExtentType_43 (HandleRef pThis)
static internal IntPtr vtkDataObject_GetFieldData_44 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataObject_GetGlobalReleaseDataFlag_45 ()
static internal IntPtr vtkDataObject_GetInformation_46 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkDataObject_GetMTime_47 (HandleRef pThis)
static internal int vtkDataObject_GetMaximumNumberOfPieces_48 (HandleRef pThis)
static internal IntPtr vtkDataObject_GetNamedFieldInformation_49 (HandleRef info, int fieldAssociation, string name, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataObject_GetNumberOfElements_50 (HandleRef pThis, int type)
static internal IntPtr vtkDataObject_GetPipelineInformation_51 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkDataObject_GetPipelineMTime_52 (HandleRef pThis)
static internal IntPtr vtkDataObject_GetProducerPort_53 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataObject_GetReleaseDataFlag_54 (HandleRef pThis)
static internal int vtkDataObject_GetRequestExactExtent_55 (HandleRef pThis)
static internal IntPtr vtkDataObject_GetSource_56 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_GetUpdateExtent_57 (HandleRef pThis)
static internal void vtkDataObject_GetUpdateExtent_58 (HandleRef pThis, ref int x0, ref int x1, ref int y0, ref int y1, ref int z0, ref int z1)
static internal void vtkDataObject_GetUpdateExtent_59 (HandleRef pThis, IntPtr extent)
static internal int vtkDataObject_GetUpdateGhostLevel_60 (HandleRef pThis)
static internal int vtkDataObject_GetUpdateNumberOfPieces_61 (HandleRef pThis)
static internal int vtkDataObject_GetUpdatePiece_62 (HandleRef pThis)
static internal uint vtkDataObject_GetUpdateTime_63 (HandleRef pThis)
static internal IntPtr vtkDataObject_GetWholeBoundingBox_64 (HandleRef pThis)
static internal void vtkDataObject_GetWholeBoundingBox_65 (HandleRef pThis, ref double x0, ref double x1, ref double y0, ref double y1, ref double z0, ref double z1)
static internal void vtkDataObject_GetWholeBoundingBox_66 (HandleRef pThis, IntPtr extent)
static internal IntPtr vtkDataObject_GetWholeExtent_67 (HandleRef pThis)
static internal void vtkDataObject_GetWholeExtent_68 (HandleRef pThis, ref int x0, ref int x1, ref int y0, ref int y1, ref int z0, ref int z1)
static internal void vtkDataObject_GetWholeExtent_69 (HandleRef pThis, IntPtr extent)
static internal void vtkDataObject_GlobalReleaseDataFlagOff_70 (HandleRef pThis)
static internal void vtkDataObject_GlobalReleaseDataFlagOn_71 (HandleRef pThis)
static internal void vtkDataObject_Initialize_72 (HandleRef pThis)
static internal int vtkDataObject_IsA_73 (HandleRef pThis, string type)
static internal int vtkDataObject_IsTypeOf_74 (string type)
static internal IntPtr vtkDataObject_NewInstance_76 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_ORIGIN_77 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_PIECE_EXTENT_78 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_PIECE_FIELD_RANGE_79 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_POINT_DATA_VECTOR_80 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataObject_PrepareForNewData_81 (HandleRef pThis)
static internal void vtkDataObject_PropagateUpdateExtent_82 (HandleRef pThis)
static internal void vtkDataObject_ReleaseData_84 (HandleRef pThis)
static internal void vtkDataObject_ReleaseDataFlagOff_85 (HandleRef pThis)
static internal void vtkDataObject_ReleaseDataFlagOn_86 (HandleRef pThis)
static internal void vtkDataObject_RemoveNamedFieldInformation_87 (HandleRef info, int fieldAssociation, string name)
static internal void vtkDataObject_RequestExactExtentOff_88 (HandleRef pThis)
static internal void vtkDataObject_RequestExactExtentOn_89 (HandleRef pThis)
static internal IntPtr vtkDataObject_SIL_90 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_SPACING_91 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_SafeDownCast_92 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataObject_SetActiveAttribute_93 (HandleRef info, int fieldAssociation, string attributeName, int attributeType, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataObject_SetActiveAttributeInfo_94 (HandleRef info, int fieldAssociation, int attributeType, string name, int arrayType, int numComponents, int numTuples)
static internal void vtkDataObject_SetExtentTranslator_95 (HandleRef pThis, HandleRef translator)
static internal void vtkDataObject_SetFieldData_96 (HandleRef pThis, HandleRef arg0)
static internal void vtkDataObject_SetGlobalReleaseDataFlag_97 (int val)
static internal void vtkDataObject_SetInformation_98 (HandleRef pThis, HandleRef arg0)
static internal void vtkDataObject_SetMaximumNumberOfPieces_99 (HandleRef pThis, int arg0)
static internal void vtkDataObject_SetPipelineInformation_100 (HandleRef pThis, HandleRef arg0)
static internal void vtkDataObject_SetPointDataActiveScalarInfo_101 (HandleRef info, int arrayType, int numComponents)
static internal void vtkDataObject_SetReleaseDataFlag_102 (HandleRef pThis, int arg0)
static internal void vtkDataObject_SetRequestExactExtent_103 (HandleRef pThis, int flag)
static internal void vtkDataObject_SetSource_104 (HandleRef pThis, HandleRef s)
static internal void vtkDataObject_SetUpdateExtent_105 (HandleRef pThis, int piece, int numPieces, int ghostLevel)
static internal void vtkDataObject_SetUpdateExtent_106 (HandleRef pThis, int piece, int numPieces)
static internal void vtkDataObject_SetUpdateExtent_107 (HandleRef pThis, int x0, int x1, int y0, int y1, int z0, int z1)
static internal void vtkDataObject_SetUpdateExtent_108 (HandleRef pThis, IntPtr extent)
static internal void vtkDataObject_SetUpdateExtentToWholeExtent_109 (HandleRef pThis)
static internal void vtkDataObject_SetUpdateGhostLevel_110 (HandleRef pThis, int level)
static internal void vtkDataObject_SetUpdateNumberOfPieces_111 (HandleRef pThis, int num)
static internal void vtkDataObject_SetUpdatePiece_112 (HandleRef pThis, int piece)
static internal void vtkDataObject_SetWholeBoundingBox_113 (HandleRef pThis, double x0, double x1, double y0, double y1, double z0, double z1)
static internal void vtkDataObject_SetWholeBoundingBox_114 (HandleRef pThis, IntPtr bb)
static internal void vtkDataObject_SetWholeExtent_115 (HandleRef pThis, int x0, int x1, int y0, int y1, int z0, int z1)
static internal void vtkDataObject_SetWholeExtent_116 (HandleRef pThis, IntPtr extent)
static internal void vtkDataObject_ShallowCopy_117 (HandleRef pThis, HandleRef src)
static internal int vtkDataObject_ShouldIReleaseData_118 (HandleRef pThis)
static internal void vtkDataObject_TriggerAsynchronousUpdate_119 (HandleRef pThis)
static internal void vtkDataObject_Update_121 (HandleRef pThis)
static internal void vtkDataObject_UpdateData_122 (HandleRef pThis)
static internal void vtkDataObject_UpdateInformation_123 (HandleRef pThis)
static internal IntPtr vtkDataObject_VERTEX_DATA_VECTOR_124 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkDataObject ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataObject - general representation of visualization data

Description vtkDataObject is an general representation of visualization data. It serves to encapsulate instance variables and methods for visualization network execution, as well as representing data consisting of a field (i.e., just an unstructured pile of data). This is to be compared with a vtkDataSet, which is data with geometric and/or topological structure.

vtkDataObjects are used to represent arbitrary repositories of data via the vtkFieldData instance variable. These data must be eventually mapped into a concrete subclass of vtkDataSet before they can actually be displayed.

vtkDataSet vtkFieldData vtkDataObjectSource vtkDataObjectFilter vtkDataObjectMapper vtkDataObjectToDataSet vtkFieldDataToAttributeDataFilter


Member Enumeration Documentation

This method crops the data object (if necesary) so that the extent matches the update extent.

Enumerator:
CELL 

enum member

EDGE 

enum member

FIELD 

enum member

NUMBER_OF_ATTRIBUTE_TYPES 

enum member

POINT 

enum member

POINT_THEN_CELL 

enum member

ROW 

enum member

VERTEX 

enum member

This method crops the data object (if necesary) so that the extent matches the update extent.

Enumerator:
FIELD_ASSOCIATION_CELLS 

enum member

FIELD_ASSOCIATION_EDGES 

enum member

FIELD_ASSOCIATION_NONE 

enum member

FIELD_ASSOCIATION_POINTS 

enum member

FIELD_ASSOCIATION_POINTS_THEN_CELLS 

enum member

FIELD_ASSOCIATION_ROWS 

enum member

FIELD_ASSOCIATION_VERTICES 

enum member

NUMBER_OF_ASSOCIATIONS 

enum member

Get the number of elements for a specific attribute type (POINT, CELL, etc.).

Enumerator:
FIELD_OPERATION_MODIFIED 

enum member

FIELD_OPERATION_PRESERVED 

enum member

FIELD_OPERATION_REINTERPOLATED 

enum member

FIELD_OPERATION_REMOVED 

enum member


Constructor & Destructor Documentation

static Kitware.VTK.vtkDataObject.vtkDataObject ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

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

Here is the call graph for this function:

Copy the generic information (WholeExtent ...)

Copy information about this data object from the PipelineInformation to its own Information for the given request.

Reimplemented in Kitware.VTK.vtkImageData, and Kitware.VTK.vtkImageStencilData.

Calls CopyInformationToPipeline(request, input, this->PipelineInformation, 0). Subclasses should not override this method (not virtual)

virtual void Kitware.VTK.vtkDataObject.CopyInformationToPipeline ( vtkInformation  request,
vtkInformation  input,
vtkInformation  output,
int  forceCopy 
) [virtual]

Copy information about this data object to the output information from its own Information for the given request. If the second argument is not NULL then it is the pipeline information object for the input to this data object's producer. If forceCopy is true, information is copied even if it exists in the output.

Reimplemented in Kitware.VTK.vtkImageData, and Kitware.VTK.vtkImageStencilData.

By default, there is no type specific information.

Reimplemented in Kitware.VTK.vtkImageData.

virtual void Kitware.VTK.vtkDataObject.Crop ( ) [virtual]

This method crops the data object (if necesary) so that the extent matches the update extent.

Reimplemented in Kitware.VTK.vtkImageData, Kitware.VTK.vtkRectilinearGrid, and Kitware.VTK.vtkStructuredGrid.

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

This method is called by the source when it executes to generate data. It is sort of the opposite of ReleaseData. It sets the DataReleased flag to 0, and sets a new UpdateTime.

virtual void Kitware.VTK.vtkDataObject.DeepCopy ( vtkDataObject  src) [virtual]
override void Kitware.VTK.vtkDataObject.Dispose ( bool  disposing) [protected]

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

static vtkInformation Kitware.VTK.vtkDataObject.GetActiveFieldInformation ( vtkInformation  info,
int  fieldAssociation,
int  attributeType 
) [static]

Return the information object within the input information object's field data corresponding to the specified association (FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS) and attribute (SCALARS, VECTORS, NORMALS, TCOORDS, or TENSORS)

Here is the call graph for this function:

Return the actual size of the data in kilobytes. This number is valid only after the pipeline has updated. The memory size returned is guaranteed to be greater than or equal to the memory required to represent the data (e.g., extra space in arrays, etc. are not included in the return value).

Reimplemented in Kitware.VTK.vtkImageData, Kitware.VTK.vtkPolyData, Kitware.VTK.vtkHyperOctree, Kitware.VTK.vtkRectilinearGrid, Kitware.VTK.vtkDataSet, Kitware.VTK.vtkUnstructuredGrid, Kitware.VTK.vtkStructuredGrid, Kitware.VTK.vtkTable, Kitware.VTK.vtkPointSet, Kitware.VTK.vtkGenericDataSet, and Kitware.VTK.vtkCompositeDataSet.

static string Kitware.VTK.vtkDataObject.GetAssociationTypeAsString ( int  associationType) [static]

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

Returns the attributes of the data object of the specified attribute type. The type may be: <ul> <li>POINT - Defined in vtkDataSet subclasses. <li>CELL - Defined in vtkDataSet subclasses. <li>VERTEX - Defined in vtkGraph subclasses. <li>EDGE - Defined in vtkGraph subclasses. <li>ROW - Defined in vtkTable. </ul> The other attribute type, FIELD, will return NULL since field data is stored as a vtkFieldData instance, not a vtkDataSetAttributes instance. To retrieve field data, use GetAttributesAsFieldData.

Reimplemented in Kitware.VTK.vtkGenericDataSet.

Here is the call graph for this function:

Returns the attributes of the data object as a vtkFieldData. This returns non-null values in all the same cases as GetAttributes, in addition to the case of FIELD, which will return the field data for any vtkDataObject subclass.

Reimplemented in Kitware.VTK.vtkGraph, Kitware.VTK.vtkDataSet, and Kitware.VTK.vtkTable.

Here is the call graph for this function:

Retrieves the attribute type that an array came from. This is useful for obtaining which attribute type a input array to an algorithm came from (retrieved from GetInputAbstractArrayToProcesss).

virtual int Kitware.VTK.vtkDataObject.GetDataReleased ( ) [virtual]

Get the flag indicating the data has been released.

Get the estimated size of this data object itself. Should be called after UpdateInformation() and PropagateUpdateExtent() have both been called. Should be overridden in a subclass - otherwise the default is to assume that this data object requires no memory. The size is returned in kilobytes.

Reimplemented in Kitware.VTK.vtkImageData.

An object that will translate pieces into structured extents.

Here is the call graph for this function:

virtual int Kitware.VTK.vtkDataObject.GetExtentType ( ) [virtual]

The ExtentType will be left as VTK_PIECES_EXTENT for data objects such as vtkPolyData and vtkUnstructuredGrid. The ExtentType will be changed to VTK_3D_EXTENT for data objects with 3D structure such as vtkImageData (and its subclass vtkStructuredPoints), vtkRectilinearGrid, and vtkStructuredGrid. The default is the have an extent in pieces, with only one piece (no streaming possible).

Reimplemented in Kitware.VTK.vtkImageData, Kitware.VTK.vtkRectilinearGrid, Kitware.VTK.vtkStructuredGrid, Kitware.VTK.vtkImageStencilData, and Kitware.VTK.vtkTemporalDataSet.

Assign or retrieve a general field data to this data object.

Here is the call graph for this function:

Turn on/off flag to control whether every object releases its data after being used by a filter.

Set/Get the information object associated with this data object.

Here is the call graph for this function:

Set/Get the maximum number of pieces that can be requested. The maximum number of pieces is meta data for unstructured data sets. It gets set by the source during the update information call. A value of -1 indicates that there is no maximum.

override uint Kitware.VTK.vtkDataObject.GetMTime ( ) [virtual]

Data objects are composite objects and need to check each part for MTime. The information object also needs to be considered.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkGraph, Kitware.VTK.vtkDataSet, Kitware.VTK.vtkGenericDataSet, Kitware.VTK.vtkAnnotationLayers, Kitware.VTK.vtkAnnotation, Kitware.VTK.vtkPointSet, and Kitware.VTK.vtkSelection.

static vtkInformation Kitware.VTK.vtkDataObject.GetNamedFieldInformation ( vtkInformation  info,
int  fieldAssociation,
string  name 
) [static]

Return the information object within the input information object's field data corresponding to the specified association (FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS) and name.

Here is the call graph for this function:

virtual int Kitware.VTK.vtkDataObject.GetNumberOfElements ( int  type) [virtual]

Get the number of elements for a specific attribute type (POINT, CELL, etc.).

Reimplemented in Kitware.VTK.vtkGraph, Kitware.VTK.vtkDataSet, and Kitware.VTK.vtkTable.

Get/Set the pipeline information object that owns this data object.

Here is the call graph for this function:

Get the cumulative modified time of everything upstream. Does not include the MTime of this object.

Get the port currently producing this object.

Reimplemented in Kitware.VTK.vtkCompositeDataSet.

Here is the call graph for this function:

Turn on/off flag to control whether this object's data is released after being used by a filter.

This request flag indicates whether the requester can handle more data than requested. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints.

Set/Get the source object creating this data object.

Here is the call graph for this function:

virtual int [] Kitware.VTK.vtkDataObject.GetUpdateExtent ( ) [virtual]

Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.

Reimplemented in Kitware.VTK.vtkPolyData, and Kitware.VTK.vtkUnstructuredGrid.

virtual void Kitware.VTK.vtkDataObject.GetUpdateExtent ( ref int  x0,
ref int  x1,
ref int  y0,
ref int  y1,
ref int  z0,
ref int  z1 
) [virtual]

Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.

Reimplemented in Kitware.VTK.vtkPolyData, and Kitware.VTK.vtkUnstructuredGrid.

virtual void Kitware.VTK.vtkDataObject.GetUpdateExtent ( IntPtr  extent) [virtual]

Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.

Reimplemented in Kitware.VTK.vtkPolyData, and Kitware.VTK.vtkUnstructuredGrid.

Set / Get the update ghost level and the update number of ghost levels. Similar to update extent in 3D.

Set / Get the update piece and the update number of pieces. Similar to update extent in 3D.

virtual int Kitware.VTK.vtkDataObject.GetUpdatePiece ( ) [virtual]

Set / Get the update piece and the update number of pieces. Similar to update extent in 3D.

Used by Threaded ports to determine if they should initiate an asynchronous update (still in development).

virtual double [] Kitware.VTK.vtkDataObject.GetWholeBoundingBox ( ) [virtual]

Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.

virtual void Kitware.VTK.vtkDataObject.GetWholeBoundingBox ( ref double  x0,
ref double  x1,
ref double  y0,
ref double  y1,
ref double  z0,
ref double  z1 
) [virtual]

Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.

virtual void Kitware.VTK.vtkDataObject.GetWholeBoundingBox ( IntPtr  extent) [virtual]

Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.

virtual int [] Kitware.VTK.vtkDataObject.GetWholeExtent ( ) [virtual]

Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.

virtual void Kitware.VTK.vtkDataObject.GetWholeExtent ( ref int  x0,
ref int  x1,
ref int  y0,
ref int  y1,
ref int  z0,
ref int  z1 
) [virtual]

Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.

virtual void Kitware.VTK.vtkDataObject.GetWholeExtent ( IntPtr  extent) [virtual]

Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.

Turn on/off flag to control whether every object releases its data after being used by a filter.

Turn on/off flag to control whether every object releases its data after being used by a filter.

virtual void Kitware.VTK.vtkDataObject.Initialize ( ) [virtual]
override int Kitware.VTK.vtkDataObject.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkDataObject.IsTypeOf ( string  type) [static]

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

virtual void Kitware.VTK.vtkDataObject.PrepareForNewData ( ) [virtual]

make the output data ready for new data to be inserted. For most objects we just call Initialize. But for vtkImageData we leave the old data in case the memory can be reused.

Reimplemented in Kitware.VTK.vtkImageData.

WARNING: INTERNAL METHOD - NOT FOR GENERAL USE. THIS METHOD IS PART OF THE PIPELINE UPDATE FUNCTIONALITY. The update extent for this object is propagated up the pipeline. This propagation may early terminate based on the PipelineMTime.

override void Kitware.VTK.vtkDataObject.Register ( vtkObjectBase  o) [virtual]

Handle the source/data loop.

Reimplemented from Kitware.VTK.vtkObjectBase.

Release data back to system to conserve memory resource. Used during visualization network execution. Releasing this data does not make down-stream data invalid, so it does not modify the MTime of this data object.

Turn on/off flag to control whether this object's data is released after being used by a filter.

virtual void Kitware.VTK.vtkDataObject.ReleaseDataFlagOn ( ) [virtual]

Turn on/off flag to control whether this object's data is released after being used by a filter.

static void Kitware.VTK.vtkDataObject.RemoveNamedFieldInformation ( vtkInformation  info,
int  fieldAssociation,
string  name 
) [static]

Remove the info associated with an array.

This request flag indicates whether the requester can handle more data than requested. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints.

This request flag indicates whether the requester can handle more data than requested. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints.

static vtkInformation Kitware.VTK.vtkDataObject.SetActiveAttribute ( vtkInformation  info,
int  fieldAssociation,
string  attributeName,
int  attributeType 
) [static]

Set the named array to be the active field for the specified type (SCALARS, VECTORS, NORMALS, TCOORDS, or TENSORS) and association (FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS). Returns the active field information object and creates on entry if one not found.

Here is the call graph for this function:

static void Kitware.VTK.vtkDataObject.SetActiveAttributeInfo ( vtkInformation  info,
int  fieldAssociation,
int  attributeType,
string  name,
int  arrayType,
int  numComponents,
int  numTuples 
) [static]

Set the name, array type, number of components, and number of tuples within the passed information object for the active attribute of type attributeType (in specified association, FIELD_ASSOCIATION_POINTS or FIELD_ASSOCIATION_CELLS). If there is not an active attribute of the specified type, an entry in the information object is created. If arrayType, numComponents, or numTuples equal to -1, or name=NULL the value is not changed.

An object that will translate pieces into structured extents.

virtual void Kitware.VTK.vtkDataObject.SetFieldData ( vtkFieldData  arg0) [virtual]

Assign or retrieve a general field data to this data object.

static void Kitware.VTK.vtkDataObject.SetGlobalReleaseDataFlag ( int  val) [static]

Turn on/off flag to control whether every object releases its data after being used by a filter.

virtual void Kitware.VTK.vtkDataObject.SetInformation ( vtkInformation  arg0) [virtual]

Set/Get the information object associated with this data object.

virtual void Kitware.VTK.vtkDataObject.SetMaximumNumberOfPieces ( int  arg0) [virtual]

Set/Get the maximum number of pieces that can be requested. The maximum number of pieces is meta data for unstructured data sets. It gets set by the source during the update information call. A value of -1 indicates that there is no maximum.

Get/Set the pipeline information object that owns this data object.

static void Kitware.VTK.vtkDataObject.SetPointDataActiveScalarInfo ( vtkInformation  info,
int  arrayType,
int  numComponents 
) [static]

Convenience version of previous method for use (primarily) by the Imaging filters. If arrayType or numComponents == -1, the value is not changed.

Turn on/off flag to control whether this object's data is released after being used by a filter.

virtual void Kitware.VTK.vtkDataObject.SetRequestExactExtent ( int  flag) [virtual]

This request flag indicates whether the requester can handle more data than requested. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints.

Set/Get the source object creating this data object.

virtual void Kitware.VTK.vtkDataObject.SetUpdateExtent ( int  piece,
int  numPieces,
int  ghostLevel 
) [virtual]

A generic way of specifying an update extent. Subclasses must decide what a piece is. When the NumberOfPieces is zero, then no data is requested, and the source will not execute.

void Kitware.VTK.vtkDataObject.SetUpdateExtent ( int  piece,
int  numPieces 
)

A generic way of specifying an update extent. Subclasses must decide what a piece is. When the NumberOfPieces is zero, then no data is requested, and the source will not execute.

virtual void Kitware.VTK.vtkDataObject.SetUpdateExtent ( int  x0,
int  x1,
int  y0,
int  y1,
int  z0,
int  z1 
) [virtual]

Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.

virtual void Kitware.VTK.vtkDataObject.SetUpdateExtent ( IntPtr  extent) [virtual]

Set the update extent for data objects that use 3D extents. Using this method on data objects that set extents as pieces (such as vtkPolyData or vtkUnstructuredGrid) has no real effect. Don't use the set macro to set the update extent since we don't want this object to be modified just due to a change in update extent. When the volume of the extent is zero (0, -1,..), then no data is requested, and the source will not execute.

If the whole input extent is required to generate the requested output extent, this method can be called to set the input update extent to the whole input extent. This method assumes that the whole extent is known (that UpdateInformation has been called)

Set / Get the update ghost level and the update number of ghost levels. Similar to update extent in 3D.

Set / Get the update piece and the update number of pieces. Similar to update extent in 3D.

Set / Get the update piece and the update number of pieces. Similar to update extent in 3D.

virtual void Kitware.VTK.vtkDataObject.SetWholeBoundingBox ( double  x0,
double  x1,
double  y0,
double  y1,
double  z0,
double  z1 
) [virtual]

Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.

virtual void Kitware.VTK.vtkDataObject.SetWholeBoundingBox ( IntPtr  bb) [virtual]

Set/Get the whole bounding box of this data object. The whole whole bounding box is meta data for data sets It gets set by the source during the update information call.

virtual void Kitware.VTK.vtkDataObject.SetWholeExtent ( int  x0,
int  x1,
int  y0,
int  y1,
int  z0,
int  z1 
) [virtual]

Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.

virtual void Kitware.VTK.vtkDataObject.SetWholeExtent ( IntPtr  extent) [virtual]

Set/Get the whole extent of this data object. The whole extent is meta data for structured data sets. It gets set by the source during the update information call.

virtual void Kitware.VTK.vtkDataObject.ShallowCopy ( vtkDataObject  src) [virtual]

Return flag indicating whether data should be released after use by a filter.

Key used to put SIL information in the output information by readers.

Here is the call graph for this function:

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

Here is the call graph for this function:

WARNING: INTERNAL METHOD - NOT FOR GENERAL USE. THIS METHOD IS PART OF THE PIPELINE UPDATE FUNCTIONALITY. Propagate back up the pipeline for ports and trigger the update on the other side of the port to allow for asynchronous parallel processing in the pipeline. This propagation may early terminate based on the PipelineMTime.

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

Provides opportunity for the data object to insure internal consistency before access. Also causes owning source/filter (if any) to update itself. The Update() method is composed of UpdateInformation(), PropagateUpdateExtent(), TriggerAsynchronousUpdate(), and UpdateData().

virtual void Kitware.VTK.vtkDataObject.UpdateData ( ) [virtual]

WARNING: INTERNAL METHOD - NOT FOR GENERAL USE. THIS METHOD IS PART OF THE PIPELINE UPDATE FUNCTIONALITY. Propagate the update back up the pipeline, and perform the actual work of updating on the way down. When the propagate arrives at a port, block and wait for the asynchronous update to finish on the other side. This propagation may early terminate based on the PipelineMTime.

virtual void Kitware.VTK.vtkDataObject.UpdateInformation ( ) [virtual]

WARNING: INTERNAL METHOD - NOT FOR GENERAL USE. THIS METHOD IS PART OF THE PIPELINE UPDATE FUNCTIONALITY. Update all the "easy to update" information about the object such as the extent which will be used to control the update. This propagates all the way up then back down the pipeline. As a by-product the PipelineMTime is updated.

Reimplemented in Kitware.VTK.vtkImageData.

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

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_CELL_DATA_VECTOR_01 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_CopyInformation_02 ( HandleRef  pThis,
HandleRef  data 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_CopyInformationFromPipeline_03 ( HandleRef  pThis,
HandleRef  request 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_CopyInformationToPipeline_04 ( HandleRef  pThis,
HandleRef  request,
HandleRef  input 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_CopyInformationToPipeline_05 ( HandleRef  pThis,
HandleRef  request,
HandleRef  input,
HandleRef  output,
int  forceCopy 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_CopyTypeSpecificInformation_06 ( HandleRef  pThis,
HandleRef  data 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_Crop_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_DATA_EXTENT_08 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_DATA_EXTENT_TYPE_09 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_DATA_GEOMETRY_UNMODIFIED_10 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_DATA_NUMBER_OF_GHOST_LEVELS_11 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_DATA_NUMBER_OF_PIECES_12 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_DATA_OBJECT_13 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_DATA_PIECE_NUMBER_14 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_DATA_RESOLUTION_15 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_DATA_TIME_STEPS_16 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_DATA_TYPE_NAME_17 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_DataHasBeenGenerated_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_DeepCopy_19 ( HandleRef  pThis,
HandleRef  src 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_EDGE_DATA_VECTOR_20 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_FIELD_ACTIVE_ATTRIBUTE_21 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_FIELD_ARRAY_NAME_22 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_FIELD_ARRAY_TYPE_23 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_FIELD_ASSOCIATION_24 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_FIELD_ATTRIBUTE_TYPE_25 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_FIELD_NAME_26 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_FIELD_NUMBER_OF_COMPONENTS_27 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_FIELD_NUMBER_OF_TUPLES_28 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_FIELD_OPERATION_29 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_FIELD_RANGE_30 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetActiveFieldInformation_31 ( HandleRef  info,
int  fieldAssociation,
int  attributeType,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkDataObject.vtkDataObject_GetActualMemorySize_32 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetAssociationTypeAsString_33 ( int  associationType) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetAttributes_35 ( HandleRef  pThis,
int  type,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetAttributesAsFieldData_36 ( HandleRef  pThis,
int  type,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_GetAttributeTypeForArray_34 ( HandleRef  pThis,
HandleRef  arr 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetData_37 ( HandleRef  info,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetData_38 ( HandleRef  v,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_GetDataObjectType_39 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_GetDataReleased_40 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkDataObject.vtkDataObject_GetEstimatedMemorySize_41 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetExtentTranslator_42 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_GetExtentType_43 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetFieldData_44 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetInformation_46 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_GetMaximumNumberOfPieces_48 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkDataObject.vtkDataObject_GetMTime_47 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetNamedFieldInformation_49 ( HandleRef  info,
int  fieldAssociation,
string  name,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_GetNumberOfElements_50 ( HandleRef  pThis,
int  type 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetPipelineInformation_51 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkDataObject.vtkDataObject_GetPipelineMTime_52 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetProducerPort_53 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_GetReleaseDataFlag_54 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_GetRequestExactExtent_55 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetSource_56 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetUpdateExtent_57 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_GetUpdateExtent_58 ( HandleRef  pThis,
ref int  x0,
ref int  x1,
ref int  y0,
ref int  y1,
ref int  z0,
ref int  z1 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_GetUpdateExtent_59 ( HandleRef  pThis,
IntPtr  extent 
) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_GetUpdateGhostLevel_60 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_GetUpdateNumberOfPieces_61 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_GetUpdatePiece_62 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkDataObject.vtkDataObject_GetUpdateTime_63 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetWholeBoundingBox_64 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_GetWholeBoundingBox_65 ( HandleRef  pThis,
ref double  x0,
ref double  x1,
ref double  y0,
ref double  y1,
ref double  z0,
ref double  z1 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_GetWholeBoundingBox_66 ( HandleRef  pThis,
IntPtr  extent 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_GetWholeExtent_67 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_GetWholeExtent_68 ( HandleRef  pThis,
ref int  x0,
ref int  x1,
ref int  y0,
ref int  y1,
ref int  z0,
ref int  z1 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_GetWholeExtent_69 ( HandleRef  pThis,
IntPtr  extent 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_GlobalReleaseDataFlagOff_70 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_GlobalReleaseDataFlagOn_71 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_Initialize_72 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_IsA_73 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_IsTypeOf_74 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_NewInstance_76 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_ORIGIN_77 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_PIECE_EXTENT_78 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_PIECE_FIELD_RANGE_79 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_POINT_DATA_VECTOR_80 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_PrepareForNewData_81 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_PropagateUpdateExtent_82 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_Register_83 ( HandleRef  pThis,
HandleRef  o 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_ReleaseData_84 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_ReleaseDataFlagOff_85 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_ReleaseDataFlagOn_86 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_RemoveNamedFieldInformation_87 ( HandleRef  info,
int  fieldAssociation,
string  name 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_RequestExactExtentOff_88 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_RequestExactExtentOn_89 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_SafeDownCast_92 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_SetActiveAttribute_93 ( HandleRef  info,
int  fieldAssociation,
string  attributeName,
int  attributeType,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetActiveAttributeInfo_94 ( HandleRef  info,
int  fieldAssociation,
int  attributeType,
string  name,
int  arrayType,
int  numComponents,
int  numTuples 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetExtentTranslator_95 ( HandleRef  pThis,
HandleRef  translator 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetFieldData_96 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetGlobalReleaseDataFlag_97 ( int  val) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetInformation_98 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetMaximumNumberOfPieces_99 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetPipelineInformation_100 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetPointDataActiveScalarInfo_101 ( HandleRef  info,
int  arrayType,
int  numComponents 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetReleaseDataFlag_102 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetRequestExactExtent_103 ( HandleRef  pThis,
int  flag 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetSource_104 ( HandleRef  pThis,
HandleRef  s 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetUpdateExtent_105 ( HandleRef  pThis,
int  piece,
int  numPieces,
int  ghostLevel 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetUpdateExtent_106 ( HandleRef  pThis,
int  piece,
int  numPieces 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetUpdateExtent_107 ( HandleRef  pThis,
int  x0,
int  x1,
int  y0,
int  y1,
int  z0,
int  z1 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetUpdateExtent_108 ( HandleRef  pThis,
IntPtr  extent 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetUpdateExtentToWholeExtent_109 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetUpdateGhostLevel_110 ( HandleRef  pThis,
int  level 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetUpdateNumberOfPieces_111 ( HandleRef  pThis,
int  num 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetUpdatePiece_112 ( HandleRef  pThis,
int  piece 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetWholeBoundingBox_113 ( HandleRef  pThis,
double  x0,
double  x1,
double  y0,
double  y1,
double  z0,
double  z1 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetWholeBoundingBox_114 ( HandleRef  pThis,
IntPtr  bb 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetWholeExtent_115 ( HandleRef  pThis,
int  x0,
int  x1,
int  y0,
int  y1,
int  z0,
int  z1 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_SetWholeExtent_116 ( HandleRef  pThis,
IntPtr  extent 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_ShallowCopy_117 ( HandleRef  pThis,
HandleRef  src 
) [private]
static internal int Kitware.VTK.vtkDataObject.vtkDataObject_ShouldIReleaseData_118 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_SIL_90 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_SPACING_91 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_TriggerAsynchronousUpdate_119 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_UnRegister_120 ( HandleRef  pThis,
HandleRef  o 
) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_Update_121 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_UpdateData_122 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDataObject.vtkDataObject_UpdateInformation_123 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataObject.vtkDataObject_VERTEX_DATA_VECTOR_124 ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDataObject.MRClassNameKey = "13vtkDataObject" [static]
new const string Kitware.VTK.vtkDataObject.MRFullTypeName = "Kitware.VTK.vtkDataObject"

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