| 19 | virtual bool parse(const std::string& filename); |
| 20 | |
| 21 | virtual size_t dim() const { return m_dim; } |
| 22 | virtual size_t vertex_per_face() const { return m_vertex_per_face; } |
| 23 | virtual size_t vertex_per_voxel() const { return m_vertex_per_voxel; } |
| 24 |