| 29 | } |
| 30 | |
| 31 | virtual MeshPtr load_mesh(const std::string& filename) { |
| 32 | std::string mesh_file = m_data_dir + filename; |
| 33 | return MeshFactory().load_file(mesh_file).create(); |
| 34 | } |
| 35 | |
| 36 | virtual MeshPtr load_data( |
| 37 | const Eigen::Ref<const VectorF>& vertices, |