Home
last modified time | relevance | path

Searched defs:NodeArray (Results 1 – 25 of 144) sorted by relevance

123456

/dports/math/ogdf/OGDF/include/ogdf/basic/
H A DNodeArray.h124 NodeArray() : Array<T>(), NodeArrayBase() { } in NodeArray() function
127 NodeArray(const Graph &G) : Array<T>(G.nodeArrayTableSize()), NodeArrayBase(&G) { } in NodeArray() function
134 NodeArray(const Graph &G, const T &x) : in NodeArray() function
141 NodeArray(const NodeArray<T> &A) : Array<T>(A), NodeArrayBase(A.m_pGraph), m_x(A.m_x) { } in NodeArray() function
147 NodeArray(NodeArray<T> &&A) : Array<T>(std::move(A)), NodeArrayBase(A), m_x(A.m_x) { } in NodeArray() function
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeArray.h28 typedef MyArray<Node *> NodeArray; typedef
/dports/math/jags/JAGS-4.3.0/src/include/compiler/
H A DMixtureFactory.h12 class NodeArray; variable
/dports/math/jags/JAGS-4.3.0/src/include/model/
H A DNodeArraySubset.h11 class NodeArray; variable
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/src/
H A Dmemory.c220 HSAuint32 *NodeArray) in hsaKmtRegisterMemoryToNodes()
250 HSAuint32 *NodeArray) in hsaKmtRegisterGraphicsHandleToNodes()
305 HSAuint32 *NodeArray) in hsaKmtRegisterSharedHandleToNodes()
458 HSAuint32 *NodeArray) in hsaKmtMapMemoryToGPUNodes()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/@types/biblatex-csl-converter/
H A Dindex.d.ts38 export type NodeArray = Array<NodeObject>; property in BibLatexExporter
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/api/
H A DNodeImpl.hh266 class AVRO_DECL NodeArray : public NodeImplArray { class
268 NodeArray() : NodeImplArray(AVRO_ARRAY) {} in NodeArray() function in internal_avro::NodeArray
270 explicit NodeArray(const SingleLeaf &items) in NodeArray() function in internal_avro::NodeArray
/dports/science/rmf/rmf-1.3.1/src/avrocpp/api/
H A DNodeImpl.hh266 class AVRO_DECL NodeArray : public NodeImplArray { class
268 NodeArray() : NodeImplArray(AVRO_ARRAY) {} in NodeArray() function in internal_avro::NodeArray
270 explicit NodeArray(const SingleLeaf &items) in NodeArray() function in internal_avro::NodeArray
/dports/devel/avro-cpp/avro-cpp-1.11.0/api/
H A DNodeImpl.hh347 class AVRO_DECL NodeArray : public NodeImplArray { class
349 NodeArray() : NodeImplArray(AVRO_ARRAY) {} in NodeArray() function in avro::NodeArray
351 …explicit NodeArray(const SingleLeaf &items) : NodeImplArray(AVRO_ARRAY, NoName(), items, NoLeafNam… in NodeArray() function in avro::NodeArray
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/include/
H A DitkFEMSolver.h101 using NodeArray = Element::Node::ArrayType; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWNode.h42 typedef ArrayPrimitiveType<Node*> NodeArray; typedef
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/AMF/
H A DAMFImporter.hpp144 using NodeArray = std::vector<aiNode*>; typedef in Assimp::AMFImporter
/dports/science/elmerfem/elmerfem-release-9.0/post/src/modules/
H A Dreadfile.c69 double s,*NodeArray,*Velo,*Vabs,*Temp,*Pres,fdummy; in epReadFile() local
/dports/math/jags/JAGS-4.3.0/src/lib/model/
H A DNodeArray.cc48 NodeArray::NodeArray(string const &name, vector<unsigned int> const &dim, in NodeArray() function in jags::NodeArray
/dports/science/elmerfem/elmerfem-release-9.0/post/src/elements/
H A Delements.h83 double *NodeArray; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h128 using NodeArray = Array<Node>; variable
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h129 using NodeArray = Array<Node>; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h128 using NodeArray = Array<Node>; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h128 using NodeArray = Array<Node>; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h128 using NodeArray = Array<Node>; variable
/dports/graphics/jp/jp-1.1.12/pkg/jsonpath/
H A Dnode.go37 NodeArray const
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/NarrowphaseCollision/
H A Db3QuantizedBvh.h147 typedef b3AlignedObjectArray<b3OptimizedBvhNode> NodeArray; typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h128 using NodeArray = Array<Node>; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h128 using NodeArray = Array<Node>; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h128 using NodeArray = Array<Node>; variable

123456