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& ) {
128 if (into.precision() == 2 && val < 2e7 && val > -2e7) {
168 if (into.precision() == 2 && val.
x() < 2e7 && val.
x() > -2e7 &&
169 val.
y() < 2e7 && val.
y() > -2e7 && val.
z() < 2e7 && val.
z() > -2e7) {
181 if (into.precision() == 2 && val.
x() < 2e7 && val.
x() > -2e7 &&
182 val.
y() < 2e7 && val.
y() > -2e7) {
207 for (PositionVector::const_iterator pos = val.begin(); pos != val.end(); ++pos) {
237 for (std::vector<int>::const_iterator it = val.begin(); it != val.end(); ++it) {