|
SAP 3D Visual Enterprise applications SDK
|
This is the complete list of members for IDVLRenderer, including all inherited members.
| AttachAuxiliaryScene(IDVLScene *pScene)=0 | IDVLRenderer | pure virtual |
| AttachScene(IDVLScene *pScene)=0 | IDVLRenderer | pure virtual |
| BeginGesture(float x, float y)=0 | IDVLRenderer | pure virtual |
| CanIsolateNode(DVLID id)=0 | IDVLRenderer | pure virtual |
| CreateTexture(uint32_t width, uint32_t height, uint8_t bpp, const void *pData)=0 (defined in IDVLRenderer) | IDVLRenderer | pure virtual |
| DetachAuxiliaryScene(size_t index)=0 | IDVLRenderer | pure virtual |
| EndGesture()=0 | IDVLRenderer | pure virtual |
| GetAttachedScenePtr()=0 | IDVLRenderer | pure virtual |
| GetAuxiliarySceneInfo(size_t index, IDVLScene **ppScene, DVLID *pIDAnchorNode, sDVLMatrix *pTMWorld)=0 | IDVLRenderer | pure virtual |
| GetAuxiliaryScenesCount()=0 | IDVLRenderer | pure virtual |
| GetCameraMatrices(sDVLMatrix &matView, sDVLMatrix &matProjection) const =0 | IDVLRenderer | pure virtual |
| GetIsolatedNode()=0 | IDVLRenderer | pure virtual |
| GetOption(DVLRENDEROPTION type, bool &bEnabled)=0 | IDVLRenderer | pure virtual |
| GetOptionF(DVLRENDEROPTIONF type, float &fValue) const =0 | IDVLRenderer | pure virtual |
| HitTest(sDVLHitTest *pHitTest)=0 | IDVLRenderer | pure virtual |
| MultipleHitTest(size_t numHitTests, sDVLHitTest *pHitTests)=0 | IDVLRenderer | pure virtual |
| Pan(float dx, float dy)=0 | IDVLRenderer | pure virtual |
| ReleaseTexture(IDVLTexture *pTexture)=0 (defined in IDVLRenderer) | IDVLRenderer | pure virtual |
| RenderFrame()=0 | IDVLRenderer | pure virtual |
| RenderFrameEx(const sDVLMatrix &matView, const sDVLMatrix &matProjection)=0 | IDVLRenderer | pure virtual |
| ResetView(uint32_t flags=DVLRESETVIEWFLAG::DVLRESETVIEWFLAG_CAMERA|DVLRESETVIEWFLAG::DVLRESETVIEWFLAG_SMOOTHTRANSITION)=0 | IDVLRenderer | pure virtual |
| Rotate(float dx, float dy)=0 | IDVLRenderer | pure virtual |
| SetAuxiliarySceneAnchor(size_t index, DVLID idAnchorNode)=0 | IDVLRenderer | pure virtual |
| SetAuxiliarySceneAnchorMatrix(size_t index, const sDVLMatrix &tmLocal)=0 | IDVLRenderer | pure virtual |
| SetAuxiliarySceneMatrix(size_t index, const sDVLMatrix &tmWorld)=0 | IDVLRenderer | pure virtual |
| SetBackgroundColor(float fTopRed, float fTopGreen, float fTopBlue, float fBottomRed, float fBottomGreen, float fBottomBlue)=0 | IDVLRenderer | pure virtual |
| SetBackgroundOpacity(float fTopAlpha, float fBottomAlpha)=0 | IDVLRenderer | pure virtual |
| SetCameraMatrices(const sDVLMatrix &matView, const sDVLMatrix &matProjection, float fCrossFadeSeconds)=0 | IDVLRenderer | pure virtual |
| SetDimensions(uint32_t width, uint32_t height)=0 | IDVLRenderer | pure virtual |
| SetIsolatedNode(DVLID id)=0 | IDVLRenderer | pure virtual |
| SetOption(DVLRENDEROPTION type, bool bEnable)=0 | IDVLRenderer | pure virtual |
| SetOptionF(DVLRENDEROPTIONF type, float fValue)=0 | IDVLRenderer | pure virtual |
| ShouldRenderFrame() const =0 | IDVLRenderer | pure virtual |
| Tap(float x, float y, bool bDouble)=0 | IDVLRenderer | pure virtual |
| Zoom(float f)=0 | IDVLRenderer | pure virtual |
| ZoomTo(DVLZOOMTO what, DVLID idNode, float fCrossFadeSeconds)=0 | IDVLRenderer | pure virtual |
| ~IDVLRenderer() (defined in IDVLRenderer) | IDVLRenderer | inlineprotectedvirtual |