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

vtkImagePadFilter - Super class for filters that fill in extra pixels. More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Set/Get the number of output scalar components.

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

Here is the call graph for this function:

Set/Get the number of output scalar components.

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

Member Data Documentation

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.


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