Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ push_back
Method
push_back
site-packages/matplotlib/tri/_tri.cpp:195–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
void ContourLine::push_back(const XY& point)
196
{
197
if (empty() || point != back())
198
std::vector<XY>::push_back(point);
199
}
200
201
void ContourLine::write() const
202
{
Callers
10
calculate_boundaries
Method · 0.45
clear_visited_flags
Method · 0.45
find_boundary_lines
Method · 0.45
find_boundary_lines_filled
Method · 0.45
find_interior_lines
Method · 0.45
follow_boundary
Method · 0.45
follow_interior
Method · 0.45
find_trapezoids_intersecting_edge
Method · 0.45
initialize
Method · 0.45
add_parent
Method · 0.45
Calls
1
empty
Function · 0.50
Tested by
no test coverage detected