VIP: Volume Image Processing


surface Struct Reference

#include <vip/matching/surface.h>

Collaboration diagram for surface:

Data Fields

int xsize
 
int ysize
 
int zsize
 
float xvoxsize
 
float yvoxsize
 
float zvoxsize
 
Gravity g
 
int n_buckets
 
VipG3DBucketbucket
 
Vip3DBucket_VFLOAT * dilated_bucket
 
int dilated_bucket_allocated
 
Vip3DBucket_S16BIT * global
 
Vip2DPoint_VFLOAT * gslice
 
int gslicefilled
 
int gradDim
 
int gradFilled
 
char grad_file_name [VIP_NAME_MAXLEN]
 

Detailed Description

Definition at line 36 of file surface.h.

Field Documentation

◆ bucket

VipG3DBucket* surface::bucket

Definition at line 47 of file surface.h.

◆ dilated_bucket

Vip3DBucket_VFLOAT* surface::dilated_bucket

Definition at line 48 of file surface.h.

◆ dilated_bucket_allocated

int surface::dilated_bucket_allocated

Definition at line 49 of file surface.h.

◆ g

Gravity surface::g

Definition at line 44 of file surface.h.

◆ global

Vip3DBucket_S16BIT* surface::global

Definition at line 50 of file surface.h.

◆ grad_file_name

char surface::grad_file_name[VIP_NAME_MAXLEN]

Definition at line 56 of file surface.h.

◆ gradDim

int surface::gradDim

Definition at line 54 of file surface.h.

◆ gradFilled

int surface::gradFilled

Definition at line 55 of file surface.h.

◆ gslice

Vip2DPoint_VFLOAT* surface::gslice

Definition at line 51 of file surface.h.

◆ gslicefilled

int surface::gslicefilled

Definition at line 52 of file surface.h.

◆ n_buckets

int surface::n_buckets

Definition at line 46 of file surface.h.

◆ xsize

int surface::xsize

Definition at line 38 of file surface.h.

◆ xvoxsize

float surface::xvoxsize

Definition at line 41 of file surface.h.

◆ ysize

int surface::ysize

Definition at line 39 of file surface.h.

◆ yvoxsize

float surface::yvoxsize

Definition at line 42 of file surface.h.

◆ zsize

int surface::zsize

Definition at line 40 of file surface.h.

◆ zvoxsize

float surface::zvoxsize

Definition at line 43 of file surface.h.


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