VIP: Volume Image Processing


list.h File Reference
#include <vip/bucket.h>
Include dependency graph for list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  superpoint
 
struct  superlist
 

Macros

#define EXIST   123456
 

Typedefs

typedef struct superpoint SuperPoint
 
typedef struct superlist SuperList
 

Functions

SuperListCreateSuperList (int size)
 
int FreeSuperList (SuperList *dead)
 
int KillSuperList (SuperList *sup)
 
VolumeSuperListToVolume (SuperList *list, Volume *volref)
 
int AddSuperListToVolume (SuperList *list, Volume *vol, int value)
 
int MixteErreurVolumeRef (SuperList *list, SuperList *listpp, Volume *ref, double moy)
 
int AddErreurToVolumeRecal (SuperList *list, VipG3DBucket *buck, Volume *recal, double moy)
 

Macro Definition Documentation

◆ EXIST

#define EXIST   123456

Definition at line 31 of file list.h.

Typedef Documentation

◆ SuperList

typedef struct superlist SuperList

◆ SuperPoint

typedef struct superpoint SuperPoint

Function Documentation

◆ AddErreurToVolumeRecal()

int AddErreurToVolumeRecal ( SuperList * list,
VipG3DBucket * buck,
Volume * recal,
double moy )
extern

◆ AddSuperListToVolume()

int AddSuperListToVolume ( SuperList * list,
Volume * vol,
int value )
extern

◆ CreateSuperList()

SuperList * CreateSuperList ( int size)
extern

◆ FreeSuperList()

int FreeSuperList ( SuperList * dead)
extern

◆ KillSuperList()

int KillSuperList ( SuperList * sup)
extern

◆ MixteErreurVolumeRef()

int MixteErreurVolumeRef ( SuperList * list,
SuperList * listpp,
Volume * ref,
double moy )
extern

◆ SuperListToVolume()

Volume * SuperListToVolume ( SuperList * list,
Volume * volref )
extern