MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / create

Method create

src/geode/mesh/core/graph.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 Graph::~Graph() = default;
167
168 std::unique_ptr< Graph > Graph::create()
169 {
170 return MeshFactory::create_default_mesh< Graph >(
171 Graph::type_name_static() );
172 }
173
174 std::unique_ptr< Graph > Graph::create( const MeshImpl& impl )
175 {

Callers 15

test-py-graph.pyFile · 0.45
test_barycentersFunction · 0.45
test_normalsFunction · 0.45
test_gradient_grid2DFunction · 0.45
test_gradient_grid3DFunction · 0.45
create_surfaceFunction · 0.45
test_rescaleFunction · 0.45
test_translateFunction · 0.45

Calls

no outgoing calls

Tested by 13

test_barycentersFunction · 0.36
test_normalsFunction · 0.36
test_gradient_grid2DFunction · 0.36
test_gradient_grid3DFunction · 0.36
create_surfaceFunction · 0.36
test_rescaleFunction · 0.36
test_translateFunction · 0.36
test_polygon_areaFunction · 0.36
test_polygon_normalFunction · 0.36