

Definition at line 98 of file LabelModes.h.
Public Member Functions | |
| LineLabelRendering (osg::Group *group, osg::Vec3 first_local_coor_position, osg::Vec3 first_world_coor_position, std::string label_text, int unique_id, int line_width) | |
| ~LineLabelRendering () | |
| void | AddPointToLine (osg::Group *group, osg::Vec3 position_local_coor, osg::Vec3 position_world_coor) |
| void | Delete (void) |
| void | SetNormalRendering (q_vec_type current_viewpoint) |
| void | SetSelectedRendering (q_vec_type current_viewpoint) |
Public Attributes | |
| std::vector< osg::Vec3 > | _position_local_coor |
| std::vector< osg::Vec3 > | _position_world_coor |
| bool | _selected_flag |
| int | _unique_id |
| bool | _deleted_flag |
| int | _line_width |
1.4.4