Changeset 5952 for geovis/trunk/Placard.h
- Timestamp:
- Jan 11, 2016, 7:03:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
geovis/trunk/Placard.h
r5944 r5952 65 65 66 66 PlacardNode() : 67 LabelNode()67 osgEarth::Annotation::LabelNode() 68 68 {} 69 69 PlacardNode(const PlacardNode& other, const osg::CopyOp& op = osg::CopyOp::DEEP_COPY_ALL) : 70 LabelNode(other, op),70 osgEarth::Annotation::LabelNode(other, op), 71 71 _placardConf(other._placardConf) 72 72 { … … 76 76 const Placard& placardConf, 77 77 const osgEarth::Features::AttributeTable &attrs, 78 const osgEarth::S tyle& style = osgEarth::Style());78 const osgEarth::Symbology::Style& style = osgEarth::Symbology::Style()); 79 79 80 80 virtual ~PlacardNode()
Note: See TracChangeset
for help on using the changeset viewer.