IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2004, 5:41:50 PM (22 years ago)
Author:
eugene
Message:

extensive edits based on MHPCC comments, see ChangeLogSDRS.tex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psDataGroup.tex

    r381 r747  
    1111void $\ast$ {\bf ps\-Dlist\-Remove} ({\bf ps\-Dlist} $\ast$list, void $\ast$data, int which)
    1212\begin{CompactList}\small\item\em Remove from a list.\item\end{CompactList}\item
    13 void $\ast$ {\bf ps\-Dlist\-Get} (const {\bf ps\-Dlist} $\ast$list, void $\ast$data, int which)
     13void $\ast$ {\bf ps\-Dlist\-Get} (const {\bf ps\-Dlist} $\ast$list, int which)
    1414\begin{CompactList}\small\item\em Retrieve from a list.\item\end{CompactList}\item
    15 void {\bf ps\-Dlist\-Set\-Iterator} ({\bf ps\-Dlist} $\ast$list, int where)
     15void {\bf ps\-Dlist\-Set\-Iterator} ({\bf ps\-Dlist} $\ast$list, int where, int which)
    1616\begin{CompactList}\small\item\em Set the iterator.\item\end{CompactList}\item
    17 void $\ast$ {\bf ps\-Dlist\-Get\-Next} ({\bf ps\-Dlist} $\ast$list)
     17void $\ast$ {\bf ps\-Dlist\-Get\-Next} ({\bf ps\-Dlist} $\ast$list, int which)
    1818\begin{CompactList}\small\item\em Get next element relative to iter.\item\end{CompactList}\item
    19 void $\ast$ {\bf ps\-Dlist\-Get\-Prev} ({\bf ps\-Dlist} $\ast$list)
     19void $\ast$ {\bf ps\-Dlist\-Get\-Prev} ({\bf ps\-Dlist} $\ast$list, int which)
    2020\begin{CompactList}\small\item\em Get prev element relative to iter.\item\end{CompactList}\item
    21 {\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Dlist\-To\-Array} ({\bf ps\-Dlist} $\ast$dlist)
    22 \begin{CompactList}\small\item\em Convert doubly-linked list to an array.\item\end{CompactList}\item
    23 {\bf ps\-Dlist} $\ast$ {\bf ps\-Array\-To\-Dlist} ({\bf ps\-Void\-Ptr\-Array} $\ast$arr)
     21{\bf ps\-Vector} $\ast$ {\bf ps\-Dlist\-To\-Vector} ({\bf ps\-Dlist} $\ast$dlist)
     22\begin{CompactList}\small\item\em Convert doubly-linked list to a vector of (void $\ast$).\item\end{CompactList}\item
     23{\bf ps\-Dlist} $\ast$ {\bf ps\-Array\-To\-Dlist} ({\bf ps\-Vector} $\ast$vector)
    2424\begin{CompactList}\small\item\em Convert array to a doubly-linked list.\item\end{CompactList}\item
     25{\bf ps\-Dlist} $\ast$ {\bf ps\-Dlist\-Sort} ({\bf ps\-Dlist} $\ast$list, int($\ast$compare)(const void $\ast$a, const void $\ast$b))
     26\begin{CompactList}\small\item\em Sort a list.\item\end{CompactList}\item
    2527{\bf ps\-Hash} $\ast$ {\bf ps\-Hash\-Alloc} (void)
    2628\begin{CompactList}\small\item\em Allocate hash buckets in table.\item\end{CompactList}\item
     
    3335void $\ast$ {\bf ps\-Hash\-Remove} ({\bf ps\-Hash} $\ast$table, const char $\ast$key)
    3436\begin{CompactList}\small\item\em Remove key from table.\item\end{CompactList}\item
    35 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Float\-Array\-Alloc} (int nalloc)
    36 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item
    37 {\bf ps\-Float\-Array} $\ast$ {\bf ps\-Float\-Array\-Realloc} ({\bf ps\-Float\-Array} $\ast$my\-Array, int nalloc)
    38 \begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item
    39 void {\bf ps\-Float\-Array\-Free} ({\bf ps\-Float\-Array} $\ast$restrict my\-Array)
    40 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item
    41 {\bf ps\-Complex\-Array} $\ast$ {\bf ps\-Complex\-Array\-Alloc} (int nalloc)
    42 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item
    43 {\bf ps\-Complex\-Array} $\ast$ {\bf ps\-Complex\-Array\-Realloc} ({\bf ps\-Complex\-Array} $\ast$my\-Array, int nalloc)
    44 \begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item
    45 void {\bf ps\-Complex\-Array\-Free} ({\bf ps\-Complex\-Array} $\ast$restrict my\-Array)
    46 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item
    47 {\bf ps\-Int\-Array} $\ast$ {\bf ps\-Int\-Array\-Alloc} (int nalloc)
    48 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item
    49 {\bf ps\-Int\-Array} $\ast$ {\bf ps\-Int\-Array\-Realloc} ({\bf ps\-Int\-Array} $\ast$my\-Array, int nalloc)
    50 \begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item
    51 void {\bf ps\-Int\-Array\-Free} ({\bf ps\-Int\-Array} $\ast$restrict my\-Array)
    52 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item
    53 {\bf ps\-Double\-Array} $\ast$ {\bf ps\-Double\-Array\-Alloc} (int nalloc)
    54 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item
    55 {\bf ps\-Double\-Array} $\ast$ {\bf ps\-Double\-Array\-Realloc} ({\bf ps\-Double\-Array} $\ast$my\-Array, int nalloc)
    56 \begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item
    57 void {\bf ps\-Double\-Array\-Free} ({\bf ps\-Double\-Array} $\ast$restrict my\-Array)
    58 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item
    59 {\bf ps\-Vector\-Array} $\ast$ {\bf ps\-Vector\-Array\-Alloc} (int nalloc)
    60 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item
    61 {\bf ps\-Vector\-Array} $\ast$ {\bf ps\-Vector\-Array\-Realloc} ({\bf ps\-Vector\-Array} $\ast$my\-Array int nalloc)
    62 \begin{CompactList}\small\item\em Reallocator.\item\end{CompactList}\item
    63 void {\bf ps\-Vector\-Array\-Free} ({\bf ps\-Vector\-Array} $\ast$restrict my\-Array)
    64 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\item
    65 {\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Void\-Ptr\-Array\-Alloc} (int nalloc)
    66 \begin{CompactList}\small\item\em Constructor.\item\end{CompactList}\item
    67 {\bf ps\-Void\-Ptr\-Array} $\ast$ {\bf ps\-Void\-Ptr\-Array\-Realloc} ({\bf ps\-Void\-Ptr\-Array} $\ast$arr, int nalloc)
    68 \begin{CompactList}\small\item\em Reallocate.\item\end{CompactList}\item
    69 void {\bf ps\-Void\-Ptr\-Array\-Free} ({\bf ps\-Void\-Ptr\-Array} $\ast$arr, void($\ast$elem\-Free)(void $\ast$))
    70 \begin{CompactList}\small\item\em Destructor.\item\end{CompactList}\end{CompactItemize}
     37{\bf ps\-Vector} $\ast$ {\bf ps\-Vector\-Alloc} (int nalloc, {\bf ps\-Elem\-Type} type)
     38\begin{CompactList}\small\item\em Create a vector of the specified size and type.\item\end{CompactList}\item
     39{\bf ps\-Vector} $\ast$ {\bf ps\-Vector\-Realloc} (const {\bf ps\-Vector} $\ast$vector, int nalloc)
     40\begin{CompactList}\small\item\em Extend a vector.\item\end{CompactList}\item
     41{\bf ps\-Vector} $\ast$ {\bf ps\-Vector\-Subset} (const {\bf ps\-Vector} $\ast$vector, int start, int end)
     42\begin{CompactList}\small\item\em Create a subvector of the specified range.\item\end{CompactList}\item
     43void {\bf ps\-Vector\-Free} ({\bf ps\-Vector} $\ast$restrict vector, void($\ast$elem\-Free)(void $\ast$))
     44\begin{CompactList}\small\item\em Destroy the specified vector.\item\end{CompactList}\item
     45{\bf ps\-Vector} $\ast$ {\bf ps\-Vector\-Transpose} ({\bf ps\-Vector} $\ast$out, {\bf ps\-Vector} $\ast$my\-Vector)
     46\begin{CompactList}\small\item\em Transpose a vector.\item\end{CompactList}\end{CompactItemize}
Note: See TracChangeset for help on using the changeset viewer.