GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Functions | |
int | DGL_SP_CACHE_INITIALIZE_FUNC (dglGraph_s *pgraph, dglSPCache_s *pCache, dglInt32_t nStart) |
void | DGL_SP_CACHE_RELEASE_FUNC (dglGraph_s *pgraph, dglSPCache_s *pCache) |
int DGL_SP_CACHE_INITIALIZE_FUNC | ( | dglGraph_s * | pgraph, |
dglSPCache_s * | pCache, | ||
dglInt32_t | nStart | ||
) |
Definition at line 44 of file sp-template.c.
References avl_create, dglHeapInit(), dglTreeGetAllocator(), dglTreePredistCompare(), dglTreeTouchI32Compare(), dglSPCache_s::NodeHeap, dglSPCache_s::nStartNode, NULL, dglSPCache_s::pvPredist, and dglSPCache_s::pvVisited.
void DGL_SP_CACHE_RELEASE_FUNC | ( | dglGraph_s * | pgraph, |
dglSPCache_s * | pCache | ||
) |
Definition at line 62 of file sp-template.c.
References avl_destroy, dglHeapFree(), dglTreePredistCancel(), dglTreeTouchI32Cancel(), dglSPCache_s::NodeHeap, NULL, dglSPCache_s::pvPredist, and dglSPCache_s::pvVisited.