|
Blender V4.3
|
#include <cstdint>#include <memory>#include "BLI_array.hh"#include "BLI_hash.hh"#include "BLI_index_range.hh"#include "BLI_math_vector_types.hh"#include "BLI_task.hh"#include "DNA_defaults.h"#include "DNA_movieclip_types.h"#include "DNA_tracking_types.h"#include "GPU_texture.hh"#include "BKE_movieclip.h"#include "BKE_tracking.h"#include "COM_context.hh"#include "COM_distortion_grid.hh"#include "COM_result.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::realtime_compositor |
Functions | |
| bool | blender::realtime_compositor::operator== (const DistortionGridKey &a, const DistortionGridKey &b) |
| static int2 | blender::realtime_compositor::get_movie_clip_size (MovieClip *movie_clip, int frame_number) |