 | CDUBSpline Method |
B-spline Interpolate a Channel.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void BSpline(
CDB db,
int line,
int i_ch,
int o_ch,
double sd,
double rou,
double tau
)
public static void BSpline(
CDB db,
int line,
int i_ch,
int o_ch,
double sd,
double rou,
double tau
)
Public Shared Sub BSpline (
db As CDB,
line As Integer,
i_ch As Integer,
o_ch As Integer,
sd As Double,
rou As Double,
tau As Double
)
Public Shared Sub BSpline (
db As CDB,
line As Integer,
i_ch As Integer,
o_ch As Integer,
sd As Double,
rou As Double,
tau As Double
)
public:
static void BSpline(
CDB^ db,
int line,
int i_ch,
int o_ch,
double sd,
double rou,
double tau
)
public:
static void BSpline(
CDB^ db,
int line,
int i_ch,
int o_ch,
double sd,
double rou,
double tau
)
static member BSpline :
db : CDB *
line : int *
i_ch : int *
o_ch : int *
sd : float *
rou : float *
tau : float -> unit
static member BSpline :
db : CDB *
line : int *
i_ch : int *
o_ch : int *
sd : float *
rou : float *
tau : float -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - line
- Type: SystemInt32
Line handle - i_ch
- Type: SystemInt32
Channel to interpolate [<define>DB_LOCK_READONLY</define>] - o_ch
- Type: SystemInt32
Output interpolated channel [<define>DB_LOCK_READWRITE</define>] - sd
- Type: SystemDouble
Data error (Std Dev > 0.0) - rou
- Type: SystemDouble
Roughness (Rou > 0.0) - tau
- Type: SystemDouble
Tension (0.<= Tension <=1.)
See Also