MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / GetCount

Method GetCount

src/KeyFrame.cpp:424–427  ·  view source on GitHub ↗

Get the number of points (i.e. # of points)

Source from the content-addressed store, hash-verified

422
423// Get the number of points (i.e. # of points)
424int64_t Keyframe::GetCount() const {
425
426 return Points.size();
427}
428
429// Remove a point by matching a coordinate
430void Keyframe::RemovePoint(Point p) {

Callers 9

init_reader_rotationMethod · 0.80
EndMethod · 0.80
SetJsonValueMethod · 0.80
add_property_jsonMethod · 0.80
ApplyKeyframesMethod · 0.80
add_property_jsonMethod · 0.80
GetFrameMethod · 0.80
Clip.cppFile · 0.80
KeyFrame.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected