|
Blender V4.5
|
#include <COM_distortion_grid.hh>
Inherits blender::compositor::CachedResource.
Public Member Functions | |
| DistortionGrid (Context &context, MovieClip *movie_clip, int2int2 size, DistortionType type, int2int2 calibration_size) | |
| ~DistortionGrid () | |
Public Attributes | |
| Result | result |
| Public Attributes inherited from blender::compositor::CachedResource | |
| bool | needed = true |
Definition at line 54 of file COM_distortion_grid.hh.
| blender::compositor::DistortionGrid::DistortionGrid | ( | Context & | context, |
| MovieClip * | movie_clip, | ||
| int2int2 | size, | ||
| DistortionType | type, | ||
| int2int2 | calibration_size ) |
Definition at line 56 of file distortion_grid.cc.
References BKE_tracking_distortion_bounds_deltas(), BKE_tracking_distortion_distort_v2(), BKE_tracking_distortion_free(), BKE_tracking_distortion_new(), BKE_tracking_distortion_undistort_v2(), GPU_DATA_FLOAT, GPU_texture_update(), blender::math::min(), blender::compositor::parallel_for(), result, size(), MovieClip::tracking, blender::compositor::Undistort, and x.
| blender::compositor::DistortionGrid::~DistortionGrid | ( | ) |
Definition at line 126 of file distortion_grid.cc.
References result.
| Result blender::compositor::DistortionGrid::result |
Definition at line 59 of file COM_distortion_grid.hh.
Referenced by DistortionGrid(), and ~DistortionGrid().