MCPcopy Create free account
hub / github.com/comaps/comaps / HasSameObjects

Method HasSameObjects

libs/drape_frontend/animation/animation.cpp:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51bool Animation::HasSameObjects(Animation const & animation) const
52{
53 TAnimObjects const & objects = animation.GetObjects();
54 for (auto const & object : objects)
55 if (HasObject(object))
56 return true;
57 return false;
58}
59
60bool Animation::CouldBeBlendedWith(Animation const & animation) const
61{

Callers 1

CombineAnimationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected