Home
last modified time | relevance | path

Searched refs:seeds2 (Results 1 – 19 of 19) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Examples/GUI/Python/
H A DStreamlinesWithLineWidget.py52 seeds2 = vtk.vtkPolyData() variable
55 lineWidget2.GetPolyData(seeds2)
60 streamer2.SetSourceData(seeds2)
106 global seeds2, renWin
107 obj.GetPolyData(seeds2)
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Python/
H A DStreamlinesWithLineWidget.py54 seeds2 = vtk.vtkPolyData() variable
57 lineWidget2.GetPolyData(seeds2)
62 streamer2.SetSourceData(seeds2)
110 global seeds2, renWin
111 obj.GetPolyData(seeds2)
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Tcl/
H A DStreamlinesWithLineWidget.tcl56 vtkPolyData seeds2
59 lineWidget2 GetPolyData seeds2
64 streamer2 SetSourceData seeds2
145 lineWidget2 GetPolyData seeds2
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSets/test/
H A DitkCollidingFrontsImageFilterTest.cxx76 NodeContainer::Pointer seeds2 = NodeContainer::New(); in itkCollidingFrontsImageFilterTest() local
86 seeds2->Initialize(); in itkCollidingFrontsImageFilterTest()
87 seeds2->InsertElement( 0, node2 ); in itkCollidingFrontsImageFilterTest()
94 collidingFronts->SetSeedPoints2( seeds2 ); in itkCollidingFrontsImageFilterTest()
/dports/net/wangle/wangle-2021.12.27.00/wangle/ssl/test/
H A DSSLContextManagerTest.cpp235 TLSTicketKeySeeds seeds2{{"68"}, {"69"}, {"70"}}; in TEST() local
302 {ctxConfig1Default, ctxConfig3}, cacheOptions, &seeds2, addr, nullptr); in TEST()
307 sslCtxMgr.getSSLCtxByExactDomain(SSLContextKey("test.com")), seeds2); in TEST()
309 sslCtxMgr.getSSLCtxByExactDomain(SSLContextKey("test3.com")), seeds2); in TEST()
318 sslCtxMgr.getSSLCtxByExactDomain(SSLContextKey("test.com")), seeds2); in TEST()
336 sslCtxMgr.getSSLCtxByExactDomain(SSLContextKey("test.com")), seeds2); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/
H A Dtestdict.c16 static const char *seeds2[] = { variable
82 for (i = 0; seeds2[i] != NULL; i++) { in fill_strings()
83 strings2[i] = xmlStrdup((const xmlChar *) seeds2[i]); in fill_strings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/src/
H A Dtestdict.c16 static const char *seeds2[] = { variable
82 for (i = 0; seeds2[i] != NULL; i++) { in fill_strings()
83 strings2[i] = xmlStrdup((const xmlChar *) seeds2[i]); in fill_strings()
/dports/textproc/libxml2/libxml2-2.9.12/
H A Dtestdict.c16 static const char *seeds2[] = { variable
82 for (i = 0; seeds2[i] != NULL; i++) { in fill_strings()
83 strings2[i] = xmlStrdup((const xmlChar *) seeds2[i]); in fill_strings()
/dports/textproc/py-libxml2/libxml2-2.9.12/
H A Dtestdict.c16 static const char *seeds2[] = { variable
82 for (i = 0; seeds2[i] != NULL; i++) { in fill_strings()
83 strings2[i] = xmlStrdup((const xmlChar *) seeds2[i]); in fill_strings()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libxml2/
H A Dtestdict.c16 static const char *seeds2[] = { variable
82 for (i = 0; seeds2[i] != NULL; i++) { in fill_strings()
83 strings2[i] = xmlStrdup((const xmlChar *) seeds2[i]); in fill_strings()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/include/heurs/
H A Dins_routines2.h36 void seeds2 PROTO((
/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Darchipelago.cpp179 std::vector<unsigned> seeds2; in BOOST_AUTO_TEST_CASE() local
183 std::transform(archi3b.begin(), archi3b.end(), std::back_inserter(seeds2), in BOOST_AUTO_TEST_CASE()
185 std::sort(seeds2.begin(), seeds2.end()); in BOOST_AUTO_TEST_CASE()
186 BOOST_CHECK(std::unique(seeds2.begin(), seeds2.end()) == seeds2.end()); in BOOST_AUTO_TEST_CASE()
187 BOOST_CHECK(std::equal(seeds.begin(), seeds.end(), seeds2.begin())); in BOOST_AUTO_TEST_CASE()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/Heuristics/
H A Dnear_cluster.c63 seeds2(p, &numroutes, intour, nbtree); in near_cluster()
H A Dsavings3.c84 seeds2(p, &numroutes, intour, nbtree); in savings3()
H A Dins_routines2.c301 void seeds2(heur_prob *p, int *numroutes, int *intour, neighbor *nbtree) in seeds2() function
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dequationdetect.cpp523 std::vector<ColPartition *> seeds1, seeds2; in IdentifySeedParts() local
544 seeds2.push_back(part); in IdentifySeedParts()
578 for (auto &i : seeds2) { in IdentifySeedParts()
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcSimplify.hs1868 seeds2 = foldEvBindMap add_wanted seeds1 ev_binds function
1869 seeds3 = seeds2 `unionVarSet` tcvs
/dports/science/py-pygmo2/pygmo2-2.18.0/pygmo/
H A Dtest.py922 seeds2 = list([_.get_population().get_seed() for _ in a2])
923 self.assertEqual(seeds2, seeds)
939 seeds2 = sorted(list([_.get_population().get_seed() for _ in a2]))
940 self.assertTrue(all([t[0] != t[1] for t in zip(seeds, seeds2)]))
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Dbt2_search.cpp3108 EList<Seed> seeds1, seeds2; in multiseedSearchWorker() local
3109 EList<Seed> *seeds[2] = { &seeds1, &seeds2 }; in multiseedSearchWorker()