The F_FILTER_KERNEL_T_PTR type exposes the following members.

Constructors

NameDescription
Public methodF_FILTER_KERNEL_T_PTR(Int32)
コンストラクタ
Public methodF_FILTER_KERNEL_T_PTR(Int64)
コンストラクタ
Public methodF_FILTER_KERNEL_T_PTR(IntPtr)
コンストラクタ
Public methodF_FILTER_KERNEL_T_PTR(Void*)
コンストラクタ
Public methodF_FILTER_KERNEL_T_PTR(Int32, Int32)
コンストラクタ

Methods

NameDescription
Public methodStatic memberalloc
アンマネージリソースの確保
Public methodDispose
アンマネージリソースの解放
Public methodEquals
比較メソッド (等価)
(Overrides ValueType..::..Equals(Object).)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
ハッシュコードの取得
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToInt32
型変換
Public methodToInt64
型変換
Public methodToPointer
型変換
Public methodToString()()()()
型変換
(Overrides ValueType..::..ToString()()()().)
Public methodToString(String)
型変換

Operators

NameDescription
Public operatorStatic memberEquality(IntPtr, F_FILTER_KERNEL_T_PTR)
インスタンスの比較(等価)
Public operatorStatic memberEquality(F_FILTER_KERNEL_T_PTR, F_FILTER_KERNEL_T_PTR)
比較オペレータ (等価)
Public operatorStatic memberEquality(F_FILTER_KERNEL_T_PTR, IntPtr)
インスタンスの比較(等価)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int32 to F_FILTER_KERNEL_T_PTR)
明示的な型変換演算子 (F_FILTER_KERNEL_T_PTR←Int32)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int64 to F_FILTER_KERNEL_T_PTR)
明示的な型変換演算子 (F_FILTER_KERNEL_T_PTR←Int64)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Void* to F_FILTER_KERNEL_T_PTR)
明示的な型変換演算子 (F_FILTER_KERNEL_T_PTR←void*)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(F_FILTER_KERNEL_T_PTR to Void*)
明示的な型変換演算子 (void*←F_FILTER_KERNEL_T_PTR)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(F_FILTER_KERNEL_T_PTR to Int64)
明示的な型変換演算子 (Int64←F_FILTER_KERNEL_T_PTR)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(F_FILTER_KERNEL_T_PTR to Int32)
明示的な型変換演算子 (Int32←F_FILTER_KERNEL_T_PTR)
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(IntPtr to F_FILTER_KERNEL_T_PTR)
暗黙的な型変換演算子 (F_FILTER_KERNEL_T_PTR←IntPtr)
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(F_FILTER_KERNEL_T_PTR to IntPtr)
暗黙的な型変換演算子 (IntPtr←F_FILTER_KERNEL_T_PTR)
Public operatorStatic memberInequality(IntPtr, F_FILTER_KERNEL_T_PTR)
インスタンスの比較(不等価)
Public operatorStatic memberInequality(F_FILTER_KERNEL_T_PTR, F_FILTER_KERNEL_T_PTR)
比較オペレータ (不等価)
Public operatorStatic memberInequality(F_FILTER_KERNEL_T_PTR, IntPtr)
インスタンスの比較(不等価)

Fields

NameDescription
Public fieldStatic memberZero
無効なアドレス(IntPtr.Zero)を示す定数

Properties

NameDescription
Public propertyanchor_x
カーネルのX方向アンカー位置( 0〜(size_x-1) )
Public propertyanchor_y
カーネルのY方向アンカー位置( 0〜(size_y-1) )
Public propertydenom
フィルタコンボリューション時の除算値( != 0.0 )
Public propertyItem
カーネルの値
Public propertyp
カーネルを表す1次元配列の先頭ポインタ (DOUBLE*)
Public propertyStatic memberSize
ポインタのサイズ
Public propertysize_x
カーネルのX方向サイズ( 1以上 )
Public propertysize_y
カーネルのY方向サイズ( 1以上 )
Public propertyStatic memberSizeOfItem
配列要素1つ分のサイズ(byte)

See Also