Changeset 13500 for trunk/psModules/src/concepts/pmConcepts.c
- Timestamp:
- May 23, 2007, 6:07:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.c
r13499 r13500 873 873 psMetadataItem *cellXwindow = psMetadataItemAllocS32("CELL.XWINDOW", 874 874 "Start of cell window (pixels)", 0); 875 pmConceptRegister(cellXwindow, NULL, NULL, true, PM_FPA_LEVEL_CELL); 875 pmConceptRegister(cellXwindow, (pmConceptParseFunc)p_pmConceptParse_Positions, 876 (pmConceptFormatFunc)p_pmConceptFormat_Positions, true, PM_FPA_LEVEL_CELL); 876 877 psFree(cellXwindow); 877 878 } 878 879 879 // CELL.Y SIZE880 // CELL.YWINDOW 880 881 { 881 882 psMetadataItem *cellYwindow = psMetadataItemAllocS32("CELL.YWINDOW", 882 883 "Start of cell window (pixels)", 0); 883 pmConceptRegister(cellYwindow, NULL, NULL, true, PM_FPA_LEVEL_CELL); 884 pmConceptRegister(cellYwindow, (pmConceptParseFunc)p_pmConceptParse_Positions, 885 (pmConceptFormatFunc)p_pmConceptFormat_Positions, true, PM_FPA_LEVEL_CELL); 884 886 psFree(cellYwindow); 885 887 }
Note:
See TracChangeset
for help on using the changeset viewer.
