ActiViz .NET
5.8.0
|
vtkImageSlab - combine image slices to form a slab image More...
Public Member Functions | |
vtkImageSlab (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageSlab () | |
Undocumented Block. | |
virtual int | GetMultiSliceOutput () |
Turn on multi-slice output. Each slice of the output will be a projection through the specified range of input slices, e.g. if the SliceRange is [0,3] then slice 'i' of the output will be a projection through slices 'i' through '3+i' of the input. This flag is off by default. | |
virtual int | GetOperation () |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean". | |
string | GetOperationAsString () |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean". | |
virtual int | GetOperationMaxValue () |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean". | |
virtual int | GetOperationMinValue () |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean". | |
virtual int | GetOrientation () |
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction. | |
virtual int | GetOrientationMaxValue () |
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction. | |
virtual int | GetOrientationMinValue () |
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction. | |
virtual int | GetOutputScalarType () |
Set the output scalar type to float or double, to avoid potential overflow when doing a summation operation. The default is to use the scalar type of the input data, and clamp the output to the range of the input scalar type. | |
virtual int[] | GetSliceRange () |
Set the range of slices to combine. The default is to project through all slices. | |
virtual void | GetSliceRange (ref int _arg1, ref int _arg2) |
Set the range of slices to combine. The default is to project through all slices. | |
virtual void | GetSliceRange (IntPtr _arg) |
Set the range of slices to combine. The default is to project through all slices. | |
virtual int | GetTrapezoidIntegration () |
Use trapezoid integration for slab computation. This weighs the first and last slices by half when doing sum and mean, as compared to the default midpoint integration that weighs all slices equally. It is off by default. | |
override int | IsA (string type) |
Undocumented Block. | |
virtual void | MultiSliceOutputOff () |
Turn on multi-slice output. Each slice of the output will be a projection through the specified range of input slices, e.g. if the SliceRange is [0,3] then slice 'i' of the output will be a projection through slices 'i' through '3+i' of the input. This flag is off by default. | |
virtual void | MultiSliceOutputOn () |
Turn on multi-slice output. Each slice of the output will be a projection through the specified range of input slices, e.g. if the SliceRange is [0,3] then slice 'i' of the output will be a projection through slices 'i' through '3+i' of the input. This flag is off by default. | |
new vtkImageSlab | NewInstance () |
Undocumented Block. | |
virtual void | SetMultiSliceOutput (int _arg) |
Turn on multi-slice output. Each slice of the output will be a projection through the specified range of input slices, e.g. if the SliceRange is [0,3] then slice 'i' of the output will be a projection through slices 'i' through '3+i' of the input. This flag is off by default. | |
virtual void | SetOperation (int _arg) |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean". | |
void | SetOperationToMax () |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean". | |
void | SetOperationToMean () |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean". | |
void | SetOperationToMin () |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean". | |
void | SetOperationToSum () |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean". | |
virtual void | SetOrientation (int _arg) |
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction. | |
void | SetOrientationToX () |
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction. | |
void | SetOrientationToY () |
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction. | |
void | SetOrientationToZ () |
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction. | |
void | SetOutputScalarTypeToDouble () |
Set the output scalar type to float or double, to avoid potential overflow when doing a summation operation. The default is to use the scalar type of the input data, and clamp the output to the range of the input scalar type. | |
void | SetOutputScalarTypeToFloat () |
Set the output scalar type to float or double, to avoid potential overflow when doing a summation operation. The default is to use the scalar type of the input data, and clamp the output to the range of the input scalar type. | |
void | SetOutputScalarTypeToInputScalarType () |
Set the output scalar type to float or double, to avoid potential overflow when doing a summation operation. The default is to use the scalar type of the input data, and clamp the output to the range of the input scalar type. | |
virtual void | SetSliceRange (int _arg1, int _arg2) |
Set the range of slices to combine. The default is to project through all slices. | |
void | SetSliceRange (IntPtr _arg) |
Set the range of slices to combine. The default is to project through all slices. | |
virtual void | SetTrapezoidIntegration (int _arg) |
Use trapezoid integration for slab computation. This weighs the first and last slices by half when doing sum and mean, as compared to the default midpoint integration that weighs all slices equally. It is off by default. | |
virtual void | TrapezoidIntegrationOff () |
Use trapezoid integration for slab computation. This weighs the first and last slices by half when doing sum and mean, as compared to the default midpoint integration that weighs all slices equally. It is off by default. | |
virtual void | TrapezoidIntegrationOn () |
Use trapezoid integration for slab computation. This weighs the first and last slices by half when doing sum and mean, as compared to the default midpoint integration that weighs all slices equally. It is off by default. | |
Static Public Member Functions | |
static new vtkImageSlab | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageSlab | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageSlab" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "12vtkImageSlab" |
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 | vtkImageSlab_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageSlab_GetMultiSliceOutput_01 (HandleRef pThis) |
static internal int | vtkImageSlab_GetOperation_02 (HandleRef pThis) |
static internal IntPtr | vtkImageSlab_GetOperationAsString_03 (HandleRef pThis) |
static internal int | vtkImageSlab_GetOperationMaxValue_04 (HandleRef pThis) |
static internal int | vtkImageSlab_GetOperationMinValue_05 (HandleRef pThis) |
static internal int | vtkImageSlab_GetOrientation_06 (HandleRef pThis) |
static internal int | vtkImageSlab_GetOrientationMaxValue_07 (HandleRef pThis) |
static internal int | vtkImageSlab_GetOrientationMinValue_08 (HandleRef pThis) |
static internal int | vtkImageSlab_GetOutputScalarType_09 (HandleRef pThis) |
static internal IntPtr | vtkImageSlab_GetSliceRange_10 (HandleRef pThis) |
static internal void | vtkImageSlab_GetSliceRange_11 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkImageSlab_GetSliceRange_12 (HandleRef pThis, IntPtr _arg) |
static internal int | vtkImageSlab_GetTrapezoidIntegration_13 (HandleRef pThis) |
static internal int | vtkImageSlab_IsA_14 (HandleRef pThis, string type) |
static internal int | vtkImageSlab_IsTypeOf_15 (string type) |
static internal void | vtkImageSlab_MultiSliceOutputOff_16 (HandleRef pThis) |
static internal void | vtkImageSlab_MultiSliceOutputOn_17 (HandleRef pThis) |
static internal IntPtr | vtkImageSlab_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageSlab_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageSlab_SetMultiSliceOutput_21 (HandleRef pThis, int _arg) |
static internal void | vtkImageSlab_SetOperation_22 (HandleRef pThis, int _arg) |
static internal void | vtkImageSlab_SetOperationToMax_23 (HandleRef pThis) |
static internal void | vtkImageSlab_SetOperationToMean_24 (HandleRef pThis) |
static internal void | vtkImageSlab_SetOperationToMin_25 (HandleRef pThis) |
static internal void | vtkImageSlab_SetOperationToSum_26 (HandleRef pThis) |
static internal void | vtkImageSlab_SetOrientation_27 (HandleRef pThis, int _arg) |
static internal void | vtkImageSlab_SetOrientationToX_28 (HandleRef pThis) |
static internal void | vtkImageSlab_SetOrientationToY_29 (HandleRef pThis) |
static internal void | vtkImageSlab_SetOrientationToZ_30 (HandleRef pThis) |
static internal void | vtkImageSlab_SetOutputScalarTypeToDouble_31 (HandleRef pThis) |
static internal void | vtkImageSlab_SetOutputScalarTypeToFloat_32 (HandleRef pThis) |
static internal void | vtkImageSlab_SetOutputScalarTypeToInputScalarType_33 (HandleRef pThis) |
static internal void | vtkImageSlab_SetSliceRange_34 (HandleRef pThis, int _arg1, int _arg2) |
static internal void | vtkImageSlab_SetSliceRange_35 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkImageSlab_SetTrapezoidIntegration_36 (HandleRef pThis, int _arg) |
static internal void | vtkImageSlab_TrapezoidIntegrationOff_37 (HandleRef pThis) |
static internal void | vtkImageSlab_TrapezoidIntegrationOn_38 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkImageSlab () |
Automatically generated type registration mechanics. |
vtkImageSlab - combine image slices to form a slab image
Description vtkImageSlab will combine all of the slices of an image to create a single slice. The slices can be combined with the following operations: averaging, summation, minimum, maximum. If you require an arbitrary angle of projection, you can use vtkImageReslice. Thanks Thanks to David Gobbi for contributing this class to VTK.
static Kitware.VTK.vtkImageSlab.vtkImageSlab | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageSlab.vtkImageSlab | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageSlab.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.vtkImageSlab.GetMultiSliceOutput | ( | ) | [virtual] |
Turn on multi-slice output. Each slice of the output will be a projection through the specified range of input slices, e.g. if the SliceRange is [0,3] then slice 'i' of the output will be a projection through slices 'i' through '3+i' of the input. This flag is off by default.
virtual int Kitware.VTK.vtkImageSlab.GetOperation | ( | ) | [virtual] |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean".
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean".
virtual int Kitware.VTK.vtkImageSlab.GetOperationMaxValue | ( | ) | [virtual] |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean".
virtual int Kitware.VTK.vtkImageSlab.GetOperationMinValue | ( | ) | [virtual] |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean".
virtual int Kitware.VTK.vtkImageSlab.GetOrientation | ( | ) | [virtual] |
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction.
virtual int Kitware.VTK.vtkImageSlab.GetOrientationMaxValue | ( | ) | [virtual] |
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction.
virtual int Kitware.VTK.vtkImageSlab.GetOrientationMinValue | ( | ) | [virtual] |
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction.
virtual int Kitware.VTK.vtkImageSlab.GetOutputScalarType | ( | ) | [virtual] |
Set the output scalar type to float or double, to avoid potential overflow when doing a summation operation. The default is to use the scalar type of the input data, and clamp the output to the range of the input scalar type.
virtual int [] Kitware.VTK.vtkImageSlab.GetSliceRange | ( | ) | [virtual] |
Set the range of slices to combine. The default is to project through all slices.
virtual void Kitware.VTK.vtkImageSlab.GetSliceRange | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Set the range of slices to combine. The default is to project through all slices.
virtual void Kitware.VTK.vtkImageSlab.GetSliceRange | ( | IntPtr | _arg | ) | [virtual] |
Set the range of slices to combine. The default is to project through all slices.
virtual int Kitware.VTK.vtkImageSlab.GetTrapezoidIntegration | ( | ) | [virtual] |
Use trapezoid integration for slab computation. This weighs the first and last slices by half when doing sum and mean, as compared to the default midpoint integration that weighs all slices equally. It is off by default.
override int Kitware.VTK.vtkImageSlab.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new int Kitware.VTK.vtkImageSlab.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageSlab.MultiSliceOutputOff | ( | ) | [virtual] |
Turn on multi-slice output. Each slice of the output will be a projection through the specified range of input slices, e.g. if the SliceRange is [0,3] then slice 'i' of the output will be a projection through slices 'i' through '3+i' of the input. This flag is off by default.
virtual void Kitware.VTK.vtkImageSlab.MultiSliceOutputOn | ( | ) | [virtual] |
Turn on multi-slice output. Each slice of the output will be a projection through the specified range of input slices, e.g. if the SliceRange is [0,3] then slice 'i' of the output will be a projection through slices 'i' through '3+i' of the input. This flag is off by default.
static new vtkImageSlab Kitware.VTK.vtkImageSlab.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageSlab Kitware.VTK.vtkImageSlab.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageSlab.SetMultiSliceOutput | ( | int | _arg | ) | [virtual] |
Turn on multi-slice output. Each slice of the output will be a projection through the specified range of input slices, e.g. if the SliceRange is [0,3] then slice 'i' of the output will be a projection through slices 'i' through '3+i' of the input. This flag is off by default.
virtual void Kitware.VTK.vtkImageSlab.SetOperation | ( | int | _arg | ) | [virtual] |
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean".
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean".
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean".
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean".
Set the operation to use when combining slices. The choices are "Mean", "Sum", "Min", "Max". The default is "Mean".
virtual void Kitware.VTK.vtkImageSlab.SetOrientation | ( | int | _arg | ) | [virtual] |
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction.
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction.
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction.
Set the slice direction: zero for x, 1 for y, 2 for z. The default is the Z direction.
Set the output scalar type to float or double, to avoid potential overflow when doing a summation operation. The default is to use the scalar type of the input data, and clamp the output to the range of the input scalar type.
Set the output scalar type to float or double, to avoid potential overflow when doing a summation operation. The default is to use the scalar type of the input data, and clamp the output to the range of the input scalar type.
Set the output scalar type to float or double, to avoid potential overflow when doing a summation operation. The default is to use the scalar type of the input data, and clamp the output to the range of the input scalar type.
virtual void Kitware.VTK.vtkImageSlab.SetSliceRange | ( | int | _arg1, |
int | _arg2 | ||
) | [virtual] |
Set the range of slices to combine. The default is to project through all slices.
void Kitware.VTK.vtkImageSlab.SetSliceRange | ( | IntPtr | _arg | ) |
Set the range of slices to combine. The default is to project through all slices.
virtual void Kitware.VTK.vtkImageSlab.SetTrapezoidIntegration | ( | int | _arg | ) | [virtual] |
Use trapezoid integration for slab computation. This weighs the first and last slices by half when doing sum and mean, as compared to the default midpoint integration that weighs all slices equally. It is off by default.
virtual void Kitware.VTK.vtkImageSlab.TrapezoidIntegrationOff | ( | ) | [virtual] |
Use trapezoid integration for slab computation. This weighs the first and last slices by half when doing sum and mean, as compared to the default midpoint integration that weighs all slices equally. It is off by default.
virtual void Kitware.VTK.vtkImageSlab.TrapezoidIntegrationOn | ( | ) | [virtual] |
Use trapezoid integration for slab computation. This weighs the first and last slices by half when doing sum and mean, as compared to the default midpoint integration that weighs all slices equally. It is off by default.
static internal int Kitware.VTK.vtkImageSlab.vtkImageSlab_GetMultiSliceOutput_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageSlab.vtkImageSlab_GetOperation_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSlab.vtkImageSlab_GetOperationAsString_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageSlab.vtkImageSlab_GetOperationMaxValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageSlab.vtkImageSlab_GetOperationMinValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageSlab.vtkImageSlab_GetOrientation_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageSlab.vtkImageSlab_GetOrientationMaxValue_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageSlab.vtkImageSlab_GetOrientationMinValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageSlab.vtkImageSlab_GetOutputScalarType_09 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSlab.vtkImageSlab_GetSliceRange_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_GetSliceRange_11 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_GetSliceRange_12 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkImageSlab.vtkImageSlab_GetTrapezoidIntegration_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageSlab.vtkImageSlab_IsA_14 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageSlab.vtkImageSlab_IsTypeOf_15 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_MultiSliceOutputOff_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_MultiSliceOutputOn_17 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSlab.vtkImageSlab_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSlab.vtkImageSlab_NewInstance_19 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageSlab.vtkImageSlab_SafeDownCast_20 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetMultiSliceOutput_21 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetOperation_22 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetOperationToMax_23 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetOperationToMean_24 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetOperationToMin_25 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetOperationToSum_26 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetOrientation_27 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetOrientationToX_28 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetOrientationToY_29 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetOrientationToZ_30 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetOutputScalarTypeToDouble_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetOutputScalarTypeToFloat_32 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetOutputScalarTypeToInputScalarType_33 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetSliceRange_34 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetSliceRange_35 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_SetTrapezoidIntegration_36 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_TrapezoidIntegrationOff_37 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageSlab.vtkImageSlab_TrapezoidIntegrationOn_38 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkImageSlab.MRClassNameKey = "12vtkImageSlab" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new const string Kitware.VTK.vtkImageSlab.MRFullTypeName = "Kitware.VTK.vtkImageSlab" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.