Class: Contrek::Concurrent::Shape

Inherits:
Object
  • Object
show all
Defined in:
lib/contrek/finder/concurrent/shape.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#inner_polylinesObject

Returns the value of attribute inner_polylines.



4
5
6
# File 'lib/contrek/finder/concurrent/shape.rb', line 4

def inner_polylines
  @inner_polylines
end

#outer_polylineObject

Returns the value of attribute outer_polyline.



4
5
6
# File 'lib/contrek/finder/concurrent/shape.rb', line 4

def outer_polyline
  @outer_polyline
end

Instance Method Details

#clear_inner!Object



6
7
8
# File 'lib/contrek/finder/concurrent/shape.rb', line 6

def clear_inner!
  @inner_polylines = []
end