File mesh.hpp
File List > atlas > core > geometry > mesh.hpp
Go to the documentation of this file
#pragma once
#include <string>
namespace atlas {
class mesh {
public:
mesh() = default;
// TODO: Change this because UNUSED!!!
mesh(const std::string& p_filepath);
};
};