OpenSceneGraph/src/osgPlugins/dxf
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
..
aci.cpp Fixed warnings. 2005-04-17 19:10:32 +00:00
aci.h From Paul de Repentinguy, DXF loader plugin. Ported to Linux by Robert Osfield. 2005-04-15 20:39:06 +00:00
codeValue.h From Philipp Siemoleit, 2006-06-26 09:30:16 +00:00
dxfBlock.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
dxfBlock.h From Paul de Repentinguy, DXF loader plugin. Ported to Linux by Robert Osfield. 2005-04-15 20:39:06 +00:00
dxfDataTypes.h From Paul de Repentigny, ciyple fo fixes for the DXF reader. 2005-12-15 15:36:55 +00:00
dxfEntity.cpp From Paul de Repentigny, ciyple fo fixes for the DXF reader. 2005-12-15 15:36:55 +00:00
dxfEntity.h Converted remaining osg::Matrix usage to osg::Matrixd. 2005-11-16 16:30:51 +00:00
dxfFile.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
dxfFile.h Refinement of includes to help IRIX build 2005-05-13 12:06:58 +00:00
dxfReader.cpp From Philipp Siemoleit, 2006-06-26 09:30:16 +00:00
dxfReader.h From Philipp Siemoleit, 2006-06-26 09:30:16 +00:00
dxfSection.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
dxfSection.h Refinement of includes to help IRIX build 2005-05-13 12:06:58 +00:00
dxfSectionBase.h From Paul de Repentinguy, DXF loader plugin. Ported to Linux by Robert Osfield. 2005-04-15 20:39:06 +00:00
dxfTable.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
dxfTable.h Fixed warnings. 2005-04-17 19:10:32 +00:00
GNUmakefile From Paul de Repentinguy, DXF loader plugin. Ported to Linux by Robert Osfield. 2005-04-15 20:39:06 +00:00
ReaderWriterDXF.cpp Replaced tabs with spaces. 2005-11-17 15:03:51 +00:00
scene.cpp From Eric Wing, warning fixes for gcc4.0/OSX. 2005-11-22 09:51:02 +00:00
scene.h Converted remaining osg::Matrix usage to osg::Matrixd. 2005-11-16 16:30:51 +00:00