Home
last modified time | relevance | path

Searched refs:cell_set (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/minerbold/minerbold-1.4/
H A Dmain.lua349 cell_set(x, y, edit_c)
582 cell_set(x, y, BEMPTY);
613 cell_set(x, y, c)
617 cell_set(x, y, BHUMAN)
668 cell_set(x, y, BEMPTY)
680 cell_set(x, y, c)
698 cell_set(x, y, c)
788 cell_set(x, y, c)
799 cell_set(x, y, c);
904 cell_set(x, y, c)
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/tests/thirdparty/
H A Dt_vtkh_smoke.cpp57 vtkm::cont::CellSetStructured<3> cell_set; in TEST() local
58 cell_set.SetPointDimensions(point_dims); in TEST()
59 data_set.SetCellSet(cell_set); in TEST()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/
H A DLagrangian.hxx124 vtkm::cont::DynamicCellSet cell_set = input.GetCellSet(); in UpdateSeedResolution() local
126 if (cell_set.IsSameType(vtkm::cont::CellSetStructured<1>())) in UpdateSeedResolution()
128 vtkm::cont::CellSetStructured<1> cell_set1 = cell_set.Cast<vtkm::cont::CellSetStructured<1>>(); in UpdateSeedResolution()
136 else if (cell_set.IsSameType(vtkm::cont::CellSetStructured<2>())) in UpdateSeedResolution()
138 vtkm::cont::CellSetStructured<2> cell_set2 = cell_set.Cast<vtkm::cont::CellSetStructured<2>>(); in UpdateSeedResolution()
148 else if (cell_set.IsSameType(vtkm::cont::CellSetStructured<3>())) in UpdateSeedResolution()
150 vtkm::cont::CellSetStructured<3> cell_set3 = cell_set.Cast<vtkm::cont::CellSetStructured<3>>(); in UpdateSeedResolution()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/
H A DLagrangian.hxx122 vtkm::cont::DynamicCellSet cell_set = input.GetCellSet(); in UpdateSeedResolution() local
124 if (cell_set.IsSameType(vtkm::cont::CellSetStructured<1>())) in UpdateSeedResolution()
126 vtkm::cont::CellSetStructured<1> cell_set1 = cell_set.Cast<vtkm::cont::CellSetStructured<1>>(); in UpdateSeedResolution()
134 else if (cell_set.IsSameType(vtkm::cont::CellSetStructured<2>())) in UpdateSeedResolution()
136 vtkm::cont::CellSetStructured<2> cell_set2 = cell_set.Cast<vtkm::cont::CellSetStructured<2>>(); in UpdateSeedResolution()
146 else if (cell_set.IsSameType(vtkm::cont::CellSetStructured<3>())) in UpdateSeedResolution()
148 vtkm::cont::CellSetStructured<3> cell_set3 = cell_set.Cast<vtkm::cont::CellSetStructured<3>>(); in UpdateSeedResolution()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPopulationCell.cc146 void cPopulationCell::GetNeighboringCells(std::set<cPopulationCell*>& cell_set, int depth) const { in GetNeighboringCells() argument
155 std::pair<cell_set_t::iterator, bool> ins = cell_set.insert(cell); in GetNeighboringCells()
158 cell->GetNeighboringCells(cell_set, depth-1); in GetNeighboringCells()
167 std::set<cPopulationCell*> cell_set; in GetOccupiedNeighboringCells() local
168 GetNeighboringCells(cell_set, depth); in GetOccupiedNeighboringCells()
169 for(std::set<cPopulationCell*>::iterator i=cell_set.begin(); i!=cell_set.end(); ++i) { in GetOccupiedNeighboringCells()
H A DcPopulationCell.h116 void GetNeighboringCells(std::set<cPopulationCell*>& cell_set, int depth) const;
H A DcPopulationInterface.cc625 std::set<cPopulationCell*> cell_set; in BroadcastMessage() local
626 cell.GetNeighboringCells(cell_set, depth); in BroadcastMessage()
629 cell_set.erase(&cell); in BroadcastMessage()
632 for(std::set<cPopulationCell*>::iterator i=cell_set.begin(); i!=cell_set.end(); ++i) { in BroadcastMessage()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/
H A Dascent_vtkh_data_adapter.cpp943 vtkm::cont::CellSetStructured<2> cell_set; in UniformBlueprintToVTKmDataSet() local
944 cell_set.SetPointDimensions(dims2); in UniformBlueprintToVTKmDataSet()
947 result->SetCellSet(cell_set); in UniformBlueprintToVTKmDataSet()
951 vtkm::cont::CellSetStructured<3> cell_set; in UniformBlueprintToVTKmDataSet() local
952 cell_set.SetPointDimensions(dims); in UniformBlueprintToVTKmDataSet()
954 result->SetCellSet(cell_set); in UniformBlueprintToVTKmDataSet()
1063 vtkm::cont::CellSetStructured<2> cell_set; in RectilinearBlueprintToVTKmDataSet() local
1068 result->SetCellSet(cell_set); in RectilinearBlueprintToVTKmDataSet()
1077 result->SetCellSet(cell_set); in RectilinearBlueprintToVTKmDataSet()
1143 result->SetCellSet(cell_set); in StructuredBlueprintToVTKmDataSet()
[all …]
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dcellular.c39 static int32_t cell_set(CSOUND *csound,CELL *p) in cell_set() function
126 {"cell", S(CELL), TB, 3, "", "kkiiii",(SUBR)cell_set, (SUBR)cell }
/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/src/
H A Dlines_in_cubic_helper.cc57 Set<Int> cell_set; in cleanUpIntersection() local
61 if (fir_cones.row(fc).size() > 2) cell_set += fc; in cleanUpIntersection()
69 for (auto c = entire(cell_set); !c.at_end(); ++c) { in cleanUpIntersection()
83 Set<Int> containers = cell_set + edge_set; in cleanUpIntersection()
94 result.cells = fir_cones.minor(cell_set,All); in cleanUpIntersection()
/dports/textproc/xlreader/xlreader-0.9.0/
H A Dcell.h57 cell *cell_set(int, int, int, void *);
H A Dcell.c180 cell_set(int row, int col, int type, void *val) { in cell_set() function
/dports/devel/py-frictionless/frictionless-4.18.2/frictionless/steps/
H A D__init__.py7 cell_set,
H A Dcell.py200 class cell_set(Step): class
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Dwfn_utils.h51 void cell_set(CARTESIAN sfo, CARTESIAN *sfv, bool uc, CARTESIAN *uco, CARTESIAN *ucv, int ucf, bool…
H A Dwfn_utils.cpp307 void cell_set(CARTESIAN sfo, CARTESIAN *sfv, bool uc, CARTESIAN *uco, CARTESIAN *ucv, int ucf, bool… in cell_set() function
/dports/devel/py-joblib/joblib-1.1.0/joblib/externals/cloudpickle/
H A Dcloudpickle.py399 def cell_set(cell, value): function
791 cell_set(cell, value)
808 cell_set(cell, value)
H A Dcloudpickle_fast.py35 _is_parametrized_type_hint, PYPY, cell_set,
492 cell_set(obj.__closure__[i], value)
/dports/cad/py-gdspy/gdspy-1.6.8/gdspy/
H A Dlibrary.py2324 cell_set = set([cell])
2326 cell_set.update(cell.get_dependencies(True))
2328 cell_set = set(cell)
2331 cell_set.update(c.get_dependencies(True))
2332 for c in cell_set:
/dports/databases/grass7/grass-7.8.6/scripts/d.rast.edit/
H A Dd.rast.edit.py237 self.cell_set()
353 def cell_set(self): member in wxGUI.Canvas
/dports/devel/py-srsly/srsly-2.4.2/srsly/cloudpickle/
H A Dcloudpickle.py285 def cell_set(cell, value): function
1337 cell_set(cell, value)
/dports/devel/py-cloudpickle/cloudpickle-1.3.0/cloudpickle/
H A Dcloudpickle.py286 def cell_set(cell, value): function
1273 cell_set(cell, value)
/dports/lang/rust/rustc-1.58.1-src/library/core/tests/
H A Dcell.rs308 fn cell_set() { in cell_set() function
/dports/devel/py-cloudpickle/cloudpickle-1.3.0/tests/
H A Dcloudpickle_test.py44 from cloudpickle.cloudpickle import _make_empty_cell, cell_set
1014 cell_set(cell, ob)
/dports/textproc/hevea/hevea-2.34/
H A Dtext.ml1117 type cell_set = Tabl of cell_t Table.t | Arr of cell_t array type
1122 mutable cells : cell_set;

12