source: GTP/trunk/Lib/Vis/Preprocessing/src/havran/testrt.h @ 2602

Revision 2602, 291 bytes checked in by bittner, 16 years ago (diff)

Havran ray Caster update

Line 
1
2#ifndef _TESTRT_H_
3#define _TESTRT_H_
4
5// This is for testing RT implementation
6void
7TestRTcamera(int argc, char **argv);
8
9void
10TestRTfromFile(int argc, char **argv);
11
12void
13TestRTfromFilePackets(int argc, char **argv);
14
15void
16TestRT_4_fromFile(int argc, char **argv);
17
18#endif // _TESTRT_H_
19
Note: See TracBrowser for help on using the repository browser.