well_branch_collection.hpp File Reference
Include dependency graph for well_branch_collection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct well_branch_collection_struct well_branch_collection_type
 

Functions

well_branch_collection_typewell_branch_collection_alloc (void)
 
void well_branch_collection_free (well_branch_collection_type *branches)
 
void well_branch_collection_free__ (void *arg)
 
bool well_branch_collection_has_branch (const well_branch_collection_type *branches, int branch_id)
 
int well_branch_collection_get_size (const well_branch_collection_type *branches)
 
const well_segment_typewell_branch_collection_iget_start_segment (const well_branch_collection_type *branches, int index)
 
const well_segment_typewell_branch_collection_get_start_segment (const well_branch_collection_type *branches, int branch_id)
 
bool well_branch_collection_add_start_segment (well_branch_collection_type *branches, well_segment_type *start_segment)
 
 UTIL_IS_INSTANCE_HEADER (well_branch_collection)
 

Typedef Documentation

◆ well_branch_collection_type

typedef struct well_branch_collection_struct well_branch_collection_type

Function Documentation

◆ UTIL_IS_INSTANCE_HEADER()

UTIL_IS_INSTANCE_HEADER ( well_branch_collection  )

◆ well_branch_collection_add_start_segment()

bool well_branch_collection_add_start_segment ( well_branch_collection_type branches,
well_segment_type start_segment 
)

◆ well_branch_collection_alloc()

well_branch_collection_type * well_branch_collection_alloc ( void  )

◆ well_branch_collection_free()

void well_branch_collection_free ( well_branch_collection_type branches)

◆ well_branch_collection_free__()

void well_branch_collection_free__ ( void *  arg)

◆ well_branch_collection_get_size()

int well_branch_collection_get_size ( const well_branch_collection_type branches)

◆ well_branch_collection_get_start_segment()

const well_segment_type * well_branch_collection_get_start_segment ( const well_branch_collection_type branches,
int  branch_id 
)

◆ well_branch_collection_has_branch()

bool well_branch_collection_has_branch ( const well_branch_collection_type branches,
int  branch_id 
)

◆ well_branch_collection_iget_start_segment()

const well_segment_type * well_branch_collection_iget_start_segment ( const well_branch_collection_type branches,
int  index 
)