Changeset 678 for GTP/trunk/Lib/Vis/Preprocessing/src/X3dExporter.cpp
- Timestamp:
- 03/07/06 11:09:10 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/X3dExporter.cpp
r580 r678 277 277 } 278 278 279 ExportPolygons(cell-> mPolys);279 ExportPolygons(cell->GetPolys()); 280 280 } 281 281 … … 971 971 tree.ConstructGeometry(*it, geom); 972 972 973 ExportPolygons(geom. mPolys);973 ExportPolygons(geom.GetPolys()); 974 974 } 975 975 }
Note: See TracChangeset
for help on using the changeset viewer.