Blender
V3.3
|
Go to the source code of this file.
Typedefs | |
typedef struct libmv_Tracks | libmv_Tracks |
Functions | |
libmv_Tracks * | libmv_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) |
typedef struct libmv_Tracks libmv_Tracks |
Definition at line 1 of file intern/tracks.h.
void libmv_tracksDestroy | ( | libmv_Tracks * | libmv_tracks | ) |
Definition at line 95 of file stub.cc.
References LIBMV_OBJECT_DELETE.
Referenced by BKE_tracking_reconstruction_context_free().
void libmv_tracksInsert | ( | libmv_Tracks * | libmv_tracks, |
int | image, | ||
int | track, | ||
double | x, | ||
double | y, | ||
double | weight | ||
) |
libmv_Tracks* libmv_tracksNew | ( | void | ) |
Definition at line 83 of file stub.cc.
References LIBMV_OBJECT_NEW, NULL, and tracks.
Referenced by libmv_tracks_new().