Hi Matt, That is a very good suggestion! I'm using Julia 0.4, how would you retrieve the locations from an AbstractArray?
immutable SpatialData <: AbstractArray{Real,3} end
is all that is needed to define the type?
-Júlio
Hi Matt, That is a very good suggestion! I'm using Julia 0.4, how would you retrieve the locations from an AbstractArray?
immutable SpatialData <: AbstractArray{Real,3} end
is all that is needed to define the type?
-Júlio