Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ MeshFactory
Method
MeshFactory
src/MeshFactory.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
using namespace PyMesh;
15
16
MeshFactory::MeshFactory() {
17
m_mesh = Mesh::Ptr(new Mesh());
18
}
19
20
MeshFactory& MeshFactory::load_file(const std::string& filename) {
21
MeshParser::Ptr parser = MeshParser::create_parser(filename);
Callers
2
load_mesh
Function · 0.45
form_mesh
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected