Home
last modified time | relevance | path

Searched refs:dxfTable (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/
H A DdxfTable.h27 class dxfTable : public osg::Referenced
30 dxfTable() {} in dxfTable() function
31 virtual ~dxfTable() {} in ~dxfTable()
52 class dxfLayerTable : public dxfTable
H A DdxfSection.h75 std::vector<osg::ref_ptr<dxfTable> > _others;
76 osg::ref_ptr<dxfTable> _currentTable;
H A DdxfSection.cpp40 _currentTable = new dxfTable; in assign()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/
H A DdxfTable.h27 class dxfTable : public osg::Referenced
30 dxfTable() {} in dxfTable() function
31 virtual ~dxfTable() {} in ~dxfTable()
52 class dxfLayerTable : public dxfTable
H A DdxfSection.h75 std::vector<osg::ref_ptr<dxfTable> > _others;
76 osg::ref_ptr<dxfTable> _currentTable;
H A DdxfSection.cpp40 _currentTable = new dxfTable; in assign()