|
Blender V4.3
|
Go to the source code of this file.
Macros | |
| #define | LIBMV_OBJECT_NEW(type, ...) new (malloc(sizeof(type))) type(__VA_ARGS__) |
| #define | LIBMV_OBJECT_DELETE(what, type) |
| #define | LIBMV_STRUCT_NEW(type, count) (type*)malloc(sizeof(type) * count) |
| #define | LIBMV_STRUCT_DELETE(what) |
| #define LIBMV_OBJECT_DELETE | ( | what, | |
| type ) |
Definition at line 42 of file utildefines.h.
Referenced by libmv_autoTrackDestroy(), libmv_cameraIntrinsicsDestroy(), libmv_FrameAccessorDestroy(), libmv_reconstructionDestroy(), libmv_tracksDestroy(), and libmv_tracksDestroyN().
| #define LIBMV_OBJECT_NEW | ( | type, | |
| ... ) new (malloc(sizeof(type))) type(__VA_ARGS__) |
Definition at line 39 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 51 of file utildefines.h.
Referenced by libmv_featuresDestroy().
Definition at line 50 of file utildefines.h.