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

vtkImageConstantPad - Makes image larger by padding with constant. More...

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

List of all members.

Public Member Functions

 vtkImageConstantPad (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageConstantPad ()
 Undocumented Block.
virtual double GetConstant ()
 Set/Get the pad value.
override int IsA (string type)
 Undocumented Block.
new vtkImageConstantPad NewInstance ()
 Undocumented Block.
virtual void SetConstant (double _arg)
 Set/Get the pad value.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkImageConstantPad"
 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 vtkImageConstantPad_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkImageConstantPad_GetConstant_01 (HandleRef pThis)
static internal int vtkImageConstantPad_IsA_02 (HandleRef pThis, string type)
static internal int vtkImageConstantPad_IsTypeOf_03 (string type)
static internal IntPtr vtkImageConstantPad_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageConstantPad_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageConstantPad_SetConstant_07 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkImageConstantPad ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageConstantPad - Makes image larger by padding with constant.

Description vtkImageConstantPad changes the image extent of its input. Any pixels outside of the original image extent are filled with a constant value (default is 0.0).


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageConstantPad.vtkImageConstantPad ( 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.vtkImageConstantPad.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.vtkImagePadFilter.

virtual double Kitware.VTK.vtkImageConstantPad.GetConstant ( ) [virtual]

Set/Get the pad value.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImagePadFilter.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImagePadFilter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImagePadFilter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImagePadFilter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImagePadFilter.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageConstantPad.SetConstant ( double  _arg) [virtual]

Set/Get the pad value.

static internal double Kitware.VTK.vtkImageConstantPad.vtkImageConstantPad_GetConstant_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageConstantPad.vtkImageConstantPad_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageConstantPad.vtkImageConstantPad_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageConstantPad.vtkImageConstantPad_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageConstantPad.vtkImageConstantPad_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageConstantPad.vtkImageConstantPad_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageConstantPad.vtkImageConstantPad_SetConstant_07 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageConstantPad.MRClassNameKey = "19vtkImageConstantPad" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImagePadFilter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImagePadFilter.


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