MCPcopy Create free account
hub / github.com/dalboris/vpaint / edge

Method edge

src/Gui/VectorAnimationComplex/SmartKeyEdgeSet.cpp:76–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76KeyEdge * SmartConnectedKeyEdgeSet::edge() const
77{
78 if(edgeSet_.size() == 1)
79 {
80 return *edgeSet_.begin();
81 }
82 else
83 {
84 return 0;
85 }
86}
87
88ProperPath SmartConnectedKeyEdgeSet::path() const
89{

Callers 1

Calls 2

sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected