Home
last modified time | relevance | path

Searched refs:cbaction (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/actions/
H A DSoReorganizeAction.cpp307 cbaction(SbViewportRegion(640, 480)), in SoReorganizeActionP()
310 cbaction.addTriangleCallback(SoVertexShape::getClassTypeId(), triangle_cb, this); in SoReorganizeActionP()
311 cbaction.addLineSegmentCallback(SoVertexShape::getClassTypeId(), line_segment_cb, this); in SoReorganizeActionP()
318 cbaction.addPreCallback(SoVertexShape::getClassTypeId(), in SoReorganizeActionP()
320 cbaction.addPostCallback(SoVertexShape::getClassTypeId(), in SoReorganizeActionP()
324 cbaction.addPreCallback(SoVRMLIndexedFaceSet::getClassTypeId(), in SoReorganizeActionP()
326 cbaction.addPostCallback(SoVRMLIndexedFaceSet::getClassTypeId(), in SoReorganizeActionP()
330 cbaction.addPreCallback(SoVRMLIndexedLineSet::getClassTypeId(), in SoReorganizeActionP()
332 cbaction.addPostCallback(SoVRMLIndexedLineSet::getClassTypeId(), in SoReorganizeActionP()
356 SoCallbackAction cbaction; member in SoReorganizeActionP
[all …]
H A DSoToVRMLAction.cpp176 SoCallbackAction cbaction; member in SoToVRMLActionP
254 …PRIVATE(this)->cbaction.addPreCallback(_node_::getClassTypeId(), SoToVRMLActionP::_cb_, &PRIVATE(t… in SoToVRMLAction()
256 …PRIVATE(this)->cbaction.addPostCallback(_node_::getClassTypeId(), SoToVRMLActionP::_cb_, &PRIVATE(… in SoToVRMLAction()
258 …PRIVATE(this)->cbaction.addPreCallback(_node_::getClassTypeId(), SoToVRMLActionP::unsupported_cb, … in SoToVRMLAction()
318 PRIVATE(this)->cbaction.addTriangleCallback(SoVRMLElevationGrid::getClassTypeId(), in SoToVRMLAction()
320 PRIVATE(this)->cbaction.addTriangleCallback(SoVRMLExtrusion::getClassTypeId(), in SoToVRMLAction()
348 PRIVATE(this)->cbaction.apply(root); in apply()
356 PRIVATE(this)->cbaction.apply(path); in apply()
364 PRIVATE(this)->cbaction.apply(pathlist, obeysrules); in apply()
H A DSoToVRML2Action.cpp386 SoCallbackAction cbaction; member in SoToVRML2ActionP
511 …PRIVATE(this)->cbaction.addPreCallback(_node_::getClassTypeId(), SoToVRML2ActionP::_cb_, &PRIVATE(… in SoToVRML2Action()
513 …PRIVATE(this)->cbaction.addPostCallback(_node_::getClassTypeId(), SoToVRML2ActionP::_cb_, &PRIVATE… in SoToVRML2Action()
515 …PRIVATE(this)->cbaction.addPreCallback(_node_::getClassTypeId(), SoToVRML2ActionP::unsupported_cb,… in SoToVRML2Action()
517 …PRIVATE(this)->cbaction.addTriangleCallback(_node_::getClassTypeId(), SoToVRML2ActionP::triangle_c… in SoToVRML2Action()
604 … PRIVATE(this)->cbaction.addPreCallback(type, SoToVRML2ActionP::sotoifs_cb, &PRIVATE(this).get()); in SoToVRML2Action()
605 …PRIVATE(this)->cbaction.addTriangleCallback(type, SoToVRML2ActionP::triangle_cb, &PRIVATE(this).ge… in SoToVRML2Action()
606 …PRIVATE(this)->cbaction.addPostCallback(type, SoToVRML2ActionP::post_primitives_cb, &PRIVATE(this)… in SoToVRML2Action()
636 PRIVATE(this)->cbaction.apply(root); in apply()
644 PRIVATE(this)->cbaction.apply(path); in apply()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/draggers/
H A DSoDragger.cpp342 SoCallbackAction * cbaction; member in SoDraggerP
378 PRIVATE(this)->cbaction = NULL; in SoDragger()
397 delete PRIVATE(this)->cbaction; in ~SoDragger()
1118 if (PRIVATE(this)->cbaction == NULL) { in getViewVolume()
1119 PRIVATE(this)->cbaction = new SoCallbackAction; in getViewVolume()
1120 PRIVATE(this)->cbaction->addPostCallback(SoCamera::getClassTypeId(), sodragger_vv_cb, vvdata); in getViewVolume()
1121 PRIVATE(this)->cbaction->addPostCallback(SoDragger::getClassTypeId(), sodragger_vv_cb, this); in getViewVolume()
1123 PRIVATE(this)->cbaction->setViewportRegion(PRIVATE(this)->viewport); in getViewVolume()
1124 PRIVATE(this)->cbaction->apply(PRIVATE(this)->draggercache->path); in getViewVolume()
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoExtSelection.cpp274 SoCallbackAction * cbaction; member in SoExtSelectionP
761 PRIVATE(this)->cbaction = new SoCallbackAction(); in SoExtSelection()
763 PRIVATE(this)->cbaction->addPreCallback(SoShape::getClassTypeId(), in SoExtSelection()
767 PRIVATE(this)->cbaction->addPostCallback(SoShape::getClassTypeId(), in SoExtSelection()
779 PRIVATE(this)->cbaction->addPointCallback(SoShape::getClassTypeId(), in SoExtSelection()
783 PRIVATE(this)->cbaction->addPostCallback(SoCamera::getClassTypeId(), in SoExtSelection()
816 delete PRIVATE(this)->cbaction; in ~SoExtSelection()
2415 pimpl->cbaction->apply(pimpl->offscreenheadnode); in offscreenRenderCallback()
2580 this->cbaction->setViewportRegion(this->curvp); in performSelection()
2603 this->cbaction->apply(action->getCurPath()->getHead()); in performSelection()
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-fapi/
H A Difapi_policy_execute.h109 ifapi_policyexec_cbaction cbaction; /**< Callback for policy action */ member
H A Difapi_policyutil_execute.c68 pol_exec_ctx->callbacks.cbaction = ifapi_policy_action; in new_policy()
H A Difapi_policy_execute.c1427 r = cb->cbaction(policy->action, cb->cbaction_userdata); in execute_policy_action()