class GeoTreeModule::Partition

Attributes

child_name[RW]
start_position[RW]

Public Class Methods

new(pos=0,child_name=0) click to toggle source
# File lib/geotree/node.rb, line 53
def initialize(pos=0,child_name=0)
  @start_position = pos
  @child_name = child_name
end