Function graphannis_capi::graph::annis_graph_nodes_by_type[][src]

#[no_mangle]pub extern "C" fn annis_graph_nodes_by_type(
    g: *const AnnotationGraph,
    node_type: *const c_char
) -> *mut IterPtr<NodeID>

Return an iterator over all nodes of the graph g and the given node_type (e.g. “node” or “corpus”).