MCPcopy Create free account

hub / github.com/Angelo1211/HybridRenderingEngine / functions

Functions2,763 in github.com/Angelo1211/HybridRenderingEngine

MethodEndMainMenuBar
libs/imgui/imgui_widgets.cpp:5445
MethodEndMenu
libs/imgui/imgui_widgets.cpp:5659
MethodEndMenuBar
libs/imgui/imgui_widgets.cpp:5485
MethodEndPopup
libs/imgui/imgui.cpp:6520
MethodEndRegion
End a specific named timer and write its end time to the log */
libs/assimp/include/assimp/Profiler.h:80
MethodEndTooltip
libs/imgui/imgui.cpp:6280
MethodEngine
Dummy constructors and destructors
src/engine.cpp:14
MethodEntry
libs/assimp/include/assimp/SpatialSort.h:156
MethodEntry
libs/assimp/include/assimp/SGSpatialSort.h:123
MethodExampleAppConsole
libs/imgui/imgui_demo.cpp:2774
MethodExists
-------------------------------------------------------------------
libs/assimp/include/assimp/BlobIOSystem.h:282
MethodExists
------------------------------------------------------------------- Tests for the existence of a file at the given path. */
libs/assimp/include/assimp/MemoryIOWrapper.h:162
MethodExists
----------------------------------------------------------------------------
libs/assimp/include/assimp/IOSystem.hpp:260
FunctionExpand
libs/imgui/imgui_internal.h:394
MethodExportFormatEntry
Constructor to fill all entries
libs/assimp/include/assimp/Exporter.hpp:99
MethodExportToBlob
----------------------------------------------------------------------------------
libs/assimp/include/assimp/Exporter.hpp:473
MethodFace
libs/assimp/include/assimp/SkeletonMeshBuilder.h:112
MethodFaceWithSmoothingGroup
libs/assimp/include/assimp/SmoothingGroups.h:56
MethodFileSize
------------------------------------------------------------------- Get size of file
libs/assimp/include/assimp/MemoryIOWrapper.h:130
MethodFilterImGuiLetters
libs/imgui/imgui_demo.cpp:871
MethodFindBestWindowPosForPopup
libs/imgui/imgui.cpp:6629
MethodFindBestWindowPosForPopupEx
r_avoid = the rectangle to avoid (e.g. for tooltip it is a rectangle around the mouse cursor which we want to avoid. for popups it's a small point aro
libs/imgui/imgui.cpp:6576
FunctionFindNode
Searches for a node with a specific name, beginning at this * nodes. Normally you will call this method on the root node * of the scene.
libs/assimp/include/assimp/scene.h:149
MethodFindRenderedTextEnd
libs/imgui/imgui.cpp:2080
MethodFindSettingsHandler
libs/imgui/imgui.cpp:8511
MethodFindWindowByName
libs/imgui/imgui.cpp:4162
MethodFindWindowSettings
libs/imgui/imgui.cpp:8492
FunctionFloor
Full version, ensure both points are fully clipped.
libs/imgui/imgui_internal.h:401
MethodFlush
-------------------------------------------------------------------
libs/assimp/include/assimp/BlobIOSystem.h:168
MethodFlush
------------------------------------------------------------------- Flush file contents
libs/assimp/include/assimp/MemoryIOWrapper.h:136
MethodFocusPreviousWindowIgnoringOne
libs/imgui/imgui.cpp:5211
MethodFocusWindow
Moving window to front of display and set focus (which happens to be back of our sorted list)
libs/imgui/imgui.cpp:5176
MethodFocusableItemRegister
libs/imgui/imgui.cpp:2687
MethodFocusableItemUnregister
libs/imgui/imgui.cpp:2712
FunctionFreeWrapper
libs/imgui/imgui.cpp:965
MethodGLM_CONSTEXPR vec
libs/glm/detail/type_vec2.hpp:111
MethodGLM_CONSTEXPR vec
libs/glm/detail/type_vec3.hpp:129
MethodGLM_CONSTEXPR vec
libs/glm/detail/type_vec4.hpp:180
MethodGet
libs/assimp/include/assimp/metadata.h:321
MethodGet
libs/assimp/include/assimp/StreamReader.h:283
FunctionGetActiveID
libs/imgui/imgui_internal.h:1149
FunctionGetBL
Top-right
libs/imgui/imgui_internal.h:387
FunctionGetBR
Bottom-left
libs/imgui/imgui_internal.h:388
MethodGetBit
libs/imgui/imgui.h:1864
MethodGetBlobChain
-------------------------------------------------------------------
libs/assimp/include/assimp/BlobIOSystem.h:243
MethodGetBool
libs/imgui/imgui.cpp:1741
MethodGetBoolRef
libs/imgui/imgui.cpp:1771
MethodGetCameraMatrix
@brief Get a *right-handed* camera matrix from me * @param out Camera matrix to be filled */
libs/assimp/include/assimp/camera.h:189
FunctionGetCenter
libs/imgui/imgui_internal.h:381
MethodGetClipRectMax
libs/imgui/imgui.h:1680
MethodGetClipRectMin
libs/imgui/imgui.h:1679
MethodGetClipboardText
libs/imgui/imgui.cpp:2760
FunctionGetClipboardTextFn_DefaultImpl
libs/imgui/imgui.cpp:8697
MethodGetColorU32
libs/imgui/imgui.cpp:1656
MethodGetColumnIndex
libs/imgui/imgui.cpp:7706
MethodGetColumnOffset
libs/imgui/imgui.cpp:7747
MethodGetColumnWidth
libs/imgui/imgui.cpp:7775
MethodGetColumnsCount
libs/imgui/imgui.cpp:7712
MethodGetContentRegionAvail
libs/imgui/imgui.cpp:5830
MethodGetContentRegionAvailWidth
libs/imgui/imgui.cpp:5836
MethodGetContentRegionMax
In window space (not screen space!)
libs/imgui/imgui.cpp:5821
MethodGetCurrentContext
Internal state access - if you want to share ImGui state between modules (e.g. DLL) or allocate it yourself Note that we still point to some static da
libs/imgui/imgui.cpp:2778
MethodGetCurrentPos
--------------------------------------------------------------------- Get the current offset from the beginning of the file */
libs/assimp/include/assimp/StreamReader.h:229
MethodGetCurrentPos
---------------------------------------------------------------------
libs/assimp/include/assimp/StreamWriter.h:249
MethodGetCursorPos
User generally sees positions in window coordinates. Internally we store CursorPos in absolute screen coordinates because it is more convenient. Conve
libs/imgui/imgui.cpp:5915
MethodGetCursorPosX
libs/imgui/imgui.cpp:5921
MethodGetCursorPosY
libs/imgui/imgui.cpp:5927
MethodGetCursorScreenPos
libs/imgui/imgui.cpp:5960
MethodGetCursorStartPos
libs/imgui/imgui.cpp:5954
MethodGetCustomRectByIndex
Id needs to be < 0x10000 to register a rectangle to map into a specific font.
libs/imgui/imgui.h:1892
MethodGetDragDropPayload
libs/imgui/imgui.cpp:8268
MethodGetDrawData
Same value as passed to the old io.RenderDrawListsFn function. Valid after Render() and until the next call to NewFrame()
libs/imgui/imgui.cpp:2845
MethodGetDrawListSharedData
libs/imgui/imgui.cpp:2866
MethodGetEmbeddedTexture
Returns an embedded texture
libs/assimp/include/assimp/scene.h:391
MethodGetExtensionList
----------------------------------------------------------------------------
libs/assimp/include/assimp/Importer.hpp:647
MethodGetF4
--------------------------------------------------------------------- Read a float from the stream */
libs/assimp/include/assimp/StreamReader.h:115
MethodGetF8
--------------------------------------------------------------------- Read a double from the stream */
libs/assimp/include/assimp/StreamReader.h:122
MethodGetFloat
libs/imgui/imgui.cpp:1746
MethodGetFloatRef
libs/imgui/imgui.cpp:1776
FunctionGetFocusID
libs/imgui/imgui_internal.h:1150
MethodGetFont
libs/imgui/imgui.cpp:5890
MethodGetFontSize
libs/imgui/imgui.cpp:5895
MethodGetFontTexUvWhitePixel
libs/imgui/imgui.cpp:5900
MethodGetFrameCount
libs/imgui/imgui.cpp:2856
MethodGetFrameHeight
libs/imgui/imgui.cpp:5872
MethodGetFrameHeightWithSpacing
libs/imgui/imgui.cpp:5878
MethodGetFrontMostPopupModal
libs/imgui/imgui.cpp:6321
MethodGetGlyphRangesChineseFull
libs/imgui/imgui_draw.cpp:2055
MethodGetGlyphRangesChineseSimplifiedCommon
libs/imgui/imgui_draw.cpp:2083
MethodGetGlyphRangesCyrillic
libs/imgui/imgui_draw.cpp:2207
MethodGetGlyphRangesJapanese
libs/imgui/imgui_draw.cpp:2149
MethodGetGlyphRangesKorean
libs/imgui/imgui_draw.cpp:2043
MethodGetGlyphRangesThai
libs/imgui/imgui_draw.cpp:2220
FunctionGetHeight
libs/imgui/imgui_internal.h:384
MethodGetHoveredID
libs/imgui/imgui.cpp:2494
MethodGetI2
--------------------------------------------------------------------- Read a signed 16 bit integer from the stream */
libs/assimp/include/assimp/StreamReader.h:128
MethodGetI4
--------------------------------------------------------------------- Read an signed 32 bit integer from the stream */
libs/assimp/include/assimp/StreamReader.h:140
MethodGetI8
--------------------------------------------------------------------- Read a signed 64 bit integer from the stream */
libs/assimp/include/assimp/StreamReader.h:146
MethodGetIntRef
References are only valid until a new value is added to the storage. Calling a Set***() function or a Get***Ref() function invalidates the pointer.
libs/imgui/imgui.cpp:1763
FunctionGetItemID
Basic Accessors
libs/imgui/imgui_internal.h:1148
← previousnext →1,001–1,100 of 2,763, ranked by callers