Classes | |
class | IsoSurfaceGenerator |
class | CellInfo |
class | EdgeCellInfo |
Functions | |
template<typename material_container > | |
bool | read_obj_materials (std::string const &filename, material_container &materials) |
template<typename cell_info_iterator > | |
void | clear_cell_grid (cell_info_iterator begin, cell_info_iterator end) |
void OpenTissue::mesh::detail::clear_cell_grid | ( | cell_info_iterator | begin, | |
cell_info_iterator | end | |||
) |
bool OpenTissue::mesh::detail::read_obj_materials | ( | std::string const & | filename, | |
material_container & | materials | |||
) |
Read OBJ Material Library.
filename | The filename of the material library | |
materials | Upon return this container holds the read mateials. |