Home
last modified time | relevance | path

Searched refs:getParentEntity (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/pages/tests/phpunit/integration/Elgg/Pages/
H A DElggPageIntegrationTest.php119 $this->assertFalse($top_page->getParentEntity());
120 $this->assertEquals($page->getParentEntity()->guid, $top_page->guid);
126 $this->assertFalse($page->getParentEntity());
132 $this->assertFalse($page->getParentEntity());
138 $this->assertFalse($page->getParentEntity());
/dports/www/elgg/elgg-3.3.23/mod/pages/tests/phpunit/integration/Elgg/Pages/
H A DElggPageIntegrationTest.php119 $this->assertFalse($top_page->getParentEntity());
120 $this->assertEquals($page->getParentEntity()->guid, $top_page->guid);
126 $this->assertFalse($page->getParentEntity());
132 $this->assertFalse($page->getParentEntity());
138 $this->assertFalse($page->getParentEntity());
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreMovableObject.cpp116 static_cast<TagPoint*>(mParentNode)->getParentEntity()->detachObjectFromBone(this); in ~MovableObject()
160 return tp->getParentEntity()->getParentSceneNode(); in getParentSceneNode()
181 tp->getParentEntity()->detachObjectFromBone(this); in detachFromParent()
198 return tp->getParentEntity()->isInScene(); in isInScene()
393 return tp->getParentEntity()->queryLights(); in queryLights()
H A DOgreTagPoint.cpp55 Entity *TagPoint::getParentEntity(void) const in getParentEntity() function in Ogre::TagPoint
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreMovableObject.cpp86 static_cast<TagPoint*>(mParentNode)->getParentEntity()->detachObjectFromBone(this); in ~MovableObject()
125 return tp->getParentEntity()->getParentSceneNode(); in getParentSceneNode()
140 tp->getParentEntity()->detachObjectFromBone(this); in detachFromParent()
157 return tp->getParentEntity()->isInScene(); in isInScene()
337 return tp->getParentEntity()->queryLights(); in queryLights()
H A DOgreTagPoint.cpp45 Entity *TagPoint::getParentEntity(void) const in getParentEntity() function in Ogre::TagPoint
/dports/www/elgg/elgg-3.3.23/mod/pages/classes/
H A DElggPage.php46 $new_top = $top_entity->getParentEntity();
63 public function getParentEntity() { function in ElggPage
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/pages/classes/
H A DElggPage.php46 $new_top = $top_entity->getParentEntity();
63 public function getParentEntity() { function in ElggPage
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DCGNSWrite.cpp81 GEntity *geParent = ge->getParentEntity(); in getNameFromEntity()
134 const GEntity *pge = pr->getParentEntity(); in getPartitionInterfaceEntities()
140 const GEntity *pge = pf->getParentEntity(); in getPartitionInterfaceEntities()
141 if(pf->getParentEntity()->dim() != pf->dim()) entitiesInt.push_back(ge); in getPartitionInterfaceEntities()
147 const GEntity *pge = pe->getParentEntity(); in getPartitionInterfaceEntities()
153 const GEntity *pge = pv->getParentEntity(); in getPartitionInterfaceEntities()
289 GEntity *geGeom = ge->getParentEntity(); in writeZone()
487 if(pr->getParentEntity()->dim() != pr->dim()) in getEntitiesInPartitions()
493 if(pf->getParentEntity()->dim() != pf->dim()) in getEntitiesInPartitions()
499 if(pe->getParentEntity()->dim() != pe->dim()) in getEntitiesInPartitions()
[all …]
H A DGModelIO_MSH2.cpp700 if(CTX::instance()->mesh.partitionOldStyleMsh2 && ge->getParentEntity() && in writeElementMSH()
701 ge->getParentEntity()->dim() > ge->dim()) in writeElementMSH()
742 if(CTX::instance()->mesh.partitionOldStyleMsh2 && ge->getParentEntity() && in writeElementsMSH()
743 ge->getParentEntity()->dim() > ge->dim()) in writeElementsMSH()
790 if(CTX::instance()->mesh.partitionOldStyleMsh2 && ge->getParentEntity() && in getNumElementsMSH()
791 ge->getParentEntity()->dim() > ge->dim()) in getNumElementsMSH()
871 if(CTX::instance()->mesh.partitionOldStyleMsh2 && ge->getParentEntity() && in _getElementary()
872 ge->getParentEntity()->dim() == ge->dim()) { in _getElementary()
876 return ge->getParentEntity()->tag(); in _getElementary()
H A DGModelIO_MSH4.cpp1648 if(pv->getParentEntity()) { in writeMSH4Entities()
1649 parentEntityDim = pv->getParentEntity()->dim(); in writeMSH4Entities()
1650 parentEntityTag = pv->getParentEntity()->tag(); in writeMSH4Entities()
1682 if(pe->getParentEntity()) { in writeMSH4Entities()
1683 parentEntityDim = pe->getParentEntity()->dim(); in writeMSH4Entities()
1715 if(pf->getParentEntity()) { in writeMSH4Entities()
1756 if(pr->getParentEntity()) { in writeMSH4Entities()
1829 if(pv->getParentEntity()) { in writeMSH4Entities()
1862 if(pe->getParentEntity()) { in writeMSH4Entities()
1892 if(pf->getParentEntity()) { in writeMSH4Entities()
[all …]
H A DpartitionVertex.h34 virtual GEntity *getParentEntity() { return _parentEntity; } in getParentEntity() function
H A DpartitionFace.h34 virtual GEntity *getParentEntity() { return _parentEntity; } in getParentEntity() function
H A DpartitionRegion.h34 virtual GEntity *getParentEntity() { return _parentEntity; } in getParentEntity() function
H A DpartitionEdge.h36 virtual GEntity *getParentEntity() { return _parentEntity; } in getParentEntity() function
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreTagPoint.h66 Entity *getParentEntity(void) const;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreTagPoint.h67 Entity *getParentEntity(void) const;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Cih/
H A DEntity.php83 public function getParentEntity() function in Google_Service_Cih_Entity
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cih/
H A DEntity.php83 public function getParentEntity() function in Google_Service_Cih_Entity
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshPartition.cpp917 pvertex->setParentEntity(vertex->getParentEntity()); in divideNonConnectedEntities()
1015 pedge->setParentEntity(edge->getParentEntity()); in divideNonConnectedEntities()
1111 pface->setParentEntity(face->getParentEntity()); in divideNonConnectedEntities()
1208 pregion->setParentEntity(region->getParentEntity()); in divideNonConnectedEntities()
1497 ppe->setParentEntity(referenceEntity->getParentEntity()); in createPartitionEntity()
1509 ppe->setParentEntity(referenceEntity->getParentEntity()); in createPartitionEntity()
2037 GEntity *parent = entity->getParentEntity(); in addPhysical()
2369 if(pvertex->getParentEntity() && pvertex->getParentEntity()->dim() == 0) { in UnpartitionMesh()
2390 if(pedge->getParentEntity() && pedge->getParentEntity()->dim() == 1) { in UnpartitionMesh()
2417 if(pface->getParentEntity() && pface->getParentEntity()->dim() == 2) { in UnpartitionMesh()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/pages/actions/pages/
H A Dedit.php66 $tree_page = $tree_page->getParentEntity();
/dports/www/elgg/elgg-3.3.23/mod/pages/actions/pages/
H A Dedit.php66 $tree_page = $tree_page->getParentEntity();
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/
H A DExtendedElementInformation.java170 Collection<String> getParentEntity(); in getParentEntity() method
/dports/www/elgg/elgg-3.3.23/mod/pages/lib/
H A Dpages.php72 $page = $page->getParentEntity();
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/pages/lib/
H A Dpages.php72 $page = $page->getParentEntity();

12