|
Blender
V3.3
|
#include "intern/tracks.h"#include "intern/utildefines.h"#include "libmv/simple_pipeline/tracks.h"Go to the source code of this file.
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) |
| void libmv_tracksDestroy | ( | libmv_Tracks * | libmv_tracks | ) |
Definition at line 18 of file intern/tracks.cc.
References LIBMV_OBJECT_DELETE.
| void libmv_tracksInsert | ( | libmv_Tracks * | libmv_tracks, |
| int | image, | ||
| int | track, | ||
| double | x, | ||
| double | y, | ||
| double | weight | ||
| ) |
Definition at line 22 of file intern/tracks.cc.
| libmv_Tracks* libmv_tracksNew | ( | void | ) |
Definition at line 12 of file intern/tracks.cc.
References LIBMV_OBJECT_NEW, and tracks.