ActiViz .NET
5.8.0
|
vtkImagePadFilter - Super class for filters that fill in extra pixels. More...
Public Member Functions | |
vtkImagePadFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImagePadFilter () | |
Undocumented Block. | |
virtual int | GetOutputNumberOfScalarComponents () |
Set/Get the number of output scalar components. | |
void | GetOutputWholeExtent (IntPtr extent) |
The image extent of the output has to be set explicitly. | |
int[] | GetOutputWholeExtent () |
The image extent of the output has to be set explicitly. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImagePadFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetOutputNumberOfScalarComponents (int _arg) |
Set/Get the number of output scalar components. | |
void | SetOutputWholeExtent (IntPtr extent) |
The image extent of the output has to be set explicitly. | |
void | SetOutputWholeExtent (int minX, int maxX, int minY, int maxY, int minZ, int maxZ) |
The image extent of the output has to be set explicitly. | |
Static Public Member Functions | |
static new vtkImagePadFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImagePadFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImagePadFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkImagePadFilter" |
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 | vtkImagePadFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImagePadFilter_GetOutputNumberOfScalarComponents_01 (HandleRef pThis) |
static internal void | vtkImagePadFilter_GetOutputWholeExtent_02 (HandleRef pThis, IntPtr extent) |
static internal IntPtr | vtkImagePadFilter_GetOutputWholeExtent_03 (HandleRef pThis) |
static internal int | vtkImagePadFilter_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkImagePadFilter_IsTypeOf_05 (string type) |
static internal IntPtr | vtkImagePadFilter_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImagePadFilter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImagePadFilter_SetOutputNumberOfScalarComponents_09 (HandleRef pThis, int _arg) |
static internal void | vtkImagePadFilter_SetOutputWholeExtent_10 (HandleRef pThis, IntPtr extent) |
static internal void | vtkImagePadFilter_SetOutputWholeExtent_11 (HandleRef pThis, int minX, int maxX, int minY, int maxY, int minZ, int maxZ) |
Static Private Member Functions | |
static | vtkImagePadFilter () |
Automatically generated type registration mechanics. |
vtkImagePadFilter - Super class for filters that fill in extra pixels.
Description vtkImagePadFilter Changes the image extent of an image. If the image extent is larger than the input image extent, the extra pixels are filled by an algorithm determined by the subclass. The image extent of the output has to be specified.
static Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImagePadFilter.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.
Reimplemented in Kitware.VTK.vtkImageWrapPad, Kitware.VTK.vtkImageConstantPad, and Kitware.VTK.vtkImageMirrorPad.
virtual int Kitware.VTK.vtkImagePadFilter.GetOutputNumberOfScalarComponents | ( | ) | [virtual] |
Set/Get the number of output scalar components.
void Kitware.VTK.vtkImagePadFilter.GetOutputWholeExtent | ( | IntPtr | extent | ) |
The image extent of the output has to be set explicitly.
The image extent of the output has to be set explicitly.
override int Kitware.VTK.vtkImagePadFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageConstantPad, Kitware.VTK.vtkImageWrapPad, and Kitware.VTK.vtkImageMirrorPad.
static new int Kitware.VTK.vtkImagePadFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageConstantPad, Kitware.VTK.vtkImageWrapPad, and Kitware.VTK.vtkImageMirrorPad.
static new vtkImagePadFilter Kitware.VTK.vtkImagePadFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkImageWrapPad, Kitware.VTK.vtkImageConstantPad, and Kitware.VTK.vtkImageMirrorPad.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageConstantPad, Kitware.VTK.vtkImageWrapPad, and Kitware.VTK.vtkImageMirrorPad.
static new vtkImagePadFilter Kitware.VTK.vtkImagePadFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageConstantPad, Kitware.VTK.vtkImageWrapPad, and Kitware.VTK.vtkImageMirrorPad.
virtual void Kitware.VTK.vtkImagePadFilter.SetOutputNumberOfScalarComponents | ( | int | _arg | ) | [virtual] |
Set/Get the number of output scalar components.
void Kitware.VTK.vtkImagePadFilter.SetOutputWholeExtent | ( | IntPtr | extent | ) |
The image extent of the output has to be set explicitly.
void Kitware.VTK.vtkImagePadFilter.SetOutputWholeExtent | ( | int | minX, |
int | maxX, | ||
int | minY, | ||
int | maxY, | ||
int | minZ, | ||
int | maxZ | ||
) |
The image extent of the output has to be set explicitly.
static internal int Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter_GetOutputNumberOfScalarComponents_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter_GetOutputWholeExtent_02 | ( | HandleRef | pThis, |
IntPtr | extent | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter_GetOutputWholeExtent_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter_SetOutputNumberOfScalarComponents_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter_SetOutputWholeExtent_10 | ( | HandleRef | pThis, |
IntPtr | extent | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePadFilter.vtkImagePadFilter_SetOutputWholeExtent_11 | ( | HandleRef | pThis, |
int | minX, | ||
int | maxX, | ||
int | minY, | ||
int | maxY, | ||
int | minZ, | ||
int | maxZ | ||
) | [private] |
new readonly string Kitware.VTK.vtkImagePadFilter.MRClassNameKey = "17vtkImagePadFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageWrapPad, Kitware.VTK.vtkImageConstantPad, and Kitware.VTK.vtkImageMirrorPad.
new const string Kitware.VTK.vtkImagePadFilter.MRFullTypeName = "Kitware.VTK.vtkImagePadFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageWrapPad, Kitware.VTK.vtkImageConstantPad, and Kitware.VTK.vtkImageMirrorPad.