Function graphannis_capi::graph::annis_graph_all_components_by_type[][src]

#[no_mangle]pub extern "C" fn annis_graph_all_components_by_type(
    g: *const AnnotationGraph,
    ctype: AnnotationComponentType
) -> *mut Vec<AnnotationComponent>

Return a vector of all components for the graph g and the given component type.