Contains factories to generate a cell complex from an obj file. More...
#include <config.h>
#include <string>
#include <util/vector.h>
#include <QIODevice>
#include <QTextStream>
#include <QString>
#include <QFile>
#include <iostream>
#include <algorithms/complex.h>
Go to the source code of this file.
Classes | |
class | complex_factory::ObjReaderError |
Error object returned by the complex_factory::objreader functions. More... | |
Namespaces | |
namespace | complex_factory |
Contains functions to initialise a complex. | |
Functions | |
template<class CellComplex , class Model > | |
ObjReaderError | complex_factory::objreader (std::string filename, CellComplex &T, Model &model) |
Convenience methods that read a Wavefront OBJ file. | |
template<class CellComplex , class Model > | |
ObjReaderError | complex_factory::objreader (const QString &filename, CellComplex &T, Model &model) |
Convenience methods that read a Wavefront OBJ file. | |
template<class CellComplex , class Model > | |
ObjReaderError | complex_factory::objreader (QTextStream &content, CellComplex &T, Model &model) |
Read a Wavefront OBJ file describing a surface and return the complex representing it. |
Contains factories to generate a cell complex from an obj file.
Definition in file objreader.h.