Home
last modified time | relevance | path

Searched defs:GA (Results 1 – 25 of 1973) sorted by relevance

12345678910>>...79

/dports/math/ogdf/OGDF/src/ogdf/fileformats/
H A DDLParser.cpp77 Graph &G, GraphAttributes *GA, node v) in readMatrixRow()
106 bool DLParser::readMatrix(Graph &G, GraphAttributes *GA) in readMatrix()
124 bool DLParser::readEmbeddedMatrix(Graph &G, GraphAttributes *GA) in readEmbeddedMatrix()
168 Graph &G, GraphAttributes *GA, node v, node u) in readEdgeListRow()
191 GraphAttributes *GA, node &nextFree, in requestLabel()
213 bool DLParser::readEdgeList(Graph &G, GraphAttributes *GA) in readEdgeList()
243 bool DLParser::readEmbeddedEdgeList(Graph &G, GraphAttributes *GA) in readEmbeddedEdgeList()
345 bool DLParser::readData(Graph &G, GraphAttributes *GA) in readData()
374 bool DLParser::readWithLabels(Graph &G, GraphAttributes *GA) in readWithLabels()
476 bool DLParser::readStatements(Graph &G, GraphAttributes *GA) in readStatements()
[all …]
H A DGraphIO_gdf.cpp50 const GraphAttributes *GA) in writeNodeHeader()
90 const GraphAttributes *GA, node v) in writeNode()
136 const GraphAttributes *GA) in writeEdgeHeader()
167 const GraphAttributes *GA, edge e) in writeEdge()
210 const Graph &G, const GraphAttributes *GA) in writeGraph()
246 bool GraphIO::writeGDF(const GraphAttributes &GA, std::ostream &os) in writeGDF()
H A DGraphIO_gexf.cpp85 const GraphAttributes &GA) in defineAttributes()
159 const GraphAttributes &GA, in writeAttributes()
238 const GraphAttributes &GA, in writeAttributes()
294 const GraphAttributes *GA, in writeNode()
312 const GraphAttributes *GA, in writeEdge()
340 const GraphAttributes *GA) in writeEdges()
390 const GraphAttributes *GA) in writeGraph()
443 bool GraphIO::writeGEXF(const GraphAttributes &GA, std::ostream &out) in writeGEXF()
H A DGexfParser.cpp140 bool Parser::readNodes(Graph &G, GraphAttributes *GA) in readNodes()
230 bool Parser::readEdges(Graph &G, ClusterGraph *C, GraphAttributes *GA) in readEdges()
299 GraphAttributes &GA, in readVizAttribute()
360 GraphAttributes &GA, in readVizAttribute()
400 GraphAttributes &GA, in readAttValue()
483 GraphAttributes &GA, in readAttValue()
531 GraphAttributes &GA, in readAttValues()
555 GraphAttributes &GA, node v, in readAttributes()
581 GraphAttributes &GA, edge e, in readAttributes()
623 bool Parser::read(Graph &G, GraphAttributes &GA) in read()
H A DGdfParser.cpp140 Graph &G, GraphAttributes *GA, in readNodeStmt()
164 Graph &G, GraphAttributes *GA, in readEdgeStmt()
234 GraphAttributes &GA, node v, in readAttribute()
332 GraphAttributes &GA, edge e, in readAttribute()
402 GraphAttributes &GA, T elem, in readAttrs()
417 GraphAttributes &GA, node v, in readAttributes()
425 GraphAttributes &GA, edge e, in readAttributes()
453 Graph &G, GraphAttributes *GA) in readGraph()
H A DGraphIO_dl.cpp40 const Graph &G, const GraphAttributes *GA, in writeMatrix()
79 const Graph &G, const GraphAttributes *GA, in writeEdges()
101 const Graph &G, const GraphAttributes *GA) in writeGraph()
170 bool GraphIO::writeDL(const GraphAttributes &GA, std::ostream &os) in writeDL()
H A DGraphIO_dot.cpp56 const GraphAttributes &GA, const node &v) in writeAttributes()
121 const GraphAttributes &GA, const edge &e) in writeAttributes()
215 const GraphAttributes *GA, bool writeAttributes = true) in writeHeader()
271 const GraphAttributes *GA, const edge &e) in writeEdge()
289 const GraphAttributes *GA, const node &v in writeNode()
368 const Graph &G, const GraphAttributes *GA) in writeGraph()
418 bool GraphIO::writeDOT(const GraphAttributes &GA, std::ostream &out) in writeDOT()
H A DDotParser.cpp770 GraphAttributes &GA, const node &v, in readAttribute()
884 GraphAttributes &GA, const edge &e, in readAttribute()
1038 G &GA, T elem, in readAttributes()
1055 G &GA, T elem, in readAttributes()
1071 Graph &G, GraphAttributes *GA, in readStatements()
1088 ogdf::Graph &G, GraphAttributes *GA, in read()
1109 ogdf::Graph &G, GraphAttributes *GA, in read()
1120 ogdf::Graph &G, GraphAttributes *GA, in cross()
1142 ogdf::Graph &G, GraphAttributes *GA, in read()
1202 ogdf::Graph &G, GraphAttributes *GA, in read()
[all …]
/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DStressMinimization.cpp43 void StressMinimization::call(GraphAttributes& GA) in call()
76 GraphAttributes& GA, in call()
99 void StressMinimization::computeInitialLayout(GraphAttributes& GA) in computeInitialLayout()
153 const GraphAttributes& GA, in calcStress()
179 const GraphAttributes& GA, in copyLayout()
193 const GraphAttributes& GA, in copyLayout()
209 GraphAttributes& GA, in minimizeStress()
252 GraphAttributes& GA, in nextIteration()
330 GraphAttributes& GA, in finished()
H A DFastMultipoleEmbedder.cpp89 void FastMultipoleEmbedder::call(GraphAttributes &GA) in call()
106 void FastMultipoleEmbedder::call(GraphAttributes &GA, const EdgeArray<float>& edgeLength, const Nod… in call()
206 GraphAttributes GA(G); in dumpCurrentLevel() local
218 void FastMultipoleMultilevelEmbedder::call(GraphAttributes &GA) in call()
241 void FastMultipoleMultilevelEmbedder::computeAutoEdgeLength(const GraphAttributes& GA, EdgeArray<fl… in computeAutoEdgeLength()
256 void FastMultipoleMultilevelEmbedder::run(GraphAttributes& GA, const EdgeArray<float>& edgeLength) in run()
301 void FastMultipoleMultilevelEmbedder::createMultiLevelGraphs(Graph* pGraph, GraphAttributes& GA, co… in createMultiLevelGraphs()
322 void FastMultipoleMultilevelEmbedder::writeCurrentToGraphAttributes(GraphAttributes& GA) in writeCurrentToGraphAttributes()
339 void FastMultipoleMultilevelEmbedder::initFinestLevel(GraphAttributes &GA, const EdgeArray<float>& … in initFinestLevel()
H A DSpringEmbedderKK.cpp42 GraphAttributes& GA, in initialize()
164 void SpringEmbedderKK::mainStep(GraphAttributes& GA, in mainStep()
289 void SpringEmbedderKK::doCall(GraphAttributes& GA, const EdgeArray<double>& eLength, bool simpleBFS) in doCall()
309 void SpringEmbedderKK::call(GraphAttributes& GA) in call()
320 void SpringEmbedderKK::call(GraphAttributes& GA, const EdgeArray<double>& eLength) in call()
334 const GraphAttributes& GA, in adaptLengths()
351 void SpringEmbedderKK::shufflePositions(GraphAttributes& GA) in shufflePositions()
366 GraphAttributes& GA, in computeParDer()
386 GraphAttributes& GA, in computeParDers()
533 void SpringEmbedderKK::scale(GraphAttributes& GA) in scale()
/dports/math/ogdf/OGDF/include/ogdf/layered/
H A DHierarchyLayoutModule.h59 void call(const HierarchyLevelsBase &levels, GraphAttributes &GA) { in call()
102 …static inline double getWidth(const GraphAttributes &GA, const HierarchyLevelsBase &levels, node v… in getWidth()
108 …static inline double getHeight(const GraphAttributes &GA, const HierarchyLevelsBase &levels, node … in getHeight()
/dports/graphics/qvge/qvge-0.6.3/src/commonui/ogdf/
H A DCOGDFLayout.cpp77 …ogdf::GraphAttributes GA(G, ogdf::GraphAttributes::nodeGraphics | ogdf::GraphAttributes::edgeGraph… in doLayout() local
127 void COGDFLayout::graphTopologyToScene(const ogdf::Graph &G, const ogdf::GraphAttributes &GA, CNode… in graphTopologyToScene()
162 void COGDFLayout::graphToScene(const ogdf::Graph &G, const ogdf::GraphAttributes &GA, CNodeEditorSc… in graphToScene()
253 ogdf::GraphAttributes GA(G, -1); // all attrs in loadGraph() local
305 bool COGDFLayout::autoLayoutIfNone(const ogdf::Graph &G, ogdf::GraphAttributes &GA) in autoLayoutIfNone()
/dports/devel/ga/ga-5.8/cca/ga_cca_classic/
H A DGAServices.cxx38 GA::GlobalArray * GA = new GA::GlobalArray(type, ndim, dims, arrayname, in createGA() local
47 GA::GlobalArray * GA = new GA::GlobalArray(type, ndim, dims, arrayname, in createGA() local
54 GA::GlobalArray * GA = new GA::GlobalArray(*g_b, arrayname); in createGA() local
60 GA::GlobalArray * GA = new GA::GlobalArray(g_b); in createGA() local
66 GA::GlobalArray * GA = new GA::GlobalArray(); in createGA() local
75 GA::GlobalArray * GA = new GA::GlobalArray(type, ndim, dims, width, in createGA_Ghosts() local
83 GA::GlobalArray * GA = new GA::GlobalArray(type, ndim, dims, width, in createGA_Ghosts() local
/dports/devel/tcllib/tcllib-1.20/modules/struct/graph/
H A Dds.h116 typedef struct GA { struct
127 } GA; argument
/dports/devel/tcllibc/tcllib-1.20/modules/struct/graph/
H A Dds.h116 typedef struct GA { struct
127 } GA; typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-reduce/deltas/
H A DReduceAliases.cpp24 for (auto &GA : make_early_inc_range(Program.aliases())) { in extractAliasesFromModule() local
38 for (auto &GA : Program.aliases()) in countAliases() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceAliases.cpp27 for (auto &GA : make_early_inc_range(Program->aliases())) { in extractAliasesFromModule() local
41 for (auto &GA : Program->aliases()) in countAliases() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-reduce/deltas/
H A DReduceAliases.cpp27 for (auto &GA : make_early_inc_range(Program->aliases())) { in extractAliasesFromModule() local
41 for (auto &GA : Program->aliases()) in countAliases() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-reduce/deltas/
H A DReduceAliases.cpp27 for (auto &GA : make_early_inc_range(Program->aliases())) { in extractAliasesFromModule() local
41 for (auto &GA : Program->aliases()) in countAliases() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceAliases.cpp27 for (auto &GA : make_early_inc_range(Program->aliases())) { in extractAliasesFromModule() local
41 for (auto &GA : Program->aliases()) in countAliases() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-reduce/deltas/
H A DReduceAliases.cpp27 for (auto &GA : make_early_inc_range(Program->aliases())) { in extractAliasesFromModule() local
41 for (auto &GA : Program->aliases()) in countAliases() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-reduce/deltas/
H A DReduceAliases.cpp27 for (auto &GA : make_early_inc_range(Program->aliases())) { in extractAliasesFromModule() local
41 for (auto &GA : Program->aliases()) in countAliases() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-reduce/deltas/
H A DReduceAliases.cpp27 for (auto &GA : make_early_inc_range(Program->aliases())) { in extractAliasesFromModule() local
41 for (auto &GA : Program->aliases()) in countAliases() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-reduce/deltas/
H A DReduceAliases.cpp27 for (auto &GA : make_early_inc_range(Program->aliases())) { in extractAliasesFromModule() local
41 for (auto &GA : Program->aliases()) in countAliases() local

12345678910>>...79