Module: IGraph::FileRead

Included in:
IGraph
Defined in:
ext/cIGraph.c

Class Method Summary collapse

Class Method Details

.read_graph_dimacs(*args) ⇒ Object



167
168
169
# File 'ext/cIGraph.c', line 167

VALUE cIGraph_unavailable_method(int argc, VALUE *argv, VALUE self){
	rb_raise(rb_eNoMethodError,"Method not available on OSX");
}

.read_graph_edgelist(*args) ⇒ Object



167
168
169
# File 'ext/cIGraph.c', line 167

VALUE cIGraph_unavailable_method(int argc, VALUE *argv, VALUE self){
	rb_raise(rb_eNoMethodError,"Method not available on OSX");
}

.read_graph_gml(*args) ⇒ Object



167
168
169
# File 'ext/cIGraph.c', line 167

VALUE cIGraph_unavailable_method(int argc, VALUE *argv, VALUE self){
	rb_raise(rb_eNoMethodError,"Method not available on OSX");
}

.read_graph_graphdb(*args) ⇒ Object



167
168
169
# File 'ext/cIGraph.c', line 167

VALUE cIGraph_unavailable_method(int argc, VALUE *argv, VALUE self){
	rb_raise(rb_eNoMethodError,"Method not available on OSX");
}

.read_graph_graphml(*args) ⇒ Object



167
168
169
# File 'ext/cIGraph.c', line 167

VALUE cIGraph_unavailable_method(int argc, VALUE *argv, VALUE self){
	rb_raise(rb_eNoMethodError,"Method not available on OSX");
}

.read_graph_lgl(*args) ⇒ Object



167
168
169
# File 'ext/cIGraph.c', line 167

VALUE cIGraph_unavailable_method(int argc, VALUE *argv, VALUE self){
	rb_raise(rb_eNoMethodError,"Method not available on OSX");
}

.read_graph_ncol(*args) ⇒ Object



167
168
169
# File 'ext/cIGraph.c', line 167

VALUE cIGraph_unavailable_method(int argc, VALUE *argv, VALUE self){
	rb_raise(rb_eNoMethodError,"Method not available on OSX");
}

.read_graph_pajek(*args) ⇒ Object



167
168
169
# File 'ext/cIGraph.c', line 167

VALUE cIGraph_unavailable_method(int argc, VALUE *argv, VALUE self){
	rb_raise(rb_eNoMethodError,"Method not available on OSX");
}