|
Blender V5.0
|
#include <COM_distortion_grid.hh>
Public Member Functions | |
| DistortionGridKey (const MovieTrackingCamera &camera, int2 size, DistortionType type, int2 calibration_size) | |
| uint64_t | hash () const |
Public Attributes | |
| MovieTrackingCamera | camera |
| int2 | size |
| DistortionType | type |
| int2 | calibration_size |
Definition at line 30 of file COM_distortion_grid.hh.
| blender::compositor::DistortionGridKey::DistortionGridKey | ( | const MovieTrackingCamera & | camera, |
| int2 | size, | ||
| DistortionType | type, | ||
| int2 | calibration_size ) |
Definition at line 29 of file distortion_grid.cc.
References calibration_size, camera, size, and type.
| uint64_t blender::compositor::DistortionGridKey::hash | ( | ) | const |
Definition at line 37 of file distortion_grid.cc.
References BKE_tracking_camera_distortion_hash(), calibration_size, camera, blender::get_default_hash(), size, and type.
| int2 blender::compositor::DistortionGridKey::calibration_size |
Definition at line 35 of file COM_distortion_grid.hh.
Referenced by DistortionGridKey(), hash(), and blender::compositor::operator==().
| MovieTrackingCamera blender::compositor::DistortionGridKey::camera |
Definition at line 32 of file COM_distortion_grid.hh.
Referenced by DistortionGridKey(), hash(), and blender::compositor::operator==().
| int2 blender::compositor::DistortionGridKey::size |
Definition at line 33 of file COM_distortion_grid.hh.
Referenced by DistortionGridKey(), hash(), and blender::compositor::operator==().
| DistortionType blender::compositor::DistortionGridKey::type |
Definition at line 34 of file COM_distortion_grid.hh.
Referenced by DistortionGridKey(), hash(), and blender::compositor::operator==().