MEPP2 Project
|
#include "FEVV/DataStructures/AIF/AIFMesh.hpp"
#include "FEVV/DataStructures/AIF/AIFMeshReader.hpp"
#include "FEVV/DataStructures/AIF/AIFMeshWriter.hpp"
#include "FEVV/Tools/IO/FileUtilities.hpp"
#include "Testing/Utils/utils_are_meshes_identical.hpp"
#include "Testing/Utils/utils_identical_text_based_files.hpp"
#include <cassert>
Go to the source code of this file.
Typedefs | |
typedef AIFMeshReader | reader_type |
typedef AIFMeshWriter | writer_type |
Functions | |
int | main (int narg, char **argv) |
typedef AIFMeshReader reader_type |
Definition at line 22 of file test_reader_writer_aif.cpp.
typedef AIFMeshWriter writer_type |
Definition at line 23 of file test_reader_writer_aif.cpp.
int main | ( | int | narg, |
char ** | argv | ||
) |