Struct Channelizer::ChannelSegment

Nested Relationships

This struct is a nested type of Struct Channelizer.

Struct Documentation

struct ActsFatras::Channelizer::ChannelSegment

Nested struct for representing channel steps.

Public Functions

ChannelSegment(Bin2D bin_, Segment2D path2D_, double pathLength_)

Constructor with arguments.

Parameters
  • bin_: The bin corresponding to this step

  • path2D_: The start/end 2D position of the segement

  • pathLength_: The segment length for this bin

Public Members

Bin2D bin = {0, 0}

The bin of this segment.

Segment2D path2D

The segment start, end points.

double pathLength = 0.

The clipped path length.