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

vtkImageCast - Image Data type Casting Filter More...

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

List of all members.

Public Member Functions

 vtkImageCast (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageCast ()
 Undocumented Block.
virtual void ClampOverflowOff ()
 When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type. By default ClampOverflow is off.
virtual void ClampOverflowOn ()
 When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type. By default ClampOverflow is off.
virtual int GetClampOverflow ()
 When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type. By default ClampOverflow is off.
virtual int GetOutputScalarType ()
 Set the desired output scalar type to cast to.
override int IsA (string type)
 Undocumented Block.
new vtkImageCast NewInstance ()
 Undocumented Block.
virtual void SetClampOverflow (int _arg)
 When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type. By default ClampOverflow is off.
virtual void SetOutputScalarType (int _arg)
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToChar ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToDouble ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToFloat ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToInt ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToLong ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToShort ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToUnsignedChar ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToUnsignedInt ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToUnsignedLong ()
 Set the desired output scalar type to cast to.
void SetOutputScalarTypeToUnsignedShort ()
 Set the desired output scalar type to cast to.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkImageCast"
 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 vtkImageCast_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageCast_ClampOverflowOff_01 (HandleRef pThis)
static internal void vtkImageCast_ClampOverflowOn_02 (HandleRef pThis)
static internal int vtkImageCast_GetClampOverflow_03 (HandleRef pThis)
static internal int vtkImageCast_GetOutputScalarType_04 (HandleRef pThis)
static internal int vtkImageCast_IsA_05 (HandleRef pThis, string type)
static internal int vtkImageCast_IsTypeOf_06 (string type)
static internal IntPtr vtkImageCast_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageCast_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageCast_SetClampOverflow_10 (HandleRef pThis, int _arg)
static internal void vtkImageCast_SetOutputScalarType_11 (HandleRef pThis, int _arg)
static internal void vtkImageCast_SetOutputScalarTypeToChar_12 (HandleRef pThis)
static internal void vtkImageCast_SetOutputScalarTypeToDouble_13 (HandleRef pThis)
static internal void vtkImageCast_SetOutputScalarTypeToFloat_14 (HandleRef pThis)
static internal void vtkImageCast_SetOutputScalarTypeToInt_15 (HandleRef pThis)
static internal void vtkImageCast_SetOutputScalarTypeToLong_16 (HandleRef pThis)
static internal void vtkImageCast_SetOutputScalarTypeToShort_17 (HandleRef pThis)
static internal void vtkImageCast_SetOutputScalarTypeToUnsignedChar_18 (HandleRef pThis)
static internal void vtkImageCast_SetOutputScalarTypeToUnsignedInt_19 (HandleRef pThis)
static internal void vtkImageCast_SetOutputScalarTypeToUnsignedLong_20 (HandleRef pThis)
static internal void vtkImageCast_SetOutputScalarTypeToUnsignedShort_21 (HandleRef pThis)

Static Private Member Functions

static vtkImageCast ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageCast - Image Data type Casting Filter

Description vtkImageCast filter casts the input type to match the output type in the image processing pipeline. The filter does nothing if the input already has the correct type. To specify the "CastTo" type, use "SetOutputScalarType" method.

Warning As vtkImageCast only casts values without rescaling them, its use is not recommented. vtkImageShiftScale is the recommented way to change the type of an image data.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

virtual void Kitware.VTK.vtkImageCast.ClampOverflowOff ( ) [virtual]

When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type. By default ClampOverflow is off.

virtual void Kitware.VTK.vtkImageCast.ClampOverflowOn ( ) [virtual]

When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type. By default ClampOverflow is off.

override void Kitware.VTK.vtkImageCast.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.vtkThreadedImageAlgorithm.

virtual int Kitware.VTK.vtkImageCast.GetClampOverflow ( ) [virtual]

When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type. By default ClampOverflow is off.

Set the desired output scalar type to cast to.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

static new vtkImageCast Kitware.VTK.vtkImageCast.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageCast.SetClampOverflow ( int  _arg) [virtual]

When the ClampOverflow flag is on, the data is thresholded so that the output value does not exceed the max or min of the data type. By default ClampOverflow is off.

virtual void Kitware.VTK.vtkImageCast.SetOutputScalarType ( int  _arg) [virtual]

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

Set the desired output scalar type to cast to.

static internal void Kitware.VTK.vtkImageCast.vtkImageCast_ClampOverflowOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_ClampOverflowOn_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageCast.vtkImageCast_GetClampOverflow_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageCast.vtkImageCast_GetOutputScalarType_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageCast.vtkImageCast_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageCast.vtkImageCast_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageCast.vtkImageCast_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageCast.vtkImageCast_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageCast.vtkImageCast_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_SetClampOverflow_10 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_SetOutputScalarType_11 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_SetOutputScalarTypeToChar_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_SetOutputScalarTypeToDouble_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_SetOutputScalarTypeToFloat_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_SetOutputScalarTypeToInt_15 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_SetOutputScalarTypeToLong_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_SetOutputScalarTypeToShort_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_SetOutputScalarTypeToUnsignedChar_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_SetOutputScalarTypeToUnsignedInt_19 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_SetOutputScalarTypeToUnsignedLong_20 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageCast.vtkImageCast_SetOutputScalarTypeToUnsignedShort_21 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageCast.MRClassNameKey = "12vtkImageCast" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.


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