Changeset 11113 for trunk/ippdb/src/ippdb.h
- Timestamp:
- Jan 16, 2007, 12:21:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/src/ippdb.h (modified) (27 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/src/ippdb.h
r11077 r11113 4842 4842 char *b1_uri; 4843 4843 char *b2_uri; 4844 psS16 fault; 4844 4845 } detProcessedImfileRow; 4845 4846 … … 4859 4860 psF64 bg_mean_stdev, 4860 4861 const char *b1_uri, 4861 const char *b2_uri 4862 const char *b2_uri, 4863 psS16 fault 4862 4864 ); 4863 4865 … … 4898 4900 psF64 bg_mean_stdev, 4899 4901 const char *b1_uri, 4900 const char *b2_uri 4902 const char *b2_uri, 4903 psS16 fault 4901 4904 ); 4902 4905 … … 5062 5065 char *b1_uri; 5063 5066 char *b2_uri; 5067 psS16 fault; 5064 5068 } detProcessedExpRow; 5065 5069 … … 5077 5081 psF64 bg_mean_stdev, 5078 5082 const char *b1_uri, 5079 const char *b2_uri 5083 const char *b2_uri, 5084 psS16 fault 5080 5085 ); 5081 5086 … … 5114 5119 psF64 bg_mean_stdev, 5115 5120 const char *b1_uri, 5116 const char *b2_uri 5121 const char *b2_uri, 5122 psS16 fault 5117 5123 ); 5118 5124 … … 5278 5284 psF64 bg_stdev; 5279 5285 psF64 bg_mean_stdev; 5286 psS16 fault; 5280 5287 } detStackedImfileRow; 5281 5288 … … 5293 5300 psF64 bg, 5294 5301 psF64 bg_stdev, 5295 psF64 bg_mean_stdev 5302 psF64 bg_mean_stdev, 5303 psS16 fault 5296 5304 ); 5297 5305 … … 5330 5338 psF64 bg, 5331 5339 psF64 bg_stdev, 5332 psF64 bg_mean_stdev 5340 psF64 bg_mean_stdev, 5341 psS16 fault 5333 5342 ); 5334 5343 … … 5490 5499 char *class_id; 5491 5500 psF32 norm; 5501 psS16 fault; 5492 5502 } detNormalizedStatImfileRow; 5493 5503 … … 5501 5511 psS32 iteration, 5502 5512 const char *class_id, 5503 psF32 norm 5513 psF32 norm, 5514 psS16 fault 5504 5515 ); 5505 5516 … … 5534 5545 psS32 iteration, 5535 5546 const char *class_id, 5536 psF32 norm 5547 psF32 norm, 5548 psS16 fault 5537 5549 ); 5538 5550 … … 5699 5711 char *b1_uri; 5700 5712 char *b2_uri; 5713 psS16 fault; 5701 5714 } detNormalizedImfileRow; 5702 5715 … … 5715 5728 psF64 bg_mean_stdev, 5716 5729 const char *b1_uri, 5717 const char *b2_uri 5730 const char *b2_uri, 5731 psS16 fault 5718 5732 ); 5719 5733 … … 5753 5767 psF64 bg_mean_stdev, 5754 5768 const char *b1_uri, 5755 const char *b2_uri 5769 const char *b2_uri, 5770 psS16 fault 5756 5771 ); 5757 5772 … … 5917 5932 char *b1_uri; 5918 5933 char *b2_uri; 5934 psS16 fault; 5919 5935 } detNormalizedExpRow; 5920 5936 … … 5932 5948 psF64 bg_mean_stdev, 5933 5949 const char *b1_uri, 5934 const char *b2_uri 5950 const char *b2_uri, 5951 psS16 fault 5935 5952 ); 5936 5953 … … 5969 5986 psF64 bg_mean_stdev, 5970 5987 const char *b1_uri, 5971 const char *b2_uri 5988 const char *b2_uri, 5989 psS16 fault 5972 5990 ); 5973 5991 … … 6136 6154 char *b1_uri; 6137 6155 char *b2_uri; 6156 psS16 fault; 6138 6157 } detResidImfileRow; 6139 6158 … … 6154 6173 psF64 bg_mean_stdev, 6155 6174 const char *b1_uri, 6156 const char *b2_uri 6175 const char *b2_uri, 6176 psS16 fault 6157 6177 ); 6158 6178 … … 6194 6214 psF64 bg_mean_stdev, 6195 6215 const char *b1_uri, 6196 const char *b2_uri 6216 const char *b2_uri, 6217 psS16 fault 6197 6218 ); 6198 6219 … … 6360 6381 char *b2_uri; 6361 6382 bool accept; 6383 psS16 fault; 6362 6384 } detResidExpRow; 6363 6385 … … 6377 6399 const char *b1_uri, 6378 6400 const char *b2_uri, 6379 bool accept 6401 bool accept, 6402 psS16 fault 6380 6403 ); 6381 6404 … … 6416 6439 const char *b1_uri, 6417 6440 const char *b2_uri, 6418 bool accept 6441 bool accept, 6442 psS16 fault 6419 6443 ); 6420 6444 … … 6578 6602 psF64 bg_mean_stdev; 6579 6603 bool accept; 6604 psS16 fault; 6580 6605 } detRunSummaryRow; 6581 6606 … … 6591 6616 psF64 bg_stdev, 6592 6617 psF64 bg_mean_stdev, 6593 bool accept 6618 bool accept, 6619 psS16 fault 6594 6620 ); 6595 6621 … … 6626 6652 psF64 bg_stdev, 6627 6653 psF64 bg_mean_stdev, 6628 bool accept 6654 bool accept, 6655 psS16 fault 6629 6656 ); 6630 6657
Note:
See TracChangeset
for help on using the changeset viewer.
