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

vtkImageTranslateExtent - Changes extent, nothing else. More...

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

List of all members.

Public Member Functions

 vtkImageTranslateExtent (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageTranslateExtent ()
 Undocumented Block.
virtual int[] GetTranslation ()
 Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
virtual void GetTranslation (ref int _arg1, ref int _arg2, ref int _arg3)
 Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
virtual void GetTranslation (IntPtr _arg)
 Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
override int IsA (string type)
 Undocumented Block.
new vtkImageTranslateExtent NewInstance ()
 Undocumented Block.
virtual void SetTranslation (int _arg1, int _arg2, int _arg3)
 Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
virtual void SetTranslation (IntPtr _arg)
 Delta to change "WholeExtent". -1 changes 0->10 to -1->9.

Static Public Member Functions

static new vtkImageTranslateExtent New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkImageTranslateExtent SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkImageTranslateExtent"
 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 vtkImageTranslateExtent_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageTranslateExtent_GetTranslation_01 (HandleRef pThis)
static internal void vtkImageTranslateExtent_GetTranslation_02 (HandleRef pThis, ref int _arg1, ref int _arg2, ref int _arg3)
static internal void vtkImageTranslateExtent_GetTranslation_03 (HandleRef pThis, IntPtr _arg)
static internal int vtkImageTranslateExtent_IsA_04 (HandleRef pThis, string type)
static internal int vtkImageTranslateExtent_IsTypeOf_05 (string type)
static internal IntPtr vtkImageTranslateExtent_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageTranslateExtent_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageTranslateExtent_SetTranslation_09 (HandleRef pThis, int _arg1, int _arg2, int _arg3)
static internal void vtkImageTranslateExtent_SetTranslation_10 (HandleRef pThis, IntPtr _arg)

Static Private Member Functions

static vtkImageTranslateExtent ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageTranslateExtent - Changes extent, nothing else.

Description vtkImageTranslateExtent shift the whole extent, but does not change the data.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageTranslateExtent.vtkImageTranslateExtent ( 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.vtkImageTranslateExtent.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.vtkImageAlgorithm.

Delta to change "WholeExtent". -1 changes 0->10 to -1->9.

virtual void Kitware.VTK.vtkImageTranslateExtent.GetTranslation ( ref int  _arg1,
ref int  _arg2,
ref int  _arg3 
) [virtual]

Delta to change "WholeExtent". -1 changes 0->10 to -1->9.

virtual void Kitware.VTK.vtkImageTranslateExtent.GetTranslation ( IntPtr  _arg) [virtual]

Delta to change "WholeExtent". -1 changes 0->10 to -1->9.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageTranslateExtent.SetTranslation ( int  _arg1,
int  _arg2,
int  _arg3 
) [virtual]

Delta to change "WholeExtent". -1 changes 0->10 to -1->9.

virtual void Kitware.VTK.vtkImageTranslateExtent.SetTranslation ( IntPtr  _arg) [virtual]

Delta to change "WholeExtent". -1 changes 0->10 to -1->9.

static internal IntPtr Kitware.VTK.vtkImageTranslateExtent.vtkImageTranslateExtent_GetTranslation_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageTranslateExtent.vtkImageTranslateExtent_GetTranslation_02 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2,
ref int  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageTranslateExtent.vtkImageTranslateExtent_GetTranslation_03 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkImageTranslateExtent.vtkImageTranslateExtent_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageTranslateExtent.vtkImageTranslateExtent_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageTranslateExtent.vtkImageTranslateExtent_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageTranslateExtent.vtkImageTranslateExtent_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageTranslateExtent.vtkImageTranslateExtent_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageTranslateExtent.vtkImageTranslateExtent_SetTranslation_09 ( HandleRef  pThis,
int  _arg1,
int  _arg2,
int  _arg3 
) [private]
static internal void Kitware.VTK.vtkImageTranslateExtent.vtkImageTranslateExtent_SetTranslation_10 ( HandleRef  pThis,
IntPtr  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageTranslateExtent.MRClassNameKey = "23vtkImageTranslateExtent" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.


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