[mapguide-commits] r1242 - trunk/MgDev/Common/Stylization

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Mar 15 12:46:45 EDT 2007


Author: traianstanev
Date: 2007-03-15 12:46:45 -0400 (Thu, 15 Mar 2007)
New Revision: 1242

Modified:
   trunk/MgDev/Common/Stylization/SE_LineBuffer.cpp
Log:
more cleanup.

Modified: trunk/MgDev/Common/Stylization/SE_LineBuffer.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/SE_LineBuffer.cpp	2007-03-15 16:45:47 UTC (rev 1241)
+++ trunk/MgDev/Common/Stylization/SE_LineBuffer.cpp	2007-03-15 16:46:45 UTC (rev 1242)
@@ -636,29 +636,7 @@
 
     return m_xf_buf;
 }
-/*
-LineBuffer* SE_LineBuffer::Transform(LineBuffer* lb, const SE_Matrix& xform, double weight)
-{
-    m_src_lb = lb;
-    m_xf = xform;
-    m_xf_tol = 0.0;
-    m_xf_weight = weight;
 
-    if (m_xf_bounds)
-    {
-        m_xf_bounds->Free();
-        m_xf_bounds = NULL;
-    }
-
-    m_xf_buf->SetToTransform(xform, lb);
-    if (m_compute_bounds)
-        m_xf_bounds = ComputeConvexHull(m_xf_buf->points(), m_xf_buf->cntrs(), m_xf_buf->cntr_count(), m_xf_weight);
-    if (m_xf_bounds)
-        m_xf_buf->SetBounds(m_xf_bounds);
-
-    return m_xf_buf;
-}
-*/
 LineBuffer* SE_LineBuffer::TransformInstance(const SE_Matrix& xform)
 {
     m_inst_buf->SetToTransform(xform, m_xf_buf);



More information about the mapguide-commits mailing list