Home
last modified time | relevance | path

Searched defs:VertexId (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/alive/
H A Dmod.rs33 pub struct VertexId(pub usize); struct
35 impl VertexId { impl
93 pub fn push_child_to_last(&mut self, e: Option<SerializedEdge>, j: VertexId) { in push_child_to_last()
101 i: VertexId, in children()
102 ) -> impl Iterator<Item = &'a (Option<SerializedEdge>, VertexId)> { in children() argument
109 fn child(&self, i: VertexId, j: usize) -> &(Option<SerializedEdge>, VertexId) { in child()
121 vids: &HashMap<Vertex<ChangeId>, crate::alive::VertexId>, in remove_redundant_children()
160 vids: &HashMap<Vertex<ChangeId>, crate::alive::VertexId>, in remove_redundant_parents()
H A Doutput.rs22 sccs: &Vector2<VertexId>, in output_conflict()
113 sccs: &Vector2<VertexId>, in oldest_vertex()
161 scc: &[VertexId], in output_scc()
H A Dtarjan.rs5 pub(crate) fn tarjan(&mut self) -> Vector2<VertexId> { in tarjan()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lyon-0.15.8/
H A Dtmp.rs7 fn add_triangle(&mut self, a: VertexId, b: VertexId, c: VertexId); in add_triangle()
11 fn add_vertex(&mut self, vertex: &FillVertex) -> Result<VertexId, GeometryBuilderError>; in add_vertex()
15 fn add_vertex(&mut self, vertex: &StrokeVertex) -> Result<VertexId, GeometryBuilderError>; in add_vertex()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lyon_tessellation-0.15.8/src/
H A Dstroke.rs686 left: VertexId, in tessellate_round_cap()
765 ) -> (VertexId, VertexId, Option<Order>) { in tessellate_back_join()
824 ) -> (VertexId, VertexId, VertexId, VertexId, Side) { in tessellate_join()
976 back_vertex: VertexId, in tessellate_bevel_join()
1009 back_vertex: VertexId, in tessellate_round_join()
1069 back_vertex: VertexId, in tessellate_miter_clip_join()
1162 va: VertexId, in tess_round_cap()
1163 vb: VertexId, in tess_round_cap()
1301 fn add_triangle(&mut self, a: VertexId, b: VertexId, c: VertexId) { in test_path()
1471 fn add_triangle(&mut self, _a: VertexId, _b: VertexId, _c: VertexId) {} in test_too_many_vertices()
[all …]
H A Dgeometry_builder.rs270 fn add_triangle(&mut self, a: VertexId, b: VertexId, c: VertexId); in add_triangle()
292 ) -> Result<VertexId, GeometryBuilderError>; in add_fill_vertex()
307 ) -> Result<VertexId, GeometryBuilderError>; in add_stroke_vertex()
519 fn add_triangle(&mut self, a: VertexId, b: VertexId, c: VertexId) { in add_triangle()
543 ) -> Result<VertexId, GeometryBuilderError> { in add_fill_vertex()
566 ) -> Result<VertexId, GeometryBuilderError> { in add_stroke_vertex()
585 fn add_vertex(&mut self, p: Point) -> Result<VertexId, GeometryBuilderError> { in add_vertex()
638 fn add_triangle(&mut self, a: VertexId, b: VertexId, c: VertexId) { in add_triangle()
657 ) -> Result<VertexId, GeometryBuilderError> { in add_fill_vertex()
671 ) -> Result<VertexId, GeometryBuilderError> { in add_stroke_vertex()
[all …]
H A Dlib.rs664 pub struct VertexId(pub Index); struct
666 impl VertexId { impl
682 impl Add<u32> for VertexId { implementation
689 impl Sub<u32> for VertexId { implementation
696 impl From<u16> for VertexId { implementation
701 impl From<u32> for VertexId { implementation
706 impl From<i32> for VertexId { implementation
H A Dfill.rs156 fn begin_span(&mut self, span_idx: SpanIdx, position: &Point, vertex: VertexId) { in begin_span()
171 id: VertexId, in end_span()
188 current_vertex: VertexId, in merge_spans()
190 merge_vertex: VertexId, in merge_spans()
2198 fn add_triangle(&mut self, _: VertexId, _: VertexId, _: VertexId) {} in fill_vertex_source_01()
2206 ) -> Result<VertexId, GeometryBuilderError> { in fill_vertex_source_01()
2306 fn add_triangle(&mut self, _: VertexId, _: VertexId, _: VertexId) {} in fill_vertex_source_02()
2314 ) -> Result<VertexId, GeometryBuilderError> { in fill_vertex_source_02()
2470 fn add_triangle(&mut self, _: VertexId, _: VertexId, _: VertexId) {} in fill_vertex_source_03()
2478 ) -> Result<VertexId, GeometryBuilderError> { in fill_vertex_source_03()
H A Dmonotone.rs50 pub fn vertex(&mut self, pos: Point, id: VertexId, side: Side) { in vertex()
107 pub fn end(&mut self, pos: Point, id: VertexId) { in end()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DOgreMesh.cpp270 unsigned int VertexId=GetAttribute<int>(Reader, "vertexindex"); in ReadBoneWeights() local
373 …for(unsigned int VertexId=0; VertexId<theSubMesh.Weights.size(); ++VertexId)//iterate over all ver… in ProcessSubMesh() local
441 …for(unsigned int VertexId=0; VertexId<theSubMesh.Weights.size(); ++VertexId)//iterate over all ver… in CreateAssimpSubMesh() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/test/
H A Dgraph_type.hpp12 typedef boost::property<vertex_id_t, std::size_t> VertexId; typedef
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph/test/
H A Dgraph_type.hpp12 typedef boost::property<vertex_id_t, std::size_t> VertexId; typedef
/dports/databases/percona57-server/boost_1_59_0/libs/graph/test/
H A Dgraph_type.hpp12 typedef boost::property<vertex_id_t, std::size_t> VertexId; typedef
/dports/databases/xtrabackup/boost_1_59_0/libs/graph/test/
H A Dgraph_type.hpp12 typedef boost::property<vertex_id_t, std::size_t> VertexId; typedef
/dports/databases/percona57-client/boost_1_59_0/libs/graph/test/
H A Dgraph_type.hpp12 typedef boost::property<vertex_id_t, std::size_t> VertexId; typedef
/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DVertexId.hh18 typedef ObjectId VertexId; typedef
H A DGraphClass.hh36 typedef ObjectId VertexId; typedef
/dports/devel/spark/spark-2.1.1/graphx/src/main/scala/org/apache/spark/graphx/
H A Dpackage.scala31 type VertexId = Long type
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_augmented/data_set_mesh/
H A DMeshStructure2D.h95 inline vtkm::Id VertexId(vtkm::Id2 pos) const { return pos[1] * this->MeshSize[0] + pos[0]; } in VertexId() function
H A DMeshStructure3D.h102 vtkm::Id VertexId(vtkm::Id3 pos) const in VertexId() function
/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/dune/vtk/gridcreators/
H A Dparallelgridcreator.hh25 using VertexId = VertexId_t<GridFactory<Grid>>; typedef
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/informedtrees/
H A DBITstar.h131 using VertexId = unsigned int; variable
/dports/devel/boost-docs/boost_1_72_0/libs/graph/test/
H A Dgraph_type.hpp47 typedef boost::property<vertex_id_t, std::size_t> VertexId; typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/test/
H A Dgraph_type.hpp47 typedef boost::property<vertex_id_t, std::size_t> VertexId; typedef
/dports/devel/boost-libs/boost_1_72_0/libs/graph/test/
H A Dgraph_type.hpp47 typedef boost::property<vertex_id_t, std::size_t> VertexId; typedef

12345678