ActiViz .NET
5.8.0
|
vtkStreamingDemandDrivenPipeline - Executive supporting partial updates. More...
Public Member Functions | |
vtkStreamingDemandDrivenPipeline (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkStreamingDemandDrivenPipeline () | |
Undocumented Block. | |
double | ComputePriority () |
Issues pipeline request to determine and return the priority of the piece described by the current update extent. The priority is a number between 0.0 and 1.0 with 0 meaning skippable (REQUEST_DATA not needed) and 1.0 meaning important. | |
virtual double | ComputePriority (int port) |
Issues pipeline request to determine and return the priority of the piece described by the current update extent. The priority is a number between 0.0 and 1.0 with 0 meaning skippable (REQUEST_DATA not needed) and 1.0 meaning important. | |
vtkExtentTranslator | GetExtentTranslator (int port) |
Get/Set the object that will translate pieces into structured extents for an output port. | |
vtkExtentTranslator | GetExtentTranslator (vtkInformation info) |
Get/Set the object that will translate pieces into structured extents for an output port. | |
int | GetMaximumNumberOfPieces (int port) |
Set/Get the maximum number of pieces that can be requested from the given port. 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. | |
int | GetMaximumNumberOfPieces (vtkInformation arg0) |
Set/Get the maximum number of pieces that can be requested from the given port. 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. | |
void | GetPieceBoundingBox (int port, IntPtr bb) |
Set/Get the piece bounding box of an output port data object. The piece bounding box is meta data for data sets. It gets set by the algorithm during the update extent information pass. | |
IntPtr | GetPieceBoundingBox (int port) |
Set/Get the piece bounding box of an output port data object. The piece bounding box is meta data for data sets. It gets set by the algorithm during the update extent information pass. | |
int | GetRequestExactExtent (int port) |
This request flag indicates whether the requester can handle more data than requested for the given port. 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 | GetUpdateExtent (vtkInformation arg0, IntPtr extent) |
Get/Set the update extent for output ports that use 3D extents. | |
IntPtr | GetUpdateExtent (vtkInformation arg0) |
Get/Set the update extent for output ports that use 3D extents. | |
int | GetUpdateGhostLevel (vtkInformation arg0) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. | |
int | GetUpdateNumberOfPieces (vtkInformation arg0) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. | |
int | GetUpdatePiece (vtkInformation arg0) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. | |
double | GetUpdateResolution (vtkInformation arg0) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. | |
void | GetWholeBoundingBox (int port, IntPtr bb) |
Set/Get the whole bounding box of an output port data object. The whole whole bounding box is meta data for data sets. It gets set by the algorithm during the update information pass. | |
IntPtr | GetWholeBoundingBox (int port) |
Set/Get the whole bounding box of an output port data object. The whole whole bounding box is meta data for data sets. It gets set by the algorithm during the update information pass. | |
void | GetWholeExtent (vtkInformation arg0, IntPtr extent) |
Set/Get the whole extent of an output port. The whole extent is meta data for structured data sets. It gets set by the algorithm during the update information pass. | |
IntPtr | GetWholeExtent (vtkInformation arg0) |
Set/Get the whole extent of an output port. The whole extent is meta data for structured data sets. It gets set by the algorithm during the update information pass. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkStreamingDemandDrivenPipeline | NewInstance () |
Undocumented Block. | |
int | PropagateUpdateExtent (int outputPort) |
Propagate the update request from the given output port back through the pipeline. Should be called only when information is up to date. | |
int | SetExtentTranslator (int port, vtkExtentTranslator translator) |
Get/Set the object that will translate pieces into structured extents for an output port. | |
int | SetExtentTranslator (vtkInformation arg0, vtkExtentTranslator translator) |
Get/Set the object that will translate pieces into structured extents for an output port. | |
int | SetMaximumNumberOfPieces (int port, int n) |
Set/Get the maximum number of pieces that can be requested from the given port. 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. | |
int | SetMaximumNumberOfPieces (vtkInformation arg0, int n) |
Set/Get the maximum number of pieces that can be requested from the given port. 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. | |
int | SetPieceBoundingBox (int port, IntPtr bb) |
Set/Get the piece bounding box of an output port data object. The piece bounding box is meta data for data sets. It gets set by the algorithm during the update extent information pass. | |
int | SetRequestExactExtent (int port, int flag) |
This request flag indicates whether the requester can handle more data than requested for the given port. 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. | |
int | SetUpdateExtent (int port, IntPtr extent) |
Get/Set the update extent for output ports that use 3D extents. | |
int | SetUpdateExtent (vtkInformation arg0, IntPtr extent) |
Get/Set the update extent for output ports that use 3D extents. | |
int | SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. | |
int | SetUpdateExtent (vtkInformation arg0, int piece, int numPieces, int ghostLevel) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. | |
int | SetUpdateExtentToWholeExtent (int port) |
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) | |
int | SetUpdateExtentToWholeExtent (vtkInformation arg0) |
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) | |
int | SetUpdateGhostLevel (vtkInformation arg0, int n) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. | |
int | SetUpdateNumberOfPieces (vtkInformation arg0, int n) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. | |
int | SetUpdatePiece (vtkInformation arg0, int piece) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. | |
int | SetUpdateResolution (int port, double r) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. | |
int | SetUpdateResolution (vtkInformation arg0, double r) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. | |
int | SetUpdateTimeStep (int port, double time) |
Get/Set the update extent for output ports that use Temporal Extents. | |
int | SetUpdateTimeSteps (int port, IntPtr times, int length) |
Get/Set the update extent for output ports that use Temporal Extents. | |
int | SetUpdateTimeSteps (vtkInformation arg0, IntPtr times, int length) |
Get/Set the update extent for output ports that use Temporal Extents. | |
int | SetWholeBoundingBox (int port, IntPtr bb) |
Set/Get the whole bounding box of an output port data object. The whole whole bounding box is meta data for data sets. It gets set by the algorithm during the update information pass. | |
int | SetWholeExtent (vtkInformation arg0, IntPtr extent) |
Set/Get the whole extent of an output port. The whole extent is meta data for structured data sets. It gets set by the algorithm during the update information pass. | |
override int | Update () |
Bring the outputs up-to-date. | |
override int | Update (int port) |
Bring the outputs up-to-date. | |
virtual int | UpdateWholeExtent () |
Bring the outputs up-to-date. | |
Static Public Member Functions | |
static new vtkStreamingDemandDrivenPipeline | New () |
Undocumented Block. | |
static vtkInformationIntegerVectorKey | COMBINED_UPDATE_EXTENT () |
Key for combining the update extents requested by all consumers, so that the final extent that is produced satisfies all consumers. | |
static vtkInformationIntegerKey | CONTINUE_EXECUTING () |
Key for an algorithm to store in a request to tell this executive to keep executing it. | |
static vtkInformationIntegerKey | EXACT_EXTENT () |
Key to specify the request for exact extent in pipeline information. | |
static vtkInformationObjectBaseKey | EXTENT_TRANSLATOR () |
Key to store an extent translator in pipeline information. | |
static vtkInformationIntegerKey | FAST_PATH_FOR_TEMPORAL_DATA () |
Key to allow a reader to advertise that it supports a fast-path for reading data over time. | |
static vtkInformationStringKey | FAST_PATH_ID_TYPE () |
Possible values: INDEX, GLOBAL. | |
static vtkInformationIdTypeKey | FAST_PATH_OBJECT_ID () |
The id (either index or global id) being requested. | |
static vtkInformationStringKey | FAST_PATH_OBJECT_TYPE () |
The type of data being requested. Possible values: POINT, CELL, EDGE, FACE. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static vtkInformationIntegerKey | MAXIMUM_NUMBER_OF_PIECES () |
Key to store the maximum number of pieces provided in pipeline information. | |
static vtkInformationDoubleVectorKey | PIECE_BOUNDING_BOX () |
Key to store the bounding box of a portion of the data set in pipeline information. | |
static vtkInformationDoubleKey | PRIORITY () |
Key that specifies from 0.0 to 1.0 the pipeline computed priority of this update extent. 0.0 means does not contribute and can be skipped. | |
static vtkInformationIntegerKey | REMOVE_ATTRIBUTE_INFORMATION () |
Used internally to validate meta information as it flows through pipeline. | |
static vtkInformationRequestKey | REQUEST_RESOLUTION_PROPAGATE () |
Key defining to propagate resolution changes up the pipeline. | |
static vtkInformationRequestKey | REQUEST_UPDATE_EXTENT () |
Key defining a request to propagate the update extent upstream. | |
static vtkInformationRequestKey | REQUEST_UPDATE_EXTENT_INFORMATION () |
Key defining a request to propagate information about the update extent downstream. | |
static new vtkStreamingDemandDrivenPipeline | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
static vtkInformationDoubleVectorKey | TIME_RANGE () |
Key to store available time range for continuous sources. | |
static vtkInformationDoubleVectorKey | TIME_STEPS () |
Key to store available time steps. | |
static vtkInformationIntegerKey | UNRESTRICTED_UPDATE_EXTENT () |
This is set if the update extent is not restricted to the whole extent, for sources that can generate an extent of any requested size. | |
static vtkInformationIntegerVectorKey | UPDATE_EXTENT () |
Keys to store an update request in pipeline information. | |
static vtkInformationIntegerKey | UPDATE_EXTENT_INITIALIZED () |
Keys to store an update request in pipeline information. | |
static vtkInformationIntegerKey | UPDATE_EXTENT_TRANSLATED () |
This is set if the extent was set through extent translation. GenerateGhostLevelArray() is called only when this is set. | |
static vtkInformationIntegerKey | UPDATE_NUMBER_OF_GHOST_LEVELS () |
Keys to store an update request in pipeline information. | |
static vtkInformationIntegerKey | UPDATE_NUMBER_OF_PIECES () |
Keys to store an update request in pipeline information. | |
static vtkInformationIntegerKey | UPDATE_PIECE_NUMBER () |
Keys to store an update request in pipeline information. | |
static vtkInformationDoubleKey | UPDATE_RESOLUTION () |
Key that specifies a requested resolution level for this update extent. 0.0 is very low and 1.0 is full resolution. | |
static vtkInformationDoubleVectorKey | UPDATE_TIME_STEPS () |
Update time steps requested by the pipeline. | |
static vtkInformationDoubleVectorKey | WHOLE_BOUNDING_BOX () |
Key to store the bounding box of the entire data set in pipeline information. | |
static vtkInformationIntegerVectorKey | WHOLE_EXTENT () |
Key to store the whole extent provided in pipeline information. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkStreamingDemandDrivenPipeline" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "32vtkStreamingDemandDrivenPipeline" |
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 | vtkStreamingDemandDrivenPipeline_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_COMBINED_UPDATE_EXTENT_01 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_CONTINUE_EXECUTING_02 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkStreamingDemandDrivenPipeline_ComputePriority_03 (HandleRef pThis) |
static internal double | vtkStreamingDemandDrivenPipeline_ComputePriority_04 (HandleRef pThis, int port) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_EXACT_EXTENT_05 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_EXTENT_TRANSLATOR_06 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_FAST_PATH_FOR_TEMPORAL_DATA_07 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_FAST_PATH_ID_TYPE_08 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_FAST_PATH_OBJECT_ID_09 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_FAST_PATH_OBJECT_TYPE_10 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_GetExtentTranslator_11 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_GetExtentTranslator_12 (HandleRef pThis, HandleRef info, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkStreamingDemandDrivenPipeline_GetMaximumNumberOfPieces_13 (HandleRef pThis, int port) |
static internal int | vtkStreamingDemandDrivenPipeline_GetMaximumNumberOfPieces_14 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkStreamingDemandDrivenPipeline_GetPieceBoundingBox_15 (HandleRef pThis, int port, IntPtr bb) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_GetPieceBoundingBox_16 (HandleRef pThis, int port) |
static internal int | vtkStreamingDemandDrivenPipeline_GetRequestExactExtent_17 (HandleRef pThis, int port) |
static internal void | vtkStreamingDemandDrivenPipeline_GetUpdateExtent_18 (HandleRef pThis, HandleRef arg0, IntPtr extent) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_GetUpdateExtent_19 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkStreamingDemandDrivenPipeline_GetUpdateGhostLevel_20 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkStreamingDemandDrivenPipeline_GetUpdateNumberOfPieces_21 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkStreamingDemandDrivenPipeline_GetUpdatePiece_22 (HandleRef pThis, HandleRef arg0) |
static internal double | vtkStreamingDemandDrivenPipeline_GetUpdateResolution_23 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkStreamingDemandDrivenPipeline_GetWholeBoundingBox_24 (HandleRef pThis, int port, IntPtr bb) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_GetWholeBoundingBox_25 (HandleRef pThis, int port) |
static internal void | vtkStreamingDemandDrivenPipeline_GetWholeExtent_26 (HandleRef pThis, HandleRef arg0, IntPtr extent) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_GetWholeExtent_27 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkStreamingDemandDrivenPipeline_IsA_28 (HandleRef pThis, string type) |
static internal int | vtkStreamingDemandDrivenPipeline_IsTypeOf_29 (string type) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_MAXIMUM_NUMBER_OF_PIECES_30 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_NewInstance_32 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_PIECE_BOUNDING_BOX_33 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_PRIORITY_34 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkStreamingDemandDrivenPipeline_PropagateUpdateExtent_35 (HandleRef pThis, int outputPort) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_REMOVE_ATTRIBUTE_INFORMATION_36 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_REQUEST_RESOLUTION_PROPAGATE_37 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_EXTENT_38 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_EXTENT_INFORMATION_39 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_SafeDownCast_40 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkStreamingDemandDrivenPipeline_SetExtentTranslator_41 (HandleRef pThis, int port, HandleRef translator) |
static internal int | vtkStreamingDemandDrivenPipeline_SetExtentTranslator_42 (HandleRef pThis, HandleRef arg0, HandleRef translator) |
static internal int | vtkStreamingDemandDrivenPipeline_SetMaximumNumberOfPieces_43 (HandleRef pThis, int port, int n) |
static internal int | vtkStreamingDemandDrivenPipeline_SetMaximumNumberOfPieces_44 (HandleRef pThis, HandleRef arg0, int n) |
static internal int | vtkStreamingDemandDrivenPipeline_SetPieceBoundingBox_45 (HandleRef pThis, int port, IntPtr bb) |
static internal int | vtkStreamingDemandDrivenPipeline_SetRequestExactExtent_46 (HandleRef pThis, int port, int flag) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateExtent_47 (HandleRef pThis, int port, IntPtr extent) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateExtent_48 (HandleRef pThis, HandleRef arg0, IntPtr extent) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateExtent_49 (HandleRef pThis, int port, int piece, int numPieces, int ghostLevel) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateExtent_50 (HandleRef pThis, HandleRef arg0, int piece, int numPieces, int ghostLevel) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateExtentToWholeExtent_51 (HandleRef pThis, int port) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateExtentToWholeExtent_52 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateGhostLevel_53 (HandleRef pThis, HandleRef arg0, int n) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateNumberOfPieces_54 (HandleRef pThis, HandleRef arg0, int n) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdatePiece_55 (HandleRef pThis, HandleRef arg0, int piece) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateResolution_56 (HandleRef pThis, int port, double r) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateResolution_57 (HandleRef pThis, HandleRef arg0, double r) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateTimeStep_58 (HandleRef pThis, int port, double time) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateTimeSteps_59 (HandleRef pThis, int port, IntPtr times, int length) |
static internal int | vtkStreamingDemandDrivenPipeline_SetUpdateTimeSteps_60 (HandleRef pThis, HandleRef arg0, IntPtr times, int length) |
static internal int | vtkStreamingDemandDrivenPipeline_SetWholeBoundingBox_61 (HandleRef pThis, int port, IntPtr bb) |
static internal int | vtkStreamingDemandDrivenPipeline_SetWholeExtent_62 (HandleRef pThis, HandleRef arg0, IntPtr extent) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_TIME_RANGE_63 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_TIME_STEPS_64 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_UNRESTRICTED_UPDATE_EXTENT_65 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_66 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_INITIALIZED_67 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_TRANSLATED_68 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_UPDATE_NUMBER_OF_GHOST_LEVELS_69 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_UPDATE_NUMBER_OF_PIECES_70 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_UPDATE_PIECE_NUMBER_71 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_UPDATE_RESOLUTION_72 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_UPDATE_TIME_STEPS_73 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkStreamingDemandDrivenPipeline_Update_74 (HandleRef pThis) |
static internal int | vtkStreamingDemandDrivenPipeline_Update_75 (HandleRef pThis, int port) |
static internal int | vtkStreamingDemandDrivenPipeline_UpdateWholeExtent_76 (HandleRef pThis) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_WHOLE_BOUNDING_BOX_77 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkStreamingDemandDrivenPipeline_WHOLE_EXTENT_78 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkStreamingDemandDrivenPipeline () |
Automatically generated type registration mechanics. |
vtkStreamingDemandDrivenPipeline - Executive supporting partial updates.
Description vtkStreamingDemandDrivenPipeline is an executive that supports updating only a portion of the data set in the pipeline. This is the style of pipeline update that is provided by the old-style VTK 4.x pipeline. Instead of always updating an entire data set, this executive supports asking for pieces or sub-extents.
static Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
static vtkInformationIntegerVectorKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.COMBINED_UPDATE_EXTENT | ( | ) | [static] |
Key for combining the update extents requested by all consumers, so that the final extent that is produced satisfies all consumers.
Issues pipeline request to determine and return the priority of the piece described by the current update extent. The priority is a number between 0.0 and 1.0 with 0 meaning skippable (REQUEST_DATA not needed) and 1.0 meaning important.
virtual double Kitware.VTK.vtkStreamingDemandDrivenPipeline.ComputePriority | ( | int | port | ) | [virtual] |
Issues pipeline request to determine and return the priority of the piece described by the current update extent. The priority is a number between 0.0 and 1.0 with 0 meaning skippable (REQUEST_DATA not needed) and 1.0 meaning important.
static vtkInformationIntegerKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.CONTINUE_EXECUTING | ( | ) | [static] |
Key for an algorithm to store in a request to tell this executive to keep executing it.
override void Kitware.VTK.vtkStreamingDemandDrivenPipeline.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.vtkDemandDrivenPipeline.
Reimplemented in Kitware.VTK.vtkCompositeDataPipeline, Kitware.VTK.vtkThreadedStreamingPipeline, Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline, and Kitware.VTK.vtkImageImportExecutive.
static vtkInformationIntegerKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.EXACT_EXTENT | ( | ) | [static] |
Key to specify the request for exact extent in pipeline information.
static vtkInformationObjectBaseKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.EXTENT_TRANSLATOR | ( | ) | [static] |
Key to store an extent translator in pipeline information.
static vtkInformationIntegerKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.FAST_PATH_FOR_TEMPORAL_DATA | ( | ) | [static] |
Key to allow a reader to advertise that it supports a fast-path for reading data over time.
static vtkInformationStringKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.FAST_PATH_ID_TYPE | ( | ) | [static] |
Possible values: INDEX, GLOBAL.
static vtkInformationIdTypeKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.FAST_PATH_OBJECT_ID | ( | ) | [static] |
The id (either index or global id) being requested.
static vtkInformationStringKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.FAST_PATH_OBJECT_TYPE | ( | ) | [static] |
The type of data being requested. Possible values: POINT, CELL, EDGE, FACE.
Get/Set the object that will translate pieces into structured extents for an output port.
vtkExtentTranslator Kitware.VTK.vtkStreamingDemandDrivenPipeline.GetExtentTranslator | ( | vtkInformation | info | ) |
Get/Set the object that will translate pieces into structured extents for an output port.
Set/Get the maximum number of pieces that can be requested from the given port. 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.
Set/Get the maximum number of pieces that can be requested from the given port. 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.
void Kitware.VTK.vtkStreamingDemandDrivenPipeline.GetPieceBoundingBox | ( | int | port, |
IntPtr | bb | ||
) |
Set/Get the piece bounding box of an output port data object. The piece bounding box is meta data for data sets. It gets set by the algorithm during the update extent information pass.
IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.GetPieceBoundingBox | ( | int | port | ) |
Set/Get the piece bounding box of an output port data object. The piece bounding box is meta data for data sets. It gets set by the algorithm during the update extent information pass.
This request flag indicates whether the requester can handle more data than requested for the given port. 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 Kitware.VTK.vtkStreamingDemandDrivenPipeline.GetUpdateExtent | ( | vtkInformation | arg0, |
IntPtr | extent | ||
) |
Get/Set the update extent for output ports that use 3D extents.
Get/Set the update extent for output ports that use 3D extents.
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D.
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D.
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D.
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D.
void Kitware.VTK.vtkStreamingDemandDrivenPipeline.GetWholeBoundingBox | ( | int | port, |
IntPtr | bb | ||
) |
Set/Get the whole bounding box of an output port data object. The whole whole bounding box is meta data for data sets. It gets set by the algorithm during the update information pass.
IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.GetWholeBoundingBox | ( | int | port | ) |
Set/Get the whole bounding box of an output port data object. The whole whole bounding box is meta data for data sets. It gets set by the algorithm during the update information pass.
void Kitware.VTK.vtkStreamingDemandDrivenPipeline.GetWholeExtent | ( | vtkInformation | arg0, |
IntPtr | extent | ||
) |
Set/Get the whole extent of an output port. The whole extent is meta data for structured data sets. It gets set by the algorithm during the update information pass.
Set/Get the whole extent of an output port. The whole extent is meta data for structured data sets. It gets set by the algorithm during the update information pass.
override int Kitware.VTK.vtkStreamingDemandDrivenPipeline.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDemandDrivenPipeline.
Reimplemented in Kitware.VTK.vtkCompositeDataPipeline, Kitware.VTK.vtkThreadedStreamingPipeline, Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline, and Kitware.VTK.vtkImageImportExecutive.
static new int Kitware.VTK.vtkStreamingDemandDrivenPipeline.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDemandDrivenPipeline.
Reimplemented in Kitware.VTK.vtkCompositeDataPipeline, Kitware.VTK.vtkThreadedStreamingPipeline, Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline, and Kitware.VTK.vtkImageImportExecutive.
static vtkInformationIntegerKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.MAXIMUM_NUMBER_OF_PIECES | ( | ) | [static] |
Key to store the maximum number of pieces provided in pipeline information.
static new vtkStreamingDemandDrivenPipeline Kitware.VTK.vtkStreamingDemandDrivenPipeline.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDemandDrivenPipeline.
Reimplemented in Kitware.VTK.vtkCompositeDataPipeline, Kitware.VTK.vtkThreadedStreamingPipeline, Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline, and Kitware.VTK.vtkImageImportExecutive.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDemandDrivenPipeline.
Reimplemented in Kitware.VTK.vtkCompositeDataPipeline, Kitware.VTK.vtkThreadedStreamingPipeline, Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline, and Kitware.VTK.vtkImageImportExecutive.
static vtkInformationDoubleVectorKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.PIECE_BOUNDING_BOX | ( | ) | [static] |
Key to store the bounding box of a portion of the data set in pipeline information.
static vtkInformationDoubleKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.PRIORITY | ( | ) | [static] |
Key that specifies from 0.0 to 1.0 the pipeline computed priority of this update extent. 0.0 means does not contribute and can be skipped.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.PropagateUpdateExtent | ( | int | outputPort | ) |
Propagate the update request from the given output port back through the pipeline. Should be called only when information is up to date.
static vtkInformationIntegerKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.REMOVE_ATTRIBUTE_INFORMATION | ( | ) | [static] |
Used internally to validate meta information as it flows through pipeline.
static vtkInformationRequestKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.REQUEST_RESOLUTION_PROPAGATE | ( | ) | [static] |
Key defining to propagate resolution changes up the pipeline.
static vtkInformationRequestKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.REQUEST_UPDATE_EXTENT | ( | ) | [static] |
Key defining a request to propagate the update extent upstream.
static vtkInformationRequestKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.REQUEST_UPDATE_EXTENT_INFORMATION | ( | ) | [static] |
Key defining a request to propagate information about the update extent downstream.
static new vtkStreamingDemandDrivenPipeline Kitware.VTK.vtkStreamingDemandDrivenPipeline.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDemandDrivenPipeline.
Reimplemented in Kitware.VTK.vtkThreadedStreamingPipeline, Kitware.VTK.vtkCompositeDataPipeline, Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline, and Kitware.VTK.vtkImageImportExecutive.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetExtentTranslator | ( | int | port, |
vtkExtentTranslator | translator | ||
) |
Get/Set the object that will translate pieces into structured extents for an output port.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetExtentTranslator | ( | vtkInformation | arg0, |
vtkExtentTranslator | translator | ||
) |
Get/Set the object that will translate pieces into structured extents for an output port.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetMaximumNumberOfPieces | ( | int | port, |
int | n | ||
) |
Set/Get the maximum number of pieces that can be requested from the given port. 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.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetMaximumNumberOfPieces | ( | vtkInformation | arg0, |
int | n | ||
) |
Set/Get the maximum number of pieces that can be requested from the given port. 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.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetPieceBoundingBox | ( | int | port, |
IntPtr | bb | ||
) |
Set/Get the piece bounding box of an output port data object. The piece bounding box is meta data for data sets. It gets set by the algorithm during the update extent information pass.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetRequestExactExtent | ( | int | port, |
int | flag | ||
) |
This request flag indicates whether the requester can handle more data than requested for the given port. 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.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdateExtent | ( | int | port, |
IntPtr | extent | ||
) |
Get/Set the update extent for output ports that use 3D extents.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdateExtent | ( | vtkInformation | arg0, |
IntPtr | extent | ||
) |
Get/Set the update extent for output ports that use 3D extents.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdateExtent | ( | int | port, |
int | piece, | ||
int | numPieces, | ||
int | ghostLevel | ||
) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdateExtent | ( | vtkInformation | arg0, |
int | piece, | ||
int | numPieces, | ||
int | ghostLevel | ||
) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D.
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)
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdateExtentToWholeExtent | ( | vtkInformation | arg0 | ) |
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)
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdateGhostLevel | ( | vtkInformation | arg0, |
int | n | ||
) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdateNumberOfPieces | ( | vtkInformation | arg0, |
int | n | ||
) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdatePiece | ( | vtkInformation | arg0, |
int | piece | ||
) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdateResolution | ( | int | port, |
double | r | ||
) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdateResolution | ( | vtkInformation | arg0, |
double | r | ||
) |
Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdateTimeStep | ( | int | port, |
double | time | ||
) |
Get/Set the update extent for output ports that use Temporal Extents.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdateTimeSteps | ( | int | port, |
IntPtr | times, | ||
int | length | ||
) |
Get/Set the update extent for output ports that use Temporal Extents.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetUpdateTimeSteps | ( | vtkInformation | arg0, |
IntPtr | times, | ||
int | length | ||
) |
Get/Set the update extent for output ports that use Temporal Extents.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetWholeBoundingBox | ( | int | port, |
IntPtr | bb | ||
) |
Set/Get the whole bounding box of an output port data object. The whole whole bounding box is meta data for data sets. It gets set by the algorithm during the update information pass.
int Kitware.VTK.vtkStreamingDemandDrivenPipeline.SetWholeExtent | ( | vtkInformation | arg0, |
IntPtr | extent | ||
) |
Set/Get the whole extent of an output port. The whole extent is meta data for structured data sets. It gets set by the algorithm during the update information pass.
static vtkInformationDoubleVectorKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.TIME_RANGE | ( | ) | [static] |
Key to store available time range for continuous sources.
static vtkInformationDoubleVectorKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.TIME_STEPS | ( | ) | [static] |
Key to store available time steps.
static vtkInformationIntegerKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.UNRESTRICTED_UPDATE_EXTENT | ( | ) | [static] |
This is set if the update extent is not restricted to the whole extent, for sources that can generate an extent of any requested size.
override int Kitware.VTK.vtkStreamingDemandDrivenPipeline.Update | ( | ) | [virtual] |
Bring the outputs up-to-date.
Reimplemented from Kitware.VTK.vtkDemandDrivenPipeline.
Reimplemented in Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.
override int Kitware.VTK.vtkStreamingDemandDrivenPipeline.Update | ( | int | port | ) | [virtual] |
Bring the outputs up-to-date.
Reimplemented from Kitware.VTK.vtkDemandDrivenPipeline.
Reimplemented in Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline.
static vtkInformationIntegerVectorKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.UPDATE_EXTENT | ( | ) | [static] |
Keys to store an update request in pipeline information.
static vtkInformationIntegerKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.UPDATE_EXTENT_INITIALIZED | ( | ) | [static] |
Keys to store an update request in pipeline information.
static vtkInformationIntegerKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.UPDATE_EXTENT_TRANSLATED | ( | ) | [static] |
This is set if the extent was set through extent translation. GenerateGhostLevelArray() is called only when this is set.
static vtkInformationIntegerKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.UPDATE_NUMBER_OF_GHOST_LEVELS | ( | ) | [static] |
Keys to store an update request in pipeline information.
static vtkInformationIntegerKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.UPDATE_NUMBER_OF_PIECES | ( | ) | [static] |
Keys to store an update request in pipeline information.
static vtkInformationIntegerKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.UPDATE_PIECE_NUMBER | ( | ) | [static] |
Keys to store an update request in pipeline information.
static vtkInformationDoubleKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.UPDATE_RESOLUTION | ( | ) | [static] |
Key that specifies a requested resolution level for this update extent. 0.0 is very low and 1.0 is full resolution.
static vtkInformationDoubleVectorKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.UPDATE_TIME_STEPS | ( | ) | [static] |
Update time steps requested by the pipeline.
virtual int Kitware.VTK.vtkStreamingDemandDrivenPipeline.UpdateWholeExtent | ( | ) | [virtual] |
Bring the outputs up-to-date.
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_COMBINED_UPDATE_EXTENT_01 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal double Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_ComputePriority_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_ComputePriority_04 | ( | HandleRef | pThis, |
int | port | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_CONTINUE_EXECUTING_02 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_EXACT_EXTENT_05 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_EXTENT_TRANSLATOR_06 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_FAST_PATH_FOR_TEMPORAL_DATA_07 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_FAST_PATH_ID_TYPE_08 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_FAST_PATH_OBJECT_ID_09 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_FAST_PATH_OBJECT_TYPE_10 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetExtentTranslator_11 | ( | HandleRef | pThis, |
int | port, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetExtentTranslator_12 | ( | HandleRef | pThis, |
HandleRef | info, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetMaximumNumberOfPieces_13 | ( | HandleRef | pThis, |
int | port | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetMaximumNumberOfPieces_14 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetPieceBoundingBox_15 | ( | HandleRef | pThis, |
int | port, | ||
IntPtr | bb | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetPieceBoundingBox_16 | ( | HandleRef | pThis, |
int | port | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetRequestExactExtent_17 | ( | HandleRef | pThis, |
int | port | ||
) | [private] |
static internal void Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetUpdateExtent_18 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
IntPtr | extent | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetUpdateExtent_19 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetUpdateGhostLevel_20 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetUpdateNumberOfPieces_21 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetUpdatePiece_22 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal double Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetUpdateResolution_23 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetWholeBoundingBox_24 | ( | HandleRef | pThis, |
int | port, | ||
IntPtr | bb | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetWholeBoundingBox_25 | ( | HandleRef | pThis, |
int | port | ||
) | [private] |
static internal void Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetWholeExtent_26 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
IntPtr | extent | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_GetWholeExtent_27 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_IsA_28 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_IsTypeOf_29 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_MAXIMUM_NUMBER_OF_PIECES_30 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_NewInstance_32 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_PIECE_BOUNDING_BOX_33 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_PRIORITY_34 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_PropagateUpdateExtent_35 | ( | HandleRef | pThis, |
int | outputPort | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_REMOVE_ATTRIBUTE_INFORMATION_36 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_REQUEST_RESOLUTION_PROPAGATE_37 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_EXTENT_38 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_EXTENT_INFORMATION_39 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SafeDownCast_40 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetExtentTranslator_41 | ( | HandleRef | pThis, |
int | port, | ||
HandleRef | translator | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetExtentTranslator_42 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
HandleRef | translator | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetMaximumNumberOfPieces_43 | ( | HandleRef | pThis, |
int | port, | ||
int | n | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetMaximumNumberOfPieces_44 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
int | n | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetPieceBoundingBox_45 | ( | HandleRef | pThis, |
int | port, | ||
IntPtr | bb | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetRequestExactExtent_46 | ( | HandleRef | pThis, |
int | port, | ||
int | flag | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateExtent_47 | ( | HandleRef | pThis, |
int | port, | ||
IntPtr | extent | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateExtent_48 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
IntPtr | extent | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateExtent_49 | ( | HandleRef | pThis, |
int | port, | ||
int | piece, | ||
int | numPieces, | ||
int | ghostLevel | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateExtent_50 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
int | piece, | ||
int | numPieces, | ||
int | ghostLevel | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateExtentToWholeExtent_51 | ( | HandleRef | pThis, |
int | port | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateExtentToWholeExtent_52 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateGhostLevel_53 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
int | n | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateNumberOfPieces_54 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
int | n | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdatePiece_55 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
int | piece | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateResolution_56 | ( | HandleRef | pThis, |
int | port, | ||
double | r | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateResolution_57 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
double | r | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateTimeStep_58 | ( | HandleRef | pThis, |
int | port, | ||
double | time | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateTimeSteps_59 | ( | HandleRef | pThis, |
int | port, | ||
IntPtr | times, | ||
int | length | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetUpdateTimeSteps_60 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
IntPtr | times, | ||
int | length | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetWholeBoundingBox_61 | ( | HandleRef | pThis, |
int | port, | ||
IntPtr | bb | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_SetWholeExtent_62 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
IntPtr | extent | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_TIME_RANGE_63 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_TIME_STEPS_64 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_UNRESTRICTED_UPDATE_EXTENT_65 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_Update_74 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_Update_75 | ( | HandleRef | pThis, |
int | port | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_66 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_INITIALIZED_67 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_TRANSLATED_68 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_UPDATE_NUMBER_OF_GHOST_LEVELS_69 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_UPDATE_NUMBER_OF_PIECES_70 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_UPDATE_PIECE_NUMBER_71 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_UPDATE_RESOLUTION_72 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_UPDATE_TIME_STEPS_73 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_UpdateWholeExtent_76 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_WHOLE_BOUNDING_BOX_77 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkStreamingDemandDrivenPipeline.vtkStreamingDemandDrivenPipeline_WHOLE_EXTENT_78 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static vtkInformationDoubleVectorKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.WHOLE_BOUNDING_BOX | ( | ) | [static] |
Key to store the bounding box of the entire data set in pipeline information.
static vtkInformationIntegerVectorKey Kitware.VTK.vtkStreamingDemandDrivenPipeline.WHOLE_EXTENT | ( | ) | [static] |
Key to store the whole extent provided in pipeline information.
new readonly string Kitware.VTK.vtkStreamingDemandDrivenPipeline.MRClassNameKey = "32vtkStreamingDemandDrivenPipeline" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDemandDrivenPipeline.
Reimplemented in Kitware.VTK.vtkCompositeDataPipeline, Kitware.VTK.vtkThreadedStreamingPipeline, Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline, and Kitware.VTK.vtkImageImportExecutive.
new const string Kitware.VTK.vtkStreamingDemandDrivenPipeline.MRFullTypeName = "Kitware.VTK.vtkStreamingDemandDrivenPipeline" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDemandDrivenPipeline.
Reimplemented in Kitware.VTK.vtkCompositeDataPipeline, Kitware.VTK.vtkThreadedStreamingPipeline, Kitware.VTK.vtkCachedStreamingDemandDrivenPipeline, and Kitware.VTK.vtkImageImportExecutive.