NanoGUI
master
  • Usage
  • Compilation
  • Examples
  • Library API
    • Class Hierarchy
    • File Hierarchy
    • Full API
      • Namespaces
      • Classes and Structs
      • Enums
      • Functions
      • Defines
      • Typedefs
      • Directories
      • Files
        • File button.h
        • File checkbox.h
        • File colorpicker.h
        • File colorwheel.h
        • File combobox.h
        • File common.h
        • File compat.h
        • File core.h
        • File entypo.h
        • File formhelper.h
        • File glcanvas.h
        • File glutil.h
        • File graph.h
        • File imagepanel.h
        • File imageview.h
        • File label.h
        • File layout.h
        • File messagedialog.h
        • File nanogui.h
        • File object.h
        • File opengl.h
        • File opengl.h
        • File popup.h
        • File popupbutton.h
        • File progressbar.h
        • File python.h
        • File screen.h
        • File slider.h
        • File sparse.h
        • File stackedwidget.h
        • File tabheader.h
        • File tabwidget.h
        • File textbox.h
        • File theme.h
        • File toolbutton.h
        • File vscrollpanel.h
        • File widget.h
        • File window.h
  • Contributing
NanoGUI
  • Docs »
  • Library API »
  • File common.h
  • Edit on GitHub

File common.h¶

Common definitions used by NanoGUI.

Page Contents

  • Definition (nanogui/common.h)
  • Includes
  • Included By
  • Namespaces
  • Classes
  • Enums
  • Functions
  • Defines
  • Typedefs

Definition (nanogui/common.h)¶

  • Program Listing for File common.h

Includes¶

  • Eigen/Core
  • array
  • stdint.h
  • vector

Included By¶

  • File nanogui.h
  • File object.h
  • File opengl.h
  • File python.h
  • File theme.h

Namespaces¶

  • Namespace nanogui

Classes¶

  • Class Color

Enums¶

  • Enum Cursor

Functions¶

  • Function __nanogui_get_image
  • Function active
  • Function chdir_to_bundle_parent
  • Function file_dialog
  • Function file_dialog
  • Function init
  • Function leave
  • Function loadImageDirectory
  • Function mainloop
  • Function shutdown
  • Function utf8

Defines¶

  • Define NAMESPACE_BEGIN
  • Define NAMESPACE_END
  • Define NANOGUI_EXPORT
  • Define NANOGUI_FORCE_DISCRETE_GPU
  • Define nvgImageIcon
  • Define SYSTEM_COMMAND_MOD

Typedefs¶

  • Typedef nanogui::Matrix3f
  • Typedef nanogui::Matrix4f
  • Typedef nanogui::MatrixXf
  • Typedef nanogui::MatrixXu
  • Typedef nanogui::Vector2f
  • Typedef nanogui::Vector2i
  • Typedef nanogui::Vector3f
  • Typedef nanogui::Vector3i
  • Typedef nanogui::Vector4f
  • Typedef nanogui::Vector4i
  • Typedef nanogui::VectorXf
Next Previous

© Copyright 2017, Wenzel Jakob. Revision 3a2dece3.

Built with Sphinx using a theme provided by Read the Docs.