ecat  5.1.2
matpkg.h File Reference
#include <math.h>
Include dependency graph for matpkg.h:

Go to the source code of this file.

Classes

struct  matrix
 
struct  vol3d
 
struct  stack3d
 
struct  view2d
 

Typedefs

typedef struct matrixMatrix
 
typedef struct vol3dVol3d
 
typedef struct stack3dStack3d
 
typedef struct view2dView2d
 

Functions

Matrix mat_alloc ()
 
Vol3d make3d_volume ()
 
Stack3d make3d_stack ()
 

Typedef Documentation

◆ Matrix

typedef struct matrix * Matrix

◆ Stack3d

typedef struct stack3d * Stack3d

◆ View2d

typedef struct view2d * View2d

◆ Vol3d

typedef struct vol3d * Vol3d

Function Documentation

◆ make3d_stack()

Stack3d make3d_stack ( )

◆ make3d_volume()

Vol3d make3d_volume ( )

◆ mat_alloc()

Matrix mat_alloc ( )