MEPP2 Project
|
#include <iostream>
#include <sstream>
#include <fstream>
#include <vector>
#include <set>
#include <boost/shared_ptr.hpp>
#include "FEVV/DataStructures/AIF/AIFMesh.hpp"
#include "FEVV/Tools/IO/MeshWriterInterface.h"
#include "FEVV/DataStructures/AIF/AIFMeshWriter.inl"
Go to the source code of this file.
Classes | |
class | FEVV::DataStructures::AIF::AIFMeshWriter |
This class represents an AIFMesh object writer. An AIFMeshWriter writes a mesh file (.obj, .off, .vtk, .vtp, .vtu) using an input 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 | |