class NetCDF::Group

Included Modules

Defined in:

netcdf/types/group.cr

Constructors

Instance Method Summary

Instance methods inherited from module NetCDF::Root

add_dimension(name, length : String | Int32) add_dimension, add_group(name) add_group, add_variable(name, type_str, dimension_ids : Array(Int32))
add_variable(name, type_str, dimensions : Array(Dimension))
add_variable
, dimensions dimensions, groups groups, variables variables

Constructor Detail

def self.new(parent_id : Int32, id : Int32) #

[View source]

Instance Method Detail

def full_name #

Full name


[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def parent_id : Int32 #

[View source]
def parent_id=(parent_id : Int32) #

[View source]
def unlimited #

Returns array of unlimited Dimensions in group


[View source]