Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/dxf/dxfTable.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/dxf/dxfTable.cpp
r4801 r13041 1 1 /* dxfReader for OpenSceneGraph Copyright (C) 2005 by GraphArchitecture ( grapharchitecture.com ) 2 2 * Programmed by Paul de Repentigny <pdr@grapharchitecture.com> 3 * 3 * 4 4 * OpenSceneGraph is (C) 2004 Robert Osfield 5 * 5 * 6 6 * This library is provided as-is, without support of any kind. 7 7 * 8 8 * Read DXF docs or OSG docs for any related questions. 9 * 9 * 10 10 * You may contact the author if you have suggestions/corrections/enhancements. 11 11 */ … … 15 15 16 16 17 void dxfLayer::assign(dxfFile*, codeValue& cv) 17 void dxfLayer::assign(dxfFile*, codeValue& cv) 18 18 { 19 19 switch (cv._groupCode) { … … 31 31 } 32 32 33 void dxfLayerTable::assign(dxfFile* dxf, codeValue& cv) 33 void dxfLayerTable::assign(dxfFile* dxf, codeValue& cv) 34 34 { 35 35 std::string s = cv._string;
