MEPP2 Project
|
#include <iostream>
#include <sstream>
#include <fstream>
#include <vector>
#include <boost/shared_ptr.hpp>
#include "FEVV/DataStructures/AIF/AIFMesh.hpp"
#include "FEVV/Tools/IO/MeshReaderInterface.h"
#include "FEVV/DataStructures/AIF/AIFMeshReader.inl"
Go to the source code of this file.
Classes | |
class | FEVV::DataStructures::AIF::AIFMeshReader |
This class represents an AIFMesh object reader. An AIFMeshReader reads a mesh file (.obj, .off, .ply, .vtk, .vtp, .vtu) and build the corresponding AIFMesh object. Note that some advanced properties (e.g. multi-texturing) may have not yet been implemented. More... | |
Namespaces | |
FEVV | |
Interfaces for plugins These interfaces will be used for different plugins. | |
FEVV::DataStructures | |
FEVV::DataStructures::AIF | |