Blender V4.3
tracks.cc File Reference

Go to the source code of this file.

Functions

libmv_Trackslibmv_tracksNew (void)
 
void libmv_tracksDestroy (libmv_Tracks *libmv_tracks)
 
void libmv_tracksInsert (libmv_Tracks *libmv_tracks, int image, int track, double x, double y, double weight)
 

Function Documentation

◆ libmv_tracksDestroy()

void libmv_tracksDestroy ( libmv_Tracks * libmv_tracks)

Definition at line 19 of file intern/tracks.cc.

References LIBMV_OBJECT_DELETE.

◆ libmv_tracksInsert()

void libmv_tracksInsert ( libmv_Tracks * libmv_tracks,
int image,
int track,
double x,
double y,
double weight )

Definition at line 23 of file intern/tracks.cc.

◆ libmv_tracksNew()

libmv_Tracks * libmv_tracksNew ( void )

Definition at line 13 of file intern/tracks.cc.

References LIBMV_OBJECT_NEW, and tracks.