void av::gua::GlfwWindow::getCursorModeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaGlfwWindow->cursor_mode()); }
void av::gua::LightVisibilityPassDescription::getTilePowerCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = m_guaLightVisibilityPassDescription->tile_power(); }
void av::gua::SSAAPassDescription::getModeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaSSAAPassDescription->mode()); }
void av::gua::LightNode::getTypeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaNode->data.type()); }
void av::gua::LightVisibilityPassDescription::getRasterizationModeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaLightVisibilityPassDescription->rasterization_mode()); }
void av::gua::CameraNode::getMonoModeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaNode->config.mono_mode()); }
void av::gua::LightNode::getShadowMapSizeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = m_guaNode->data.shadow_map_size(); }
void av::gua::ResolvePassDescription::getEnvironmentLightingModeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaResolvePassDescription->environment_lighting_mode()); }
void av::gua::ResolvePassDescription::getToneMappingModeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaResolvePassDescription->tone_mapping_method()); }
void av::gua::ResolvePassDescription::getBackgroundModeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaResolvePassDescription->background_mode()); }
void av::gua::Window::getSwapBarrierCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = static_cast<unsigned>(m_guaWindow->get_swap_barrier()); }
/* virtual */ void av::osg::AutoTransform::getAutoRotateModeCB(const SFUInt::GetValueEvent& event) { *(event.getValuePtr()) = mOsgAutoTransform->getAutoRotateMode(); }