Home
last modified time | relevance | path

Searched refs:_isNewSection (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/
H A DdxfFile.cpp88 _isNewSection = false; in assign()
91 _isNewSection = true; in assign()
95 } else if (cv._groupCode == 2 && _isNewSection) { in assign()
96 _isNewSection = false; in assign()
113 } else if (_isNewSection) { in assign()
H A DdxfFile.h31 _isNewSection(false) in dxfFile()
42 bool _isNewSection; variable
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/
H A DdxfFile.cpp88 _isNewSection = false; in assign()
91 _isNewSection = true; in assign()
95 } else if (cv._groupCode == 2 && _isNewSection) { in assign()
96 _isNewSection = false; in assign()
113 } else if (_isNewSection) { in assign()
H A DdxfFile.h31 _isNewSection(false) in dxfFile()
42 bool _isNewSection; variable