Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 21 of file testParse.cpp.
25 std::cout <<
"Usage: " << argv[0] <<
" <input xdlrc file>" <<
" <output xdlrc file>" <<std::endl;
30 std::cout <<
"\n\nReading " <<argv[1] << std::endl;
32 std::cout <<
"DONE!" << std::endl;
35 std::cout <<
"\n\nwriting into " <<argv[2] << std::endl;
37 std::cout <<
"DONE!" << std::endl;
boost::shared_ptr< PrimitiveSet > PrimitiveSetSharedPtr
Shared pointer encapsulation of a PrimitiveSet.
void WritePrimitiveFile(const char *outFileName, PrimitiveSetSharedPtr primitives)
write an XDLRC file
PrimitiveSetSharedPtr ParsePrimitiveFile(const char *inFileName)
parse an XDLRC file