TM2IN  0.5.1
collada.h
Go to the documentation of this file.
1 //
2 // Created by dongmin on 18. 7. 16.
3 //
4 
5 #ifndef TM2IN_IO_COLLADA_H
6 #define TM2IN_IO_COLLADA_H
7 
9 #include "features/Room.h"
10 
11 namespace TM2IN{
12  namespace io{
17  std::vector<Room*> importDAE(const char *filePath);
18 
19  }
20 }
21 
22 
23 #endif //TM2IN_IO_COLLADA_H
This file contains rapidxml parser and DOM implementation.
std::vector< Room * > importDAE(const char *filePath)
Imports COLLADA(dae) file and returns a vector of Room.
Definition: collada.cpp:16
Definition: collinear.cpp:10