osgEarth 2.1.1
|
Public Types | |
typedef std::map< osg::Vec3, GLuint > | VertMap |
Public Member Functions | |
LineData () | |
GLuint | record (const osg::Vec3 &v) |
void | operator() (const osg::Vec3 &v0, const osg::Vec3 &v1, bool temp) |
Public Attributes | |
VertMap | _vertMap |
osg::Vec3Array * | _verts |
LineQueue | _lines |
Definition at line 270 of file MeshSubdivider.cpp.
typedef std::map<osg::Vec3,GLuint> anonymous_namespace{MeshSubdivider.cpp}::LineData::VertMap |
Definition at line 272 of file MeshSubdivider.cpp.
anonymous_namespace{MeshSubdivider.cpp}::LineData::LineData | ( | ) | [inline] |
Definition at line 277 of file MeshSubdivider.cpp.
{ _verts = new osg::Vec3Array(); }
void anonymous_namespace{MeshSubdivider.cpp}::LineData::operator() | ( | const osg::Vec3 & | v0, |
const osg::Vec3 & | v1, | ||
bool | temp | ||
) | [inline] |
Definition at line 298 of file MeshSubdivider.cpp.
GLuint anonymous_namespace{MeshSubdivider.cpp}::LineData::record | ( | const osg::Vec3 & | v | ) | [inline] |
LineQueue anonymous_namespace{MeshSubdivider.cpp}::LineData::_lines |
Definition at line 275 of file MeshSubdivider.cpp.
VertMap anonymous_namespace{MeshSubdivider.cpp}::LineData::_vertMap |
Definition at line 273 of file MeshSubdivider.cpp.
osg::Vec3Array* anonymous_namespace{MeshSubdivider.cpp}::LineData::_verts |
Definition at line 274 of file MeshSubdivider.cpp.