MCPcopy Create free account

hub / github.com/Auburn/FastNoise2 / functions

Functions397 in github.com/Auburn/FastNoise2

↓ 68 callersMethodpush_back
src/FastNoise/Metadata.cpp:72
↓ 48 callersMethodget
@brief Get a const raw pointer to the managed node, or nullptr. */
include/FastNoise/Utility/SmartNode.h:223
↓ 45 callersMethoddata
src/FastNoise/Metadata.cpp:66
↓ 28 callersFunctionGetFromId
@brief Look up metadata by its numeric node ID. * @param nodeId The ID to look up (corresponds to Metadata::id). * @return Pointe
include/FastNoise/Metadata.h:194
↓ 24 callersMethodAddHybridSource
include/FastNoise/Generators/Generator.h:686
↓ 23 callersFunctionToGen
src/FastNoise/FastNoise_C.cpp:22
↓ 22 callersMethodAddGeneratorSource
include/FastNoise/Generators/Generator.h:630
↓ 19 callersMethodAddVariable
include/FastNoise/Generators/Generator.h:499
↓ 16 callersFunctionGetFromDataStream
src/FastNoise/Metadata.cpp:311
↓ 14 callersMethodGeneratePreview
tools/NodeEditor/FastNoiseNodeEditor.cpp:133
↓ 8 callersFunctionMarkSettingsDirty
tools/NodeEditor/util/ImGuiExtra.h:8
↓ 7 callersFunctionAddToDataStream
src/FastNoise/Metadata.cpp:132
↓ 7 callersMethodAddVariableEnum
include/FastNoise/Generators/Generator.h:551
↓ 7 callersFunctionStoreMinMax
src/FastNoise/FastNoise_C.cpp:32
↓ 6 callersFunctionFormatDescription
util/WikiGenerator/main.cpp:138
↓ 6 callersFunctionScrollCombo
tools/NodeEditor/util/ImGuiExtra.h:28
↓ 5 callersFunctionDoHoverPopup
tools/NodeEditor/FastNoiseNodeEditor.cpp:95
↓ 5 callersMethodFindNodeFromId
tools/NodeEditor/FastNoiseNodeEditor.cpp:1539
↓ 5 callersMethodFree
tools/NodeEditor/NoiseTexture.h:73
↓ 5 callersMethodGetNodeIDLinks
tools/NodeEditor/FastNoiseNodeEditor.cpp:200
↓ 5 callersMethodPop
tools/NodeEditor/MultiThreadQueues.h:34
↓ 4 callersFunctionAddMemberLookupToDataStream
src/FastNoise/Metadata.cpp:142
↓ 4 callersFunctionAddOrReplaceSettingsHandler
tools/NodeEditor/util/ImGuiExtra.h:16
↓ 4 callersMethodGetPos
tools/NodeEditor/MeshNoisePreview.h:155
↓ 4 callersMethodGetStartingAttributeId
tools/NodeEditor/FastNoiseNodeEditor.h:53
↓ 4 callersMethodIsDetachedNodeGraph
tools/NodeEditor/NodeEditorApp.h:29
↓ 4 callersMethodPush
tools/NodeEditor/MultiThreadQueues.h:51
↓ 4 callersMethodSetSource
include/FastNoise/Generators/Modifiers.h:522
↓ 3 callersMethodAddPerDimensionHybridSource
include/FastNoise/Generators/Generator.h:722
↓ 3 callersMethodAddPerDimensionVariable
include/FastNoise/Generators/Generator.h:600
↓ 3 callersFunctionBumpNodeRefences
Manually bump the reference count on a raw Generator pointer. Avoids needing to keep a SmartNode around for nodes created in the C API
src/FastNoise/FastNoise_C.cpp:9
↓ 3 callersFunctionDataStreamCheckNodeEnd
src/FastNoise/Metadata.cpp:118
↓ 3 callersMethodDrawUI
tools/NodeEditor/FastNoiseNodeEditor.cpp:281
↓ 3 callersMethodGetInitialNodeTree
tools/NodeEditor/NodeEditorApp.h:44
↓ 3 callersFunctionIsDetached
tools/NodeEditor/NodeEditorApp.cpp:31
↓ 3 callersFunctionMatchingMembers
tools/NodeEditor/FastNoiseNodeEditor.cpp:51
↓ 2 callersMethodAllocCount
src/FastNoise/SmartNode.cpp:76
↓ 2 callersMethodClear
tools/NodeEditor/MultiThreadQueues.h:22
↓ 2 callersMethodCount
tools/NodeEditor/MultiThreadQueues.h:28
↓ 2 callersFunctionDecode
src/FastNoise/Base64.h:94
↓ 2 callersMethodGetIpcContext
tools/NodeEditor/NodeEditorApp.h:34
↓ 2 callersMethodGetName
tools/NodeEditor/FastNoiseNodeEditor.h:87
↓ 2 callersMethodGetOutputAttributeId
tools/NodeEditor/FastNoiseNodeEditor.h:58
↓ 2 callersMethodKillThreads
tools/NodeEditor/MultiThreadQueues.h:10
↓ 2 callersMethodReGenerate
tools/NodeEditor/NoiseTexture.cpp:472
↓ 2 callersFunctionRegisterBenchmarks
tests/FastNoiseBenchmark.cpp:106
↓ 2 callersFunctionSendMessage
tools/NodeEditorIpc/NodeEditorIpc_C.cpp:182
↓ 2 callersMethodShouldKillThread
tools/NodeEditor/MultiThreadQueues.h:17
↓ 2 callersFunctionTimeWithUnits
tools/NodeEditor/FastNoiseNodeEditor.cpp:59
↓ 2 callersFunctionToSmartNode
Setting node sources requires a SmartNode argument, this SmartNode friend function allows the C API to convert raw pointers to temporary SmartNodes fo
src/FastNoise/FastNoise_C.cpp:16
↓ 2 callersMethodTryAlloc
src/FastNoise/SmartNode.cpp:32
↓ 1 callersFunctionAddNodeEndToDataStream
src/FastNoise/Metadata.cpp:151
↓ 1 callersMethodAlloc
src/FastNoise/SmartNode.cpp:110
↓ 1 callersMethodAutoPositionChildNodes
tools/NodeEditor/FastNoiseNodeEditor.cpp:252
↓ 1 callersFunctionBenchFastNoiseGenerator2D
tests/FastNoiseBenchmark.cpp:48
↓ 1 callersFunctionBenchFastNoiseGenerator3D
tests/FastNoiseBenchmark.cpp:67
↓ 1 callersFunctionBenchFastNoiseGenerator4D
tests/FastNoiseBenchmark.cpp:86
↓ 1 callersFunctionBuildGenerator
tests/FastNoiseBenchmark.cpp:14
↓ 1 callersFunctionBuildGenerator
util/WikiGenerator/main.cpp:14
↓ 1 callersMethodCanDraw
tools/NodeEditor/FastNoiseNodeEditor.cpp:276
↓ 1 callersMethodChangeSelectedNode
tools/NodeEditor/FastNoiseNodeEditor.cpp:1567
↓ 1 callersFunctionCreateImage
util/WikiGenerator/main.cpp:48
↓ 1 callersFunctionDeserialiseNodeDataInternal
src/FastNoise/Metadata.cpp:508
↓ 1 callersFunctionDeserialiseSmartNodeInternal
src/FastNoise/Metadata.cpp:355
↓ 1 callersFunctionDoNode
util/WikiGenerator/main.cpp:152
↓ 1 callersMethodDraw
tools/NodeEditor/NoiseTexture.cpp:64
↓ 1 callersFunctionEncode
src/FastNoise/Base64.h:12
↓ 1 callersFunctionFindNodeEditorBinary
Helper to find the NodeEditor executable
tools/NodeEditorIpc/NodeEditorIpc_C.cpp:303
↓ 1 callersMethodFree
src/FastNoise/SmartNode.cpp:245
↓ 1 callersMethodGenerateNodePreviewNoise
tools/NodeEditor/FastNoiseNodeEditor.cpp:1506
↓ 1 callersFunctionGenerator
include/FastNoise/Generators/Generator.h:180
↓ 1 callersMethodGetFreeNodeId
tools/NodeEditor/FastNoiseNodeEditor.cpp:1554
↓ 1 callersMethodGetLocalGenerateNs
tools/NodeEditor/FastNoiseNodeEditor.cpp:220
↓ 1 callersMethodGetMesh
tools/NodeEditor/MeshNoisePreview.h:154
↓ 1 callersMethodIncVersion
tools/NodeEditor/MultiThreadQueues.h:72
↓ 1 callersFunctionInitResources
tools/NodeEditor/NodeEditorApp.cpp:24
↓ 1 callersFunctionInitialNodeTree
tools/NodeEditor/NodeEditorApp.cpp:43
↓ 1 callersMethodMarkForRemoval
src/FastNoise/SmartNode.cpp:81
↓ 1 callersFunctionMatchingGroup
tools/NodeEditor/FastNoiseNodeEditor.cpp:42
↓ 1 callersFunctionNormaliseConstExpr
tools/NodeEditor/MeshNoisePreview.cpp:26
↓ 1 callersMethodSerialiseIncludingDependancies
tools/NodeEditor/FastNoiseNodeEditor.cpp:330
↓ 1 callersFunctionSerialiseNodeDataInternal
src/FastNoise/Metadata.cpp:161
↓ 1 callersMethodSetGain
include/FastNoise/Generators/Fractal.h:11
↓ 1 callersMethodSetSIMDLevel
tools/NodeEditor/FastNoiseNodeEditor.cpp:1072
↓ 1 callersMethodSetScale
@brief Set the feature scale (effectively 1.0 / frequency). * @param value Scale in world units. Larger values produce larger features.
include/FastNoise/Generators/BasicGenerators.h:20
↓ 1 callersMethodSetScaling
include/FastNoise/Generators/Modifiers.h:12
↓ 1 callersMethodSetValue
include/FastNoise/Generators/Blends.h:204
↓ 1 callersFunctionSqrtNewtonRaphson
tools/NodeEditor/MeshNoisePreview.cpp:21
↓ 1 callersFunctionbegin
include/FastNoise/Metadata.h:46
↓ 1 callersFunctionfnEditorIpcPollMessage
tools/NodeEditorIpc/NodeEditorIpc_C.cpp:235
↓ 1 callersFunctionfnEditorIpcRelease
tools/NodeEditorIpc/NodeEditorIpc_C.cpp:151
↓ 1 callersFunctionfnEditorIpcSendSelectedNode
tools/NodeEditorIpc/NodeEditorIpc_C.cpp:225
↓ 1 callersFunctionfnEditorIpcSetup
tools/NodeEditor/NodeEditorApp.cpp:56
↓ 1 callersFunctionfnEditorIpcStartNodeEditor
tools/NodeEditorIpc/NodeEditorIpc_C.cpp:392
↓ 1 callersFunctionhandleFetch
(request)
tools/NodeEditor/resources/emscripten_enable_shared_array_buffer.js:10
↓ 1 callersFunctionsize
include/FastNoise/Metadata.h:48
↓ 1 callersFunctionstring_format
tools/NodeEditor/FastNoiseNodeEditor.cpp:76
↓ 1 callersMethod~FastNoiseNodeEditor
tools/NodeEditor/FastNoiseNodeEditor.cpp:621
MethodAddNodeFromEncodedString
tools/NodeEditor/FastNoiseNodeEditor.cpp:1333
MethodAddPerDimensionGeneratorSource
include/FastNoise/Generators/Generator.h:654
next →1–100 of 397, ranked by callers