MicroModelicaCCompiler  4.5.3
graph_profile.cpp File Reference
#include <stdlib.h>
#include "graph_profile.hpp"
Include dependency graph for graph_profile.cpp:

Go to the source code of this file.

Functions

double GRP_nodeWeight (GRP_graphProfile g, GRP_EdgeType type)
 
GRP_graphProfile GRP_GraphProfile ()
 
void GRP_freeGraphProfile (GRP_graphProfile g)
 
GRP_graphProfileOps GRP_GraphProfileOps ()
 
void GRP_freeGraphProfileOps (GRP_graphProfileOps ops)
 
GRP_graphProfileState GRP_GraphProfileState ()
 
void GRP_freeGraphProfileState (GRP_graphProfileState state)
 
double GRP_Weight (GRP_graphProfile g, GRP_EdgeType type)
 

Function Documentation

◆ GRP_freeGraphProfile()

void GRP_freeGraphProfile ( GRP_graphProfile  g)
Parameters
g

Definition at line 44 of file graph_profile.cpp.

References GRP_freeGraphProfileOps(), GRP_freeGraphProfileState(), GRP_graphProfile_::ops, and GRP_graphProfile_::state.

Here is the call graph for this function:

◆ GRP_freeGraphProfileOps()

void GRP_freeGraphProfileOps ( GRP_graphProfileOps  ops)
Parameters
ops

Definition at line 58 of file graph_profile.cpp.

Referenced by GRP_freeGraphProfile().

◆ GRP_freeGraphProfileState()

void GRP_freeGraphProfileState ( GRP_graphProfileState  state)
Parameters
state

Definition at line 71 of file graph_profile.cpp.

Referenced by GRP_freeGraphProfile().

◆ GRP_GraphProfile()

GRP_graphProfile GRP_GraphProfile ( )
Returns

Definition at line 36 of file graph_profile.cpp.

References GRP_GraphProfileOps(), GRP_GraphProfileState(), GRP_graphProfile_::ops, and GRP_graphProfile_::state.

Referenced by Graph::Graph().

Here is the call graph for this function:

◆ GRP_GraphProfileOps()

GRP_graphProfileOps GRP_GraphProfileOps ( )
Returns

Definition at line 51 of file graph_profile.cpp.

References GRP_nodeWeight(), and GRP_graphProfileOps_::weight.

Referenced by GRP_GraphProfile().

Here is the call graph for this function:

◆ GRP_GraphProfileState()

◆ GRP_nodeWeight()

◆ GRP_Weight()