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,
70 const std::string& ) {
140 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) {
213 for (PositionVector::ContType::const_iterator pos = val.
begin(); pos != val.
end(); ++pos) {