ActiViz .NET
5.8.0
|
vtkBranchExtentTranslator - Uses alternative source for whole extent. More...
Public Member Functions | |
vtkBranchExtentTranslator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBranchExtentTranslator () | |
Undocumented Block. | |
virtual int | GetAssignedNumberOfPieces () |
This unstructured extent/piece is store here for the users convenience. It is not used internally. The intent was to let an "assignment" be made when the translator/first source is created. The translator/assignment can be used for any new filter that uses the original source as output. Branches will then have the same assignment. | |
virtual int | GetAssignedPiece () |
This unstructured extent/piece is store here for the users convenience. It is not used internally. The intent was to let an "assignment" be made when the translator/first source is created. The translator/assignment can be used for any new filter that uses the original source as output. Branches will then have the same assignment. | |
virtual vtkImageData | GetOriginalSource () |
This is the original upstream image source. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkBranchExtentTranslator | NewInstance () |
Undocumented Block. | |
override int | PieceToExtent () |
Generates the extent from the pieces. | |
virtual void | SetAssignedNumberOfPieces (int _arg) |
This unstructured extent/piece is store here for the users convenience. It is not used internally. The intent was to let an "assignment" be made when the translator/first source is created. The translator/assignment can be used for any new filter that uses the original source as output. Branches will then have the same assignment. | |
virtual void | SetAssignedPiece (int _arg) |
This unstructured extent/piece is store here for the users convenience. It is not used internally. The intent was to let an "assignment" be made when the translator/first source is created. The translator/assignment can be used for any new filter that uses the original source as output. Branches will then have the same assignment. | |
virtual void | SetOriginalSource (vtkImageData arg0) |
This is the original upstream image source. | |
Static Public Member Functions | |
static new vtkBranchExtentTranslator | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkBranchExtentTranslator | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBranchExtentTranslator" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkBranchExtentTranslator" |
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 | vtkBranchExtentTranslator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBranchExtentTranslator_GetAssignedNumberOfPieces_01 (HandleRef pThis) |
static internal int | vtkBranchExtentTranslator_GetAssignedPiece_02 (HandleRef pThis) |
static internal IntPtr | vtkBranchExtentTranslator_GetOriginalSource_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBranchExtentTranslator_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkBranchExtentTranslator_IsTypeOf_05 (string type) |
static internal IntPtr | vtkBranchExtentTranslator_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBranchExtentTranslator_PieceToExtent_08 (HandleRef pThis) |
static internal IntPtr | vtkBranchExtentTranslator_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBranchExtentTranslator_SetAssignedNumberOfPieces_10 (HandleRef pThis, int _arg) |
static internal void | vtkBranchExtentTranslator_SetAssignedPiece_11 (HandleRef pThis, int _arg) |
static internal void | vtkBranchExtentTranslator_SetOriginalSource_12 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkBranchExtentTranslator () |
Automatically generated type registration mechanics. |
vtkBranchExtentTranslator - Uses alternative source for whole extent.
Description vtkBranchExtentTranslator is like extent translator, but it uses an alternative source as a whole extent. The whole extent passed is assumed to be a subextent of the original source. we simply take the intersection of the split extent and the whole extdent passed in. We are attempting to make branching pipelines request consistent extents with the same piece requests.
static Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkBranchExtentTranslator.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.vtkExtentTranslator.
virtual int Kitware.VTK.vtkBranchExtentTranslator.GetAssignedNumberOfPieces | ( | ) | [virtual] |
This unstructured extent/piece is store here for the users convenience. It is not used internally. The intent was to let an "assignment" be made when the translator/first source is created. The translator/assignment can be used for any new filter that uses the original source as output. Branches will then have the same assignment.
virtual int Kitware.VTK.vtkBranchExtentTranslator.GetAssignedPiece | ( | ) | [virtual] |
This unstructured extent/piece is store here for the users convenience. It is not used internally. The intent was to let an "assignment" be made when the translator/first source is created. The translator/assignment can be used for any new filter that uses the original source as output. Branches will then have the same assignment.
virtual vtkImageData Kitware.VTK.vtkBranchExtentTranslator.GetOriginalSource | ( | ) | [virtual] |
This is the original upstream image source.
override int Kitware.VTK.vtkBranchExtentTranslator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtentTranslator.
static new int Kitware.VTK.vtkBranchExtentTranslator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtentTranslator.
static new vtkBranchExtentTranslator Kitware.VTK.vtkBranchExtentTranslator.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtentTranslator.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtentTranslator.
override int Kitware.VTK.vtkBranchExtentTranslator.PieceToExtent | ( | ) | [virtual] |
Generates the extent from the pieces.
Reimplemented from Kitware.VTK.vtkExtentTranslator.
static new vtkBranchExtentTranslator Kitware.VTK.vtkBranchExtentTranslator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkExtentTranslator.
virtual void Kitware.VTK.vtkBranchExtentTranslator.SetAssignedNumberOfPieces | ( | int | _arg | ) | [virtual] |
This unstructured extent/piece is store here for the users convenience. It is not used internally. The intent was to let an "assignment" be made when the translator/first source is created. The translator/assignment can be used for any new filter that uses the original source as output. Branches will then have the same assignment.
virtual void Kitware.VTK.vtkBranchExtentTranslator.SetAssignedPiece | ( | int | _arg | ) | [virtual] |
This unstructured extent/piece is store here for the users convenience. It is not used internally. The intent was to let an "assignment" be made when the translator/first source is created. The translator/assignment can be used for any new filter that uses the original source as output. Branches will then have the same assignment.
virtual void Kitware.VTK.vtkBranchExtentTranslator.SetOriginalSource | ( | vtkImageData | arg0 | ) | [virtual] |
This is the original upstream image source.
static internal int Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator_GetAssignedNumberOfPieces_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator_GetAssignedPiece_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator_GetOriginalSource_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator_PieceToExtent_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator_SetAssignedNumberOfPieces_10 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator_SetAssignedPiece_11 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBranchExtentTranslator.vtkBranchExtentTranslator_SetOriginalSource_12 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkBranchExtentTranslator.MRClassNameKey = "25vtkBranchExtentTranslator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkExtentTranslator.
new const string Kitware.VTK.vtkBranchExtentTranslator.MRFullTypeName = "Kitware.VTK.vtkBranchExtentTranslator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkExtentTranslator.