Home
last modified time | relevance | path

Searched refs:mapNode (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XercesParserLiaison/Deprecated/
H A DXercesBridgeNavigator.cpp83 XercesBridgeNavigator::mapNode(const DOM_NodeType& theXercesNode) const in mapNode() function in XALAN_CPP_NAMESPACE::XercesBridgeNavigator
85 return m_ownerDocument->mapNode(theXercesNode); in mapNode()
91 XercesBridgeNavigator::mapNode(const DOM_AttrType& theXercesNode) const in mapNode() function in XALAN_CPP_NAMESPACE::XercesBridgeNavigator
93 return m_ownerDocument->mapNode(theXercesNode); in mapNode()
99 XercesBridgeNavigator::mapNode(const XalanNode* theXalanNode) const in mapNode() function in XALAN_CPP_NAMESPACE::XercesBridgeNavigator
101 return m_ownerDocument->mapNode(theXalanNode); in mapNode()
107 XercesBridgeNavigator::mapNode(const XalanAttr* theXalanNode) const in mapNode() function in XALAN_CPP_NAMESPACE::XercesBridgeNavigator
109 return m_ownerDocument->mapNode(theXalanNode); in mapNode()
195 assert(m_ownerDocument->mapNode(theXercesResult) == newChild); in insertBefore()
224 assert(m_ownerDocument->mapNode(theXercesResult) == oldChild); in replaceChild()
[all …]
H A DXercesDocumentBridge.cpp303 if (mapNode == true) in createBridgeNode()
319 bool mapNode) const in createBridgeNode()
329 if (m_doctype != 0 || mapNode == true) in createBridgeNode()
358 if (mapNode == true) in createBridgeNode()
373 bool mapNode) const in createBridgeNode()
383 if (mapNode == true) in createBridgeNode()
398 bool mapNode) const in createBridgeNode()
411 if (mapNode == true) in createBridgeNode()
439 if (mapNode == true) in createBridgeNode()
467 if (mapNode == true) in createBridgeNode()
[all …]
H A DXercesDocumentBridge.hpp291 mapNode(const DOM_NodeType& theXercesNode) const;
300 mapNode(const XalanNode* theXalanNode) const;
303 mapNode(const XalanAttr* theXalanNode) const;
416 mapNode(NodeImplType* theXercesNodeImpl) const;
447 bool mapNode) const;
459 bool mapNode) const;
471 bool mapNode) const;
477 bool mapNode) const;
495 bool mapNode) const;
501 bool mapNode) const;
[all …]
H A DXercesNamedNodeMapBridge.cpp75 const DOM_NodeType theNode = m_navigator.mapNode(arg); in setNamedItem()
91 theXalanNode = m_navigator.mapNode(theOldXercesNode); in setNamedItem()
108 return m_navigator.mapNode(m_xercesNamedNodeMap.item(index)); in item()
116 return m_navigator.mapNode(m_xercesNamedNodeMap.getNamedItem(name.c_str())); in getNamedItem()
140 theXalanNode = m_navigator.mapNode(theXercesNode); in removeNamedItem()
158 …return m_navigator.mapNode(m_xercesNamedNodeMap.getNamedItemNS(namespaceURI.c_str(), localName.c_s… in getNamedItemNS()
171 const DOM_NodeType theNode = m_navigator.mapNode(arg); in setNamedItemNS()
187 theXalanNode = m_navigator.mapNode(theOldXercesNode); in setNamedItemNS()
214 theXalanNode = m_navigator.mapNode(theXercesNode); in removeNamedItemNS()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthSplat/
H A DSplatExtension.cpp63 SplatExtension::connect(MapNode* mapNode)
65 if ( !mapNode )
93 if ( zone->configure(zones()[i], mapNode->getMap(), _dbo.get()) )
130 _splatLayerFactory->install(mapNode);
140 _GroundCoverLayerFactory->install(mapNode);
146 mapNode->getTerrainEngine()->addCullCallback( _zoneSwitcher.get() );
152 SplatExtension::disconnect(MapNode* mapNode)
154 if ( mapNode )
158 _splatLayerFactory->uninstall(mapNode);
164 _GroundCoverLayerFactory->uninstall(mapNode);
[all …]
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XercesParserLiaison/
H A DXercesWrapperNavigator.cpp77 XercesWrapperNavigator::mapNode(const DOMNodeType* theXercesNode) const in mapNode() function in XALAN_CPP_NAMESPACE::XercesWrapperNavigator
79 return m_ownerDocument->mapNode(theXercesNode); in mapNode()
85 XercesWrapperNavigator::mapNode(const DOMAttrType* theXercesNode) const in mapNode() function in XALAN_CPP_NAMESPACE::XercesWrapperNavigator
87 return m_ownerDocument->mapNode(theXercesNode); in mapNode()
93 XercesWrapperNavigator::mapNode(XalanNode* theXalanNode) const in mapNode() function in XALAN_CPP_NAMESPACE::XercesWrapperNavigator
95 return m_ownerDocument->mapNode(theXalanNode); in mapNode()
105 return m_ownerDocument->mapNode(theXercesNode->getParentNode()); in getParentNode()
135 return m_ownerDocument->mapNode(theXercesNode->getNextSibling()); in getNextSibling()
150 return m_ownerDocument->mapNode(theXercesNode->getFirstChild()); in getFirstChild()
165 return m_ownerDocument->mapNode(theXercesNode->getLastChild()); in getLastChild()
[all …]
H A DXercesDocumentWrapper.hpp212 mapNode(const DOMNodeType* theXercesNode) const;
225 mapNode(const DOMAttrType* theXercesNode) const;
251 mapNode(XalanNode* theXalanNode) const;
389 bool mapNode,
403 bool mapNode,
410 bool mapNode,
417 bool mapNode,
424 bool mapNode,
438 bool mapNode,
445 bool mapNode,
[all …]
H A DXercesDocumentWrapper.cpp350 if (mapNode == true) in createWrapperNode()
371 bool mapNode, in createWrapperNode() argument
382 if (m_doctype != 0 || mapNode == true) in createWrapperNode()
403 bool mapNode, in createWrapperNode() argument
414 if (mapNode == true) in createWrapperNode()
434 bool mapNode, in createWrapperNode() argument
450 if (mapNode == true) in createWrapperNode()
470 bool mapNode, in createWrapperNode() argument
486 if (mapNode == true) in createWrapperNode()
522 if (mapNode == true) in createWrapperNode()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/mapinspector/
H A DMapInspectorExtension.cpp79 osg::ref_ptr<MapNode> mapNode; in updateUI() local
80 _mapNode.lock(mapNode); in updateUI()
81 static_cast<MapInspectorUI*>(_ui.get())->reinit(mapNode.get()); in updateUI()
85 MapInspectorExtension::connect(MapNode* mapNode) in connect() argument
88 if ( mapNode ) in connect()
90 _mapNode = mapNode; in connect()
92 static_cast<MapInspectorUI*>(_ui.get())->reinit(mapNode); in connect()
99 MapInspectorExtension::disconnect(MapNode* mapNode) in disconnect() argument
103 if ( mapNode ) in disconnect()
104 mapNode->getMap()->removeMapCallback(_mapCallback.get()); in disconnect()
H A DMapInspectorUI.cpp43 MapInspectorUI::reinit(MapNode* mapNode) in reinit() argument
52 if ( mapNode ) in reinit()
55 if (_annos->getNumParents() == 0 || _annos->getParent(0) != mapNode) in reinit()
61 mapNode->addChild( _annos.get() ); in reinit()
64 Map* map = mapNode->getMap(); in reinit()
71 addTerrainLayer(terrainLayer, mapNode); in reinit()
77 addModelLayer(modelLayer, mapNode); in reinit()
89 MapNode* mapNode) in addTerrainLayer() argument
165 MapNode* mapNode) in addModelLayer() argument
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/ocean_triton/
H A DTritonDriver.cpp63 bool connect(MapNode* mapNode) in connect() argument
65 _oceanNode = createOceanNode(mapNode); in connect()
66 mapNode->addChild(_oceanNode.get()); in connect()
70 bool disconnect(MapNode* mapNode) in disconnect() argument
72 if (mapNode && _oceanNode.valid()) in disconnect()
73 mapNode->removeChild(_oceanNode.get()); in disconnect()
79 OceanNode* createOceanNode(MapNode* mapNode) { in createOceanNode() argument
81 node->setMapNode(mapNode); in createOceanNode()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/detail/
H A DDetailExtension.cpp52 DetailExtension::connect(MapNode* mapNode)
54 if ( !mapNode )
62 mapNode->getTerrainEngine()->addEffect( _effect.get() );
70 DetailExtension::disconnect(MapNode* mapNode)
72 if ( mapNode )
74 mapNode->getTerrainEngine()->removeEffect( _effect.get() );
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_graticule/
H A Dosgearth_graticule.cpp70 MapNode* mapNode = MapNode::load( arguments ); in main() local
71 if ( !mapNode ) in main()
79 root->addChild( mapNode ); in main()
85 mapNode->getMap()->addLayer(gr); in main()
91 mapNode->getMap()->addLayer(gr); in main()
97 mapNode->getMap()->addLayer(gr); in main()
103 mapNode->getMap()->addLayer(gr); in main()
116 MouseCoordsTool* tool = new MouseCoordsTool( mapNode ); in main()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DExampleResources.cpp265 _mapNode(mapNode) in AttributeCallback()
272 osg::ref_ptr< MapNode > mapNode; in onMapModelChanged() local
292 mapNode->getMap()->addMapCallback(new AttributeCallback(credits, mapNode)); in create()
322 if ( !mapNode.valid() ) in load()
396 parse(mapNode, args, view, root, vbox); in parse()
407 root = mapNode; in parse()
489 mapNode->addChild( kml ); in parse()
630 mapNode->getMap()->addLayer(layer); in parse()
641 mapNode->addExtension(ext); in parse()
676 if ( mapNode->getNumParents() > 0 ) in parse()
[all …]
H A DTerrainProfile.cpp93 TerrainProfileCalculator::TerrainProfileCalculator(MapNode* mapNode, const GeoPoint& start, const G… in TerrainProfileCalculator() argument
94 _mapNode( mapNode ), in TerrainProfileCalculator()
102 TerrainProfileCalculator::TerrainProfileCalculator(MapNode* mapNode): in TerrainProfileCalculator() argument
103 _mapNode( mapNode ) in TerrainProfileCalculator()
113 void TerrainProfileCalculator::setMapNode( osgEarth::MapNode* mapNode ) in setMapNode() argument
118 _mapNode = mapNode; in setMapNode()
220 void TerrainProfileCalculator::computeTerrainProfile( osgEarth::MapNode* mapNode, const GeoPoint& s… in computeTerrainProfile() argument
223 start.toWorld( startvec, mapNode->getTerrain() ); in computeTerrainProfile()
224 end.toWorld( endvec, mapNode->getTerrain() ); in computeTerrainProfile()
229 slice.computeIntersections( mapNode->getTerrainEngine()); in computeTerrainProfile()
H A DMouseCoordsTool.cpp29 MouseCoordsTool::MouseCoordsTool( MapNode* mapNode, LabelControl* label, Formatter* formatter ) : in MouseCoordsTool() argument
30 _mapNode( mapNode ) in MouseCoordsTool()
32 _mapNodePath.push_back( mapNode->getTerrainEngine() ); in MouseCoordsTool()
80 MouseCoordsLabelCallback::set( const GeoPoint& mapCoords, osg::View* view, MapNode* mapNode ) in set() argument
114 MouseCoordsLabelCallback::reset( osg::View* view, MapNode* mapNode ) in reset() argument
119 _label->setText(Stringify() << "No data | " << mapNode->getMapSRS()->getName() ); in reset()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_cluster/
H A Dosgearth_cluster.cpp60 const SpatialReference* geoSRS = mapNode->getMapSRS()->getGeographicSRS(); in makePlaces()
73 place->setMapNode(mapNode); in makePlaces()
88 const SpatialReference* geoSRS = mapNode->getMapSRS()->getGeographicSRS(); in makeModels()
139 AddIcons(ClusterNode* clusterNode, MapNode* mapNode) : in AddIcons()
141 _mapNode(mapNode) in AddIcons()
173 void buildControls(Container* container, ClusterNode* clusterNode, MapNode* mapNode) in buildControls() argument
204 grid->setControl(0, 2, new ButtonControl("Add Icons", new AddIcons(clusterNode, mapNode))); in buildControls()
312 MapNode* mapNode = MapNode::findMapNode(node); in main() local
318 makeModels(mapNode, 10000, extent, nodes); in main()
327 mapNode->addChild(clusterNode); in main()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/bumpmap/
H A DBumpMapExtension.cpp58 BumpMapExtension::connect(MapNode* mapNode) in connect() argument
60 if ( !mapNode ) in connect()
89 mapNode->getTerrainEngine()->addEffect( _effect.get() ); in connect()
97 BumpMapExtension::disconnect(MapNode* mapNode) in disconnect() argument
99 if ( mapNode ) in disconnect()
101 mapNode->getTerrainEngine()->removeEffect( _effect.get() ); in disconnect()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/ocean_simple/
H A DSimpleOceanDriver.cpp58 bool connect(MapNode* mapNode) in connect() argument
60 _oceanNode = createOceanNode(mapNode); in connect()
61 mapNode->addChild(_oceanNode.get()); in connect()
65 bool disconnect(MapNode* mapNode) in disconnect() argument
67 if (mapNode && _oceanNode.valid()) in disconnect()
68 mapNode->removeChild(_oceanNode.get()); in disconnect()
82 OceanNode* createOceanNode(MapNode* mapNode) { in createOceanNode() argument
83 return new SimpleOceanNode(*this, mapNode); in createOceanNode()
H A DSimpleOceanNode.cpp93 MapNode* mapNode) : in SimpleOceanNode() argument
96 _parentMapNode(mapNode) in SimpleOceanNode()
100 setSRS( mapNode? mapNode->getMapSRS() : 0L ); in SimpleOceanNode()
110 osg::ref_ptr<MapNode> mapNode; in rebuild() local
111 if (_parentMapNode.lock(mapNode)) in rebuild()
113 const MapOptions& parentMapOptions = mapNode->getMap()->getMapOptions(); in rebuild()
114 const MapNodeOptions& parentMapNodeOptions = mapNode->getMapNodeOptions(); in rebuild()
119 mo.profile() = mapNode->getMap()->getProfile()->toProfileOptions(); in rebuild()
180 oceanMap->addLayer( new ElevationProxyImageLayer(mapNode->getMap(), epo) ); in rebuild()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthAnnotation/
H A DAnnotationNode.cpp101 MapNode* mapNode = osgEarth::findInNodePath<MapNode>(nv); in traverse() local
102 if (mapNode) in traverse()
104 setMapNode(mapNode); in traverse()
128 AnnotationNode::setMapNode( MapNode* mapNode ) in setMapNode() argument
130 if ( getMapNode() != mapNode ) in setMapNode()
132 _mapNode = mapNode; in setMapNode()
134 if ( mapNode ) in setMapNode()
136 if ( mapNode->isGeocentric() ) in setMapNode()
137 _horizonCuller->setHorizon( new Horizon(mapNode->getMapSRS()) ); in setMapNode()
141 static_cast<AltitudeCullCallback*>(_altCallback)->srs() = mapNode->getMapSRS(); in setMapNode()
H A DAnnotationRegistry.cpp90 AnnotationRegistry::create(MapNode* mapNode, in create() argument
98 AnnotationNode* top = createOne(mapNode, conf, options); in create()
112 AnnotationNode* anno = createOne( mapNode, *i, options ); in create()
128 AnnotationRegistry::createOne(MapNode* mapNode, in createOne() argument
138 if (mapNode) in createOne()
139 anno->setMapNode(mapNode); in createOne()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthTriton/
H A DTritonLayer.cpp82 void setMapNode(osgEarth::MapNode* mapNode) in setMapNode() argument
84 if (!mapNode) in setMapNode()
93 _mapNode = mapNode; in setMapNode()
103 osg::ref_ptr<osgEarth::MapNode> mapNode; in create() local
104 if (!_mapNode.lock(mapNode)) in create()
107 const osgEarth::Map* map = mapNode->getMap(); in create()
111 _releaser = mapNode->getResourceReleaser(); in create()
139 heightMapGen->setTerrain(mapNode->getTerrainEngine()); in create()
154 osgEarth::MapNode* mapNode = osgEarth::findInNodePath<osgEarth::MapNode>(nv); in traverse() local
155 if (mapNode) in traverse()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/sky_silverlining/
H A DSilverLiningDriver.cpp58 bool connect(MapNode* mapNode) in connect() argument
61 if (mapNode->getMapSRS()->isProjected()) in connect()
64 mapNode->getMap()->getProfile()->getExtent().getCentroid(refPoint); in connect()
67 osgEarth::insertParent(_skynode.get(), mapNode); in connect()
71 bool disconnect(MapNode* mapNode) in disconnect() argument
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_seed/
H A Dosgearth_seed.cpp168 MapNode* mapNode = MapNode::findMapNode( node.get() ); in seed() local
169 if ( !mapNode ) in seed()
209 est.setProfile( mapNode->getMap()->getProfile() ); in seed()
236 TaskList tasks( mapNode->getMap()->getProfile() ); in seed()
308 GeoExtent extent(mapNode->getMapSRS(), bounds[i]); in seed()
318 osgEarth::Map* map = mapNode->getMap(); in seed()
406 MapNode* mapNode = MapNode::findMapNode( node.get() ); in list() local
407 if ( !mapNode ) in list()
410 const Map* map = mapNode->getMap(); in list()
468 if ( !mapNode ) in purge()
[all …]

12345678910