Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032 #ifndef TriangleStripGenerator_INCLUDE_ONCE
00033 #define TriangleStripGenerator_INCLUDE_ONCE
00034
00035 #include <vlGraphics/link_config.hpp>
00036
00037 namespace vl
00038 {
00039 class Geometry;
00040
00044 class VLGRAPHICS_EXPORT TriangleStripGenerator
00045 {
00046 public:
00047 static void stripfy(Geometry* geom, int cache_size=22, bool merge_strips = true, bool remove_doubles = true, bool substitute_quads = true);
00048 };
00049 }
00050
00051 #endif