43 #ifdef CHECK_MEMORY_LEAKS
45 #endif // CHECK_MEMORY_LEAKS
59 for (std::vector<std::string>::const_iterator it = list.begin(); it != list.end(); ++it) {
67 const std::string& rootElement,
69 const std::string& ) {
136 if (into.precision() == 2 && val < 2e7 && val > -2e7) {
176 if (into.precision() == 2 && val.
x() < 2e7 && val.
x() > -2e7 &&
177 val.
y() < 2e7 && val.
y() > -2e7 && val.
z() < 2e7 && val.
z() > -2e7) {
189 if (into.precision() == 2 && val.
x() < 2e7 && val.
x() > -2e7 &&
190 val.
y() < 2e7 && val.
y() > -2e7) {
215 for (PositionVector::const_iterator pos = val.begin(); pos != val.end(); ++pos) {
245 for (std::vector<int>::const_iterator it = val.begin(); it != val.end(); ++it) {