|
Blender V5.0
|
Go to the source code of this file.
Macros | |
| #define | LIBMV_OBJECT_NEW(type, ...) |
| #define | LIBMV_OBJECT_DELETE(what, type) |
| #define | LIBMV_STRUCT_NEW(type, count) |
| #define | LIBMV_STRUCT_DELETE(what) |
| #define LIBMV_OBJECT_DELETE | ( | what, | |
| type ) |
Definition at line 43 of file utildefines.h.
Referenced by libmv_autoTrackDestroy(), libmv_cameraIntrinsicsDestroy(), libmv_FrameAccessorDestroy(), libmv_reconstructionDestroy(), libmv_tracksDestroy(), and libmv_tracksDestroyN().
| #define LIBMV_OBJECT_NEW | ( | type, | |
| ... ) |
Definition at line 40 of file utildefines.h.
Referenced by libmv_autoTrackNew(), libmv_cameraIntrinsicsCopy(), libmv_cameraIntrinsicsCreateFromOptions(), libmv_FrameAccessorNew(), libmv_solveModal(), libmv_solveReconstruction(), libmv_tracksNew(), and libmv_tracksNewN().
| #define LIBMV_STRUCT_DELETE | ( | what | ) |
Definition at line 52 of file utildefines.h.
Referenced by libmv_featuresDestroy().
| #define LIBMV_STRUCT_NEW | ( | type, | |
| count ) |
Definition at line 51 of file utildefines.h.