![]() |
Jetson Inference
DNN Vision Library
|
This is the complete list of members for glDisplay, including all inherited members.
| activateViewport() | glDisplay | protected |
| AddEventHandler(glEventHandler callback, void *user=NULL) | glDisplay | |
| AddOutput(videoOutput *output) | videoOutput | inline |
| AddWidget(glWidget *widget) | glDisplay | |
| allocTexture(uint32_t width, uint32_t height, imageFormat format) | glDisplay | protected |
| BeginRender(bool processEvents=true) | glDisplay | |
| Close() | videoOutput | virtual |
| Create(const char *title=NULL, int width=-1, int height=-1, float r=0.05f, float g=0.05f, float b=0.05f, float a=1.0f) | glDisplay | static |
| Create(const videoOptions &options) | glDisplay | static |
| videoOutput::Create(const char *URI, const videoOptions &options=videoOptions()) | videoOutput | static |
| videoOutput::Create(const char *URI, const commandLine &cmdLine) | videoOutput | static |
| videoOutput::Create(const char *URI, const int argc, char **argv) | videoOutput | static |
| videoOutput::Create(const int argc, char **argv, int positionArg=-1) | videoOutput | static |
| videoOutput::Create(const commandLine &cmdLine, int positionArg=-1) | videoOutput | static |
| CreateNullOutput() | videoOutput | static |
| DEFAULT_TITLE | glDisplay | static |
| dispatchEvent(uint16_t msg, int a, int b) | glDisplay | protected |
| DragCreate enum value | glDisplay | |
| DragDefault enum value | glDisplay | |
| DragDisabled enum value | glDisplay | |
| DragMode enum name | glDisplay | |
| DragSelect enum value | glDisplay | |
| EndRender() | glDisplay | |
| FindWidget(int x, int y) | glDisplay | |
| FindWidgets(int x, int y) | glDisplay | |
| GetBackgroundColor(float *r, float *g, float *b, float *a=NULL) | glDisplay | |
| GetDragCoords(int *x1, int *y1, int *x2, int *y2) | glDisplay | |
| GetDragMode() const | glDisplay | inline |
| GetDragRect(int *x, int *y, int *width, int *height) | glDisplay | |
| GetFPS() const | glDisplay | inline |
| GetFrameCount() const | videoOutput | inline |
| GetFrameRate() const | videoOutput | inline |
| GetHeight() const | videoOutput | inline |
| GetID() const | glDisplay | inline |
| GetKey(uint32_t key) const | glDisplay | inline |
| GetMouseButton(uint32_t button) const | glDisplay | inline |
| GetMousePosition() const | glDisplay | inline |
| GetMousePosition(int *x, int *y) const | glDisplay | inline |
| GetNumOutputs() const | videoOutput | inline |
| GetNumWidgets() const | glDisplay | inline |
| GetOptions() const | videoOutput | inline |
| GetOutput(uint32_t index) const | videoOutput | inline |
| GetResource() const | videoOutput | inline |
| GetType() const | glDisplay | inlinevirtual |
| GetWidget(const uint32_t index) const | glDisplay | inline |
| GetWidgetIndex(const glWidget *widget) const | glDisplay | |
| GetWidth() const | videoOutput | inline |
| glDisplay(const videoOptions &options) | glDisplay | protected |
| initGL() | glDisplay | protected |
| initWindow() | glDisplay | protected |
| IsClosed() const | glDisplay | inline |
| IsDragging(DragMode mode=DragDefault) const | glDisplay | inline |
| IsFullscreen() | glDisplay | |
| IsMaximized() | glDisplay | |
| IsOpen() const | glDisplay | inline |
| IsRendering() const | glDisplay | inline |
| IsStreaming() const | videoOutput | inline |
| IsType(uint32_t type) const | videoOutput | inline |
| IsType() const | videoOutput | inline |
| mActiveCursor | glDisplay | protected |
| mAvgTime | glDisplay | protected |
| mBgColor | glDisplay | protected |
| mContextGL | glDisplay | protected |
| mCursors | glDisplay | protected |
| mDefaultCursor | glDisplay | protected |
| mDisplayX | glDisplay | protected |
| mDragMode | glDisplay | protected |
| mEventHandlers | glDisplay | protected |
| mID | glDisplay | protected |
| mInitialShow | glDisplay | protected |
| mKeyStates | glDisplay | protected |
| mLastTime | glDisplay | protected |
| mMouseButtons | glDisplay | protected |
| mMouseDrag | glDisplay | protected |
| mMouseDragOrigin | glDisplay | protected |
| mMousePos | glDisplay | protected |
| mNormalizedCUDA | glDisplay | protected |
| mNormalizedHeight | glDisplay | protected |
| mNormalizedWidth | glDisplay | protected |
| mOptions | videoOutput | protected |
| mOutputs | videoOutput | protected |
| mRendering | glDisplay | protected |
| mResizedToFeed | glDisplay | protected |
| mScreenHeight | glDisplay | protected |
| mScreenWidth | glDisplay | protected |
| mScreenX | glDisplay | protected |
| mStreaming | videoOutput | protected |
| mTextures | glDisplay | protected |
| mViewport | glDisplay | protected |
| mVisualX | glDisplay | protected |
| mWidgets | glDisplay | protected |
| mWindowClosedMsg | glDisplay | protected |
| mWindowX | glDisplay | protected |
| onEvent(uint16_t msg, int a, int b, void *user) | glDisplay | protectedstatic |
| Open() | glDisplay | virtual |
| ProcessEvents() | glDisplay | |
| RemoveAllWidgets(bool deleteWidgets=true) | glDisplay | |
| RemoveEventHandler(glEventHandler callback, void *user=NULL) | glDisplay | |
| RemoveWidget(glWidget *widget, bool deleteWidget=true) | glDisplay | |
| RemoveWidget(uint32_t index, bool deleteWidget=true) | glDisplay | |
| Render(glTexture *texture, float x=5.0f, float y=30.0f) | glDisplay | |
| Render(float *image, uint32_t width, uint32_t height, float x=0.0f, float y=30.0f, bool normalize=true) | glDisplay | |
| Render(T *image, uint32_t width, uint32_t height) | glDisplay | inline |
| Render(void *image, uint32_t width, uint32_t height, imageFormat format) | glDisplay | virtual |
| RenderImage(void *image, uint32_t width, uint32_t height, imageFormat format, float x=0.0f, float y=30.0f, bool normalize=true) | glDisplay | |
| RenderLine(float x1, float y1, float x2, float y2, float r, float g, float b, float a=1.0f, float thickness=2.0f) | glDisplay | |
| RenderOnce(void *image, uint32_t width, uint32_t height, imageFormat format, float x=5.0f, float y=30.0f, bool normalize=true) | glDisplay | |
| RenderOnce(float *image, uint32_t width, uint32_t height, float x=5.0f, float y=30.0f, bool normalize=true) | glDisplay | |
| RenderOutline(float x, float y, float width, float height, float r, float g, float b, float a=1.0f, float thickness=2.0f) | glDisplay | |
| RenderRect(float x, float y, float width, float height, float r, float g, float b, float a=1.0f) | glDisplay | |
| RenderRect(float r, float g, float b, float a=1.0f) | glDisplay | |
| ResetCursor() | glDisplay | |
| ResetDefaultCursor(bool activate=true) | glDisplay | |
| ResetViewport() | glDisplay | |
| screenIdx | glDisplay | protectedstatic |
| SetBackgroundColor(float r, float g, float b, float a=1.0f) | glDisplay | |
| SetCursor(uint32_t cursor) | glDisplay | |
| SetDefaultCursor(uint32_t cursor, bool activate=true) | glDisplay | |
| SetDragMode(DragMode mode) | glDisplay | inline |
| SetFullscreen(bool fullscreen) | glDisplay | |
| SetMaximized(bool maximized) | glDisplay | |
| SetSize(uint32_t width, uint32_t height) | glDisplay | |
| SetStatus(const char *str) | glDisplay | virtual |
| SetTitle(const char *str) | glDisplay | |
| SetViewport(int left, int top, int right, int bottom) | glDisplay | |
| Type | glDisplay | static |
| TypeToStr() const | videoOutput | inline |
| TypeToStr(uint32_t type) | videoOutput | static |
| Usage() | videoOutput | inlinestatic |
| videoOutput(const videoOptions &options) | videoOutput | protected |
| ~glDisplay() | glDisplay | |
| ~videoOutput() | videoOutput | virtual |