struct S2Cells::RegionCoverer::Candidate

Defined in:

s2_cells/region_coverer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cell : S2Cells::Cell, terminal : Bool) #

[View source]

Instance Method Detail

def <(other : Candidate) : Bool #

[View source]
def cell : Cell #

[View source]
def cell=(cell : Cell) #

[View source]
def children : Array(Candidate) #

[View source]
def num_children : Int32 #

[View source]
def terminal=(terminal : Bool) #

[View source]
def terminal? : Bool #

[View source]