VIP: Volume Image Processing


translation.h File Reference
Include dependency graph for translation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef Vip3DPoint_VFLOAT Translation
 

Functions

TranslationVipGetInitialTranslation (Surface *surf, Volume *vol, Gravity *volgrav)
 
EchelleGetVolumeEchelle (Volume *vol)
 
EchelleGetSurfaceEchelle (Surface *surf)
 
TranslationCalculInitialTranslation (Gravity *gref, Gravity *echref, Echelle *grecal, Echelle *echrecal)
 
SuperListVipGetTranslatedBucket (VipG3DBucket *buck, Translation *t, Echelle *echref, int interpol)
 
SuperListApplyTranslationWithPPVoisin (VipG3DBucket *buck, Translation *t, Echelle *echref)
 
SuperListApplyTranslationWithInterpolTrilin (VipG3DBucket *buck, Translation *t, Echelle *echref)
 

Typedef Documentation

◆ Translation

typedef Vip3DPoint_VFLOAT Translation

Definition at line 34 of file translation.h.

Function Documentation

◆ ApplyTranslationWithInterpolTrilin()

SuperList * ApplyTranslationWithInterpolTrilin ( VipG3DBucket * buck,
Translation * t,
Echelle * echref )
extern

◆ ApplyTranslationWithPPVoisin()

SuperList * ApplyTranslationWithPPVoisin ( VipG3DBucket * buck,
Translation * t,
Echelle * echref )
extern

◆ CalculInitialTranslation()

Translation * CalculInitialTranslation ( Gravity * gref,
Gravity * echref,
Echelle * grecal,
Echelle * echrecal )
extern

◆ GetSurfaceEchelle()

Echelle * GetSurfaceEchelle ( Surface * surf)
extern

◆ GetVolumeEchelle()

Echelle * GetVolumeEchelle ( Volume * vol)
extern

◆ VipGetInitialTranslation()

Translation * VipGetInitialTranslation ( Surface * surf,
Volume * vol,
Gravity * volgrav )
extern

◆ VipGetTranslatedBucket()

SuperList * VipGetTranslatedBucket ( VipG3DBucket * buck,
Translation * t,
Echelle * echref,
int interpol )
extern