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

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

Added original make3d

File size: 4.5 KB
Line 
1vripFileCmds.cc:        interp->result = "Usage: vrip_writegrid <filename>";
2vripFileCmds.cc:        interp->result = "vrip_writegrid: could not write file";
3vripFileCmds.cc:        interp->result = "Usage: vrip_writegridnorm <filename>";
4vripFileCmds.cc:        interp->result = "vrip_writegridnorm: could not write file";
5vripFileCmds.cc:        interp->result = "Usage: vrip_writeden <filename>";
6vripFileCmds.cc:        interp->result = "Usage: vrip_readgrid <filename>";
7vripFileCmds.cc:        interp->result = "vrip_readgrid: could not read file";
8vripFillCmds.cc:        interp->result = "Usage: vrip_ellipse <xlen> <ylen> <zlen>";
9vripFillCmds.cc:        interp->result = "Grid not allocated.";
10vripFillCmds.cc:        interp->result = "Usage: vrip_ellipse <xlen> <ylen> <zlen>";
11vripFillCmds.cc:        interp->result = "Grid not allocated.";
12vripFillCmds.cc:        interp->result = "Usage: vrip_cylinder <radius>";
13vripFillCmds.cc:        interp->result = "Grid not allocated.";
14vripFillCmds.cc:        interp->result = "Usage: vrip_fillrle <value> <weight>";
15vripFillCmds.cc:        interp->result = "Grid not allocated.";
16vripFillCmds.cc:        interp->result = "Usage: vrip_cube <xlen> <ylen> <zlen>";
17vripFillCmds.cc:        interp->result = "Grid not allocated.";
18vripFillCmds.cc:        interp->result = "Usage: vrip_cuberle <xlen> <ylen> <zlen>";
19vripFillCmds.cc:        interp->result = "Grid not allocated.";
20vripGridCmds.cc:        interp->result = "Usage: vrip_newgrid <dim> <res> [<ox> <oy> <oz>]";
21vripGridCmds.cc:        interp->result = "Usage: vrip_newgridrle <dim> [<dim> <dim>] <res> [<ox> <oy> <oz>]";
22vripGridCmds.cc:        interp->result = "Usage: vrip_newgridnormrle <dim> [<dim> <dim>] <res> [<ox> <oy> <oz>]";
23vripGridCmds.cc:        interp->result = "Usage: vrip_avgdown";
24vripGridCmds.cc:        interp->result = "Grid not allocated yet";
25vripGridCmds.cc:        interp->result = "Usage: vrip_avgdown";
26vripGridCmds.cc:        interp->result = "Usage: vrip_avgdown";
27vripGridCmds.cc:        interp->result = "Usage: vrip_transpxz";
28vripGridCmds.cc:        interp->result = "Usage: vrip_transpyz";
29vripGridCmds.cc:        interp->result = "Usage: vrip_varfromconst";
30vripGridCmds.cc:        interp->result = "Usage: vrip_transpxz";
31vripGridCmds.cc:        interp->result = "Usage: vrip_transpxy";
32vripGridCmds.cc:        interp->result = "Usage: vrip_transpyz";
33vripGridCmds.cc:        interp->result =
34vripGridCmds.cc:        interp->result = "Out of range!";
35vripGridCmds.cc:        interp->result = "Usage: vrip_blurvb";
36vripGUICmds.cc: interp->result = "Usage: vrip_photoslice <photo-widget> <slice-num> <axis>";
37vripGUICmds.cc: interp->result = "Grid not allocated.";
38vripGUICmds.cc:  sprintf(interp->result,"%d %d %d",frontRLEGrid->xdim,frontRLEGrid->ydim,frontRLEGrid->zdim);
39vripGUICmds.cc: interp->result = "Usage: vrip_photoslicerle <photo-widget> <slice-num> <axis> <weight-scale>";
40vripGUICmds.cc: interp->result = "Grid not allocated.";
41vripGUICmds.cc: interp->result = "weight scale out of range";
42vripGUICmds.cc: interp->result = "Usage: vrip_photoslicerle <photo-widget> <slice-num> <axis> <weight-scale>";
43vripGUICmds.cc: interp->result = "Grid not allocated.";
44vripGUICmds.cc: interp->result = "weight scale out of range";
45vripGUICmds.cc:        interp->result = "Usage: vrip_getvoxelrle <ix> <iy> <iz>";
46vripGUICmds.cc: interp->result = "Grid not allocated.";
47vripInit.cc:      interp->result = Tcl_GetVar (interp, "errorInfo", TCL_GLOBAL_ONLY);
48vripInit.cc:    rcFileExists = atoi(interp->result);
49vripMain.cc: *  message in interp->result if an error occurs.
50vripMiscCmds.cc:        interp->result = "wrong # of args";
51vripPlyCmds.cc: interp->result = "Usage: vrip_fillplygaps <file-in> <file-out>";
52vripPlyCmds.cc: interp->result = "Usage: vrip_extendplyedges <file-in> <file-out>";
53vripPlyCmds.cc: interp->result = "Usage: vrip_plyconf <file-in> <file-out>";
54vripPlyCmds.cc:      interp->result = "Usage: vrip_plydmap <file-out> [noise_level]";
55vripRangeCmds.cc:       interp->result = "wrong number of args";
56vripRangeCmds.cc:       interp->result = "Grid not allocated.";
57vripRangeCmds.cc:       interp->result = "wrong number of args";
58vripRangeCmds.cc:       interp->result = "Grid not allocated.";
59vripRangeCmds.cc:       interp->result = "wrong number of args";
60vripRangeCmds.cc:       interp->result = "Grid not allocated.";
61vripRangeCmds.cc:       interp->result = "wrong number of args";
62vripRangeCmds.cc:       interp->result = "Grid not allocated.";
63vripRangeCmds.cc:       interp->result = "wrong number of args";
64vripRangeCmds.cc:       interp->result = "Grid not allocated.";
65vripRangeCmds.cc:       interp->result = "wrong number of args";
66vripRangeCmds.cc:       interp->result = "Grid not allocated.";
67vripRangeCmds.cc:       interp->result = "wrong number of args";
68vripRangeCmds.cc:       interp->result = "Grid not allocated.";
Note: See TracBrowser for help on using the repository browser.