☰
TopoVec
Trait Implementations
PointsVisitor<'a, Ctx>
Topology<'a, Ctx>
In radn::rcore
?
Type Definition
radn
::
rcore
::
TopoVec
source
·
[
−
]
pub type TopoVec<'a, Ctx> =
Vec
<
Arc
<dyn
SingularResolution
<'a, Ctx>>>;
Trait Implementations
§
source
§
impl<'a, Ctx:
Context
<'a>>
PointsVisitor
<'a, Ctx> for
TopoVec
<'a, Ctx>
source
§
fn
visit
<A:
Mentionable
<'a, Ctx>>(&mut self, point: &
Point
<'a, Ctx, A>)
Visit a
Point
.
source
§
impl<'a, Ctx:
Context
<'a>>
Topology
<'a, Ctx> for
TopoVec
<'a, Ctx>
source
§
fn
points_count
(&self) ->
usize
source
§
fn
point_at
(&self, index:
usize
) ->
Option
<
Arc
<dyn
SingularResolution
<'a, Ctx>>>