Home
last modified time | relevance | path

Searched defs:VisNode (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dvis-runner.cc35 struct VisNode : public ListNode struct
37 VisNode(int channels, int time) in VisNode() function
43 ~VisNode() { delete[] data; } in ~VisNode() argument
53 static VisNode * current_node = nullptr; argument
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/windows/
H A DNodePage.h25 struct VisNode { struct
29 VisNode() = default; argument
31 VisNode(RawPtr<JobNode> node, Pixel position) in VisNode() argument
43 RawPtr<const VisNode> vis; argument
/dports/games/spring/spring_98.0/rts/Map/SM3/terrain/
H A DTerrain.h220 struct VisNode struct
226 std::vector<VisNode> visNodes; argument
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/declarations/network/
H A DgephiParser.d.ts50 export interface VisNode { interface