public static void DirectGridDataToVoxel(
CDB db,
int x_channel,
int y_channel,
int z_channel,
int data_channel,
string output_voxel_filename,
double origin_x,
double origin_y,
double origin_z,
int cell_count_x,
int cell_count_y,
int cell_count_z,
double cell_size_x,
double cell_size_y,
double cell_size_z,
int method
)
public static void DirectGridDataToVoxel(
CDB db,
int x_channel,
int y_channel,
int z_channel,
int data_channel,
string output_voxel_filename,
double origin_x,
double origin_y,
double origin_z,
int cell_count_x,
int cell_count_y,
int cell_count_z,
double cell_size_x,
double cell_size_y,
double cell_size_z,
int method
)
Public Shared Sub DirectGridDataToVoxel (
db As CDB,
x_channel As Integer,
y_channel As Integer,
z_channel As Integer,
data_channel As Integer,
output_voxel_filename As String,
origin_x As Double,
origin_y As Double,
origin_z As Double,
cell_count_x As Integer,
cell_count_y As Integer,
cell_count_z As Integer,
cell_size_x As Double,
cell_size_y As Double,
cell_size_z As Double,
method As Integer
)
Public Shared Sub DirectGridDataToVoxel (
db As CDB,
x_channel As Integer,
y_channel As Integer,
z_channel As Integer,
data_channel As Integer,
output_voxel_filename As String,
origin_x As Double,
origin_y As Double,
origin_z As Double,
cell_count_x As Integer,
cell_count_y As Integer,
cell_count_z As Integer,
cell_size_x As Double,
cell_size_y As Double,
cell_size_z As Double,
method As Integer
)
public:
static void DirectGridDataToVoxel(
CDB^ db,
int x_channel,
int y_channel,
int z_channel,
int data_channel,
String^ output_voxel_filename,
double origin_x,
double origin_y,
double origin_z,
int cell_count_x,
int cell_count_y,
int cell_count_z,
double cell_size_x,
double cell_size_y,
double cell_size_z,
int method
)
public:
static void DirectGridDataToVoxel(
CDB^ db,
int x_channel,
int y_channel,
int z_channel,
int data_channel,
String^ output_voxel_filename,
double origin_x,
double origin_y,
double origin_z,
int cell_count_x,
int cell_count_y,
int cell_count_z,
double cell_size_x,
double cell_size_y,
double cell_size_z,
int method
)
static member DirectGridDataToVoxel :
db : CDB *
x_channel : int *
y_channel : int *
z_channel : int *
data_channel : int *
output_voxel_filename : string *
origin_x : float *
origin_y : float *
origin_z : float *
cell_count_x : int *
cell_count_y : int *
cell_count_z : int *
cell_size_x : float *
cell_size_y : float *
cell_size_z : float *
method : int -> unit
static member DirectGridDataToVoxel :
db : CDB *
x_channel : int *
y_channel : int *
z_channel : int *
data_channel : int *
output_voxel_filename : string *
origin_x : float *
origin_y : float *
origin_z : float *
cell_count_x : int *
cell_count_y : int *
cell_count_z : int *
cell_size_x : float *
cell_size_y : float *
cell_size_z : float *
method : int -> unit