MCPcopy 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

14using namespace PyMesh;
15
16MeshFactory::MeshFactory() {
17 m_mesh = Mesh::Ptr(new Mesh());
18}
19
20MeshFactory& MeshFactory::load_file(const std::string& filename) {
21 MeshParser::Ptr parser = MeshParser::create_parser(filename);

Callers 2

load_meshFunction · 0.45
form_meshFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected