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

vtkBranchExtentTranslator - Uses alternative source for whole extent. More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

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.

This is the original upstream image source.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

Generates the extent from the pieces.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkExtentTranslator.

Here is the call graph for this function:

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.

This is the original upstream image source.

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 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 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]

Member Data Documentation

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.


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