Files
OpenSceneGraph/src/osgPlugins
Robert Osfield 3b499341ed From Philipp Siemoleit,
There are some group codes (i.e. "62") which are interpreted as
    dxfDataType::SHORT. That's right because the dxf-specification defines
    "16 bit integer" as the type for the corresponding value.
    But readerBase::readGroup() calls readValue(std::ifstream&, unsigned
    short). I changed readValue(std::ifstream&, unsigned short) to
    readValue(std::ifstream&, short). I found no group code at the dxf-specs
    which needs a "16 bit unsigned integer" value. So the
    readValue(std::ifstream&, unsigned short) function is obsolete - right?
2006-06-26 09:30:16 +00:00
..
2005-11-17 15:03:51 +00:00
2005-11-17 15:03:51 +00:00
2006-06-26 09:30:16 +00:00
2005-11-09 10:41:52 +00:00
2006-05-16 21:20:36 +00:00
2005-10-24 13:46:31 +00:00
2005-11-17 15:03:51 +00:00
2005-04-08 09:36:42 +00:00
2005-11-17 15:03:51 +00:00
2006-02-06 19:40:45 +00:00
2005-11-17 15:03:51 +00:00
2006-05-01 16:13:37 +00:00
2005-11-17 15:03:51 +00:00
2005-11-17 15:03:51 +00:00
2005-11-17 15:03:51 +00:00
2005-11-17 15:03:51 +00:00
2005-11-17 15:03:51 +00:00
2006-03-14 13:18:21 +00:00