GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
vrml_route.c File Reference
+ Include dependency graph for vrml_route.c:

Functions

GF_Route * gf_sg_route_exists (GF_SceneGraph *sg, GF_Node *fromNode, u32 fromField, GF_Node *toNode, u32 toField)
 
GF_Route * gf_sg_route_new (GF_SceneGraph *sg, GF_Node *fromNode, u32 fromField, GF_Node *toNode, u32 toField)
 
void gf_sg_route_del (GF_Route *r)
 
GF_Err gf_sg_route_del_by_id (GF_SceneGraph *sg, u32 routeID)
 
void gf_sg_destroy_routes (GF_SceneGraph *sg)
 
void gf_sg_route_queue (GF_SceneGraph *sg, GF_Route *r)
 
void gf_sg_activate_routes (GF_SceneGraph *sg)
 
void gf_sg_route_unqueue (GF_SceneGraph *sg, GF_Route *r)
 
GF_Route * gf_sg_route_find (GF_SceneGraph *sg, u32 RouteID)
 
GF_Route * gf_sg_route_find_by_name (GF_SceneGraph *sg, char *name)
 
GF_Err gf_sg_route_set_id (GF_Route *route, u32 ID)
 
u32 gf_sg_route_get_id (GF_Route *route)
 
GF_Err gf_sg_route_set_name (GF_Route *route, char *name)
 
char * gf_sg_route_get_name (GF_Route *route)
 
void gf_sg_route_setup (GF_Route *r)
 
void gf_node_event_out_proto (GF_Node *node, u32 FieldIndex)
 
Bool gf_sg_route_activate (GF_Route *r)
 
void gf_node_event_out (GF_Node *node, u32 FieldIndex)
 
void gf_node_event_out_str (GF_Node *node, const char *eventName)
 

Function Documentation

GF_Route * gf_sg_route_exists ( GF_SceneGraph *  sg,
GF_Node fromNode,
u32  fromField,
GF_Node toNode,
u32  toField 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Route* gf_sg_route_new ( GF_SceneGraph *  sg,
GF_Node fromNode,
u32  fromField,
GF_Node toNode,
u32  toField 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_sg_route_del ( GF_Route *  r)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_sg_route_del_by_id ( GF_SceneGraph *  sg,
u32  routeID 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_sg_destroy_routes ( GF_SceneGraph *  sg)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_sg_route_queue ( GF_SceneGraph *  sg,
GF_Route *  r 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_sg_activate_routes ( GF_SceneGraph *  sg)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_sg_route_unqueue ( GF_SceneGraph *  sg,
GF_Route *  r 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Route* gf_sg_route_find ( GF_SceneGraph *  sg,
u32  RouteID 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Route* gf_sg_route_find_by_name ( GF_SceneGraph *  sg,
char *  name 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_sg_route_set_id ( GF_Route *  route,
u32  ID 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u32 gf_sg_route_get_id ( GF_Route *  route)
GF_Err gf_sg_route_set_name ( GF_Route *  route,
char *  name 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

char* gf_sg_route_get_name ( GF_Route *  route)

+ Here is the caller graph for this function:

void gf_sg_route_setup ( GF_Route *  r)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_node_event_out_proto ( GF_Node node,
u32  FieldIndex 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Bool gf_sg_route_activate ( GF_Route *  r)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_node_event_out ( GF_Node node,
u32  FieldIndex 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_node_event_out_str ( GF_Node node,
const char *  eventName 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: