source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/vrippack-0.31/src/vrip/vripRangeCmds.h @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 1.4 KB
Line 
1/*
2
3Brian Curless
4
5Computer Graphics Laboratory
6Stanford University
7
8---------------------------------------------------------------------
9
10Copyright (1997) The Board of Trustees of the Leland Stanford Junior
11University. Except for commercial resale, lease, license or other
12commercial transactions, permission is hereby given to use, copy,
13modify this software for academic purposes only.  No part of this
14software or any derivatives thereof may be used in the production of
15computer models for resale or for use in a commercial
16product. STANFORD MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
17CONCERNING THIS SOFTWARE.  No support is implied or provided.
18
19*/
20
21#include <tcl.h>
22
23int Vrip_RangeScanRLECmd(ClientData, Tcl_Interp *interp, 
24                        int argc, const char *argv[]);
25int Vrip_RangeScanCmd(ClientData, Tcl_Interp *interp, 
26                     int argc, const char *argv[]);
27int Vrip_RangeScanEdgesRLECmd(ClientData, Tcl_Interp *interp, 
28                            int argc, const char *argv[]);
29int Vrip_RangeScanNormRLECmd(ClientData, Tcl_Interp *interp, 
30                            int argc, const char *argv[]);
31int Vrip_RangeScanTreeCmd(ClientData, Tcl_Interp *interp, 
32                         int argc, const char *argv[]);
33int Vrip_RangeScanLinePerspCmd(ClientData, Tcl_Interp *interp, 
34                              int argc, const char *argv[]);
35int Vrip_RangeScanPerspCmd(ClientData, Tcl_Interp *interp, 
36                           int argc, const char *argv[]);
37int Vrip_RangeScanNoTreeRLECmd(ClientData, Tcl_Interp *interp, 
38                            int argc, const char *argv[]);
39
Note: See TracBrowser for help on using the repository browser.