|
Blender V5.0
|
#include <COM_keying_screen.hh>
Inherits blender::compositor::CachedResource.
Public Member Functions | |
| KeyingScreen (Context &context, MovieClip *movie_clip, MovieTrackingObject *movie_tracking_object, const float smoothness) | |
| ~KeyingScreen () | |
Public Attributes | |
| Result | result |
| Public Attributes inherited from blender::compositor::CachedResource | |
| bool | needed = true |
Definition at line 44 of file COM_keying_screen.hh.
| blender::compositor::KeyingScreen::KeyingScreen | ( | Context & | context, |
| MovieClip * | movie_clip, | ||
| MovieTrackingObject * | movie_tracking_object, | ||
| const float | smoothness ) |
Definition at line 127 of file keying_screen.cc.
References BKE_movieclip_get_size(), blender::compositor::compute_marker_points(), blender::compositor::get_movie_clip_user(), blender::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), result, and size().
| blender::compositor::KeyingScreen::~KeyingScreen | ( | ) |
Definition at line 233 of file keying_screen.cc.
References result.
| Result blender::compositor::KeyingScreen::result |
Definition at line 46 of file COM_keying_screen.hh.
Referenced by KeyingScreen(), and ~KeyingScreen().