equal
deleted
inserted
replaced
85 * that using a C callback was low cost). |
85 * that using a C callback was low cost). |
86 */ |
86 */ |
87 class QOutlineMapper |
87 class QOutlineMapper |
88 { |
88 { |
89 public: |
89 public: |
90 QOutlineMapper() |
90 QOutlineMapper() : |
91 : m_round_coords(false) |
91 m_element_types(0), |
|
92 m_elements(0), |
|
93 m_elements_dev(0), |
|
94 m_points(0), |
|
95 m_tags(0), |
|
96 m_contours(0), |
|
97 m_polygon_dev(0), |
|
98 m_round_coords(false) |
92 { |
99 { |
93 } |
100 } |
94 |
101 |
95 /*! |
102 /*! |
96 Sets up the matrix to be used for conversion. This also |
103 Sets up the matrix to be used for conversion. This also |