|
Blender V5.0
|
Inherits blender::compositor::NodeOperation.
Additional Inherited Members | |
| Protected Member Functions inherited from blender::compositor::NodeOperation | |
| void | compute_preview () override |
| const DNode & | node () const |
| const bNode & | bnode () const |
| bool | should_compute_output (StringRef identifier) |
| Protected Member Functions inherited from blender::compositor::Operation | |
| virtual Domain | compute_domain () |
| virtual void | add_and_evaluate_input_processors () |
| void | add_and_evaluate_input_processor (StringRef identifier, SimpleOperation *processor) |
| Result & | get_input (StringRef identifier) const |
| void | switch_result_mapped_to_input (StringRef identifier, Result *result) |
| void | populate_result (StringRef identifier, Result result) |
| void | declare_input_descriptor (StringRef identifier, InputDescriptor descriptor) |
| InputDescriptor & | get_input_descriptor (StringRef identifier) |
| Context & | context () const |
Definition at line 134 of file node_composite_trackpos.cc.
|
inline |
Definition at line 265 of file node_composite_trackpos.cc.
References MovieTrackingMarker::flag, i, MARKER_DISABLED, MovieTrackingTrack::markers, MovieTrackingTrack::markersnr, and MovieTrackingMarker::pos.
Referenced by compute_reference_marker_position().
|
inline |
Definition at line 283 of file node_composite_trackpos.cc.
References BKE_movieclip_remap_scene_to_clip_frame(), BKE_tracking_marker_get(), get_movie_clip(), and MovieTrackingMarker::pos.
Referenced by compute_reference_marker_position(), and execute().
|
inline |
Definition at line 249 of file node_composite_trackpos.cc.
References CMP_NODE_TRACK_POSITION_ABSOLUTE, CMP_NODE_TRACK_POSITION_ABSOLUTE_FRAME, CMP_NODE_TRACK_POSITION_RELATIVE_FRAME, CMP_NODE_TRACK_POSITION_RELATIVE_START, compute_first_marker_position(), compute_marker_position_at_frame(), get_mode(), and get_relative_frame().
Referenced by execute_position().
|
inline |
Definition at line 231 of file node_composite_trackpos.cc.
References BKE_movieclip_remap_scene_to_clip_frame(), BKE_tracking_marker_get_exact(), MovieTrackingMarker::flag, get_frame(), get_movie_clip(), MARKER_DISABLED, and MovieTrackingMarker::pos.
Referenced by execute_speed().
|
inlineoverridevirtual |
Implements blender::compositor::Operation.
Definition at line 138 of file node_composite_trackpos.cc.
References compute_marker_position_at_frame(), execute_invalid(), execute_position(), execute_speed(), get_frame(), get_movie_tracking_track(), get_size(), and size().
|
inline |
Definition at line 208 of file node_composite_trackpos.cc.
References blender::compositor::Operation::get_result(), result, and blender::compositor::NodeOperation::should_compute_output().
Referenced by execute().
|
inline |
Definition at line 154 of file node_composite_trackpos.cc.
References compute_reference_marker_position(), blender::compositor::Operation::get_result(), result, blender::compositor::NodeOperation::should_compute_output(), and size().
Referenced by execute().
|
inline |
Definition at line 180 of file node_composite_trackpos.cc.
References compute_temporally_neighboring_marker_position(), blender::compositor::Operation::get_result(), result, blender::compositor::NodeOperation::should_compute_output(), and size().
Referenced by execute().
|
inline |
Definition at line 345 of file node_composite_trackpos.cc.
References blender::compositor::Operation::get_input(), and blender::compositor::Result::get_single_value_default().
Referenced by get_frame().
|
inline |
Definition at line 334 of file node_composite_trackpos.cc.
References CMP_NODE_TRACK_POSITION_ABSOLUTE_FRAME, blender::compositor::Operation::context(), get_absolute_frame(), blender::compositor::Context::get_frame_number(), and get_mode().
Referenced by compute_temporally_neighboring_marker_position(), execute(), and get_size().
|
inline |
Definition at line 350 of file node_composite_trackpos.cc.
References CMP_NODE_TRACK_POSITION_ABSOLUTE, blender::compositor::Operation::get_input(), input, and blender::nodes::MenuValue::value.
Referenced by compute_reference_marker_position(), and get_frame().
|
inline |
Definition at line 358 of file node_composite_trackpos.cc.
References blender::compositor::NodeOperation::bnode(), and bNode::id.
Referenced by compute_marker_position_at_frame(), compute_temporally_neighboring_marker_position(), get_movie_tracking_track(), and get_size().
|
inline |
Definition at line 293 of file node_composite_trackpos.cc.
References BKE_tracking_object_find_track_with_name(), BKE_tracking_object_get_named(), blender::compositor::NodeOperation::bnode(), get_movie_clip(), and MovieClip::tracking.
Referenced by execute().
|
inline |
Definition at line 327 of file node_composite_trackpos.cc.
References blender::compositor::Operation::get_input(), and blender::compositor::Result::get_single_value_default().
Referenced by compute_reference_marker_position().
|
inline |
Definition at line 314 of file node_composite_trackpos.cc.
References BKE_movieclip_get_size(), BKE_movieclip_user_set_frame(), DNA_struct_default_get, get_frame(), get_movie_clip(), and size().
Referenced by execute().
| blender::compositor::NodeOperation::NodeOperation | ( | Context & | context, |
| DNode | node ) |
Definition at line 39 of file node_operation.cc.