MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / construct

Method construct

source/MRMesh/MRGraph.cpp:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5{
6
7void Graph::construct( NeighboursPerVertex neighboursPerVertex, EndsPerEdge endsPerEdge )
8{
9 construct(
10 std::move( neighboursPerVertex ),
11 VertBitSet( neighboursPerVertex.size(), true ),
12 std::move( endsPerEdge ),
13 EdgeBitSet( endsPerEdge.size(), true )
14 );
15}
16
17void Graph::construct( NeighboursPerVertex neighboursPerVertex, VertBitSet validVerts,
18 EndsPerEdge endsPerEdge, EdgeBitSet validEdges )

Callers 7

drawDialogMethod · 0.45
doOperation_Method · 0.45
drawDialogMethod · 0.45
pythonAddVoxelsToSceneFunction · 0.45
WatershedGraphMethod · 0.45
constructGraph_Method · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected