library

From DavinciWiki
Jump to: navigation, search

Description

Display and search all User Defined Functions in the sourced library. Also searches all Davinci Core and Modules functions.

Arguments and Return Values

Arguments: none

Return Value: prints all of the functions that match your query

Usage

Syntax: library([funcname = STRING][, dvrcname = STRING])

'funcname' partial function names to search for in the selected dvrc files

'dvrcname' partial names of the dvrc files to search

Examples

Searching on a function name

dv> library(funcname = "paste")
 
9 davinci dvrc library(ies) in: /themis/lib/dav_lib 

v_mosaic.dvrc - 1 function(s)
   v_paste(src,dst,ignore) 

1 total function(s)

Searching on a dvrc name

dv> library(dvrcname = "spectral")
 
1 davinci dvrc library(ies) in: /themis/lib/dav_lib 

spectral_tools.dvrc - 3 function(s)
   emcal()
   r2t_hi()
   r2t_lo()

3 total function(s)

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Major Sub-Functions

Related Functions

Recent Library Changes

Created On: 04-26-2007
Modified On: 01-17-2008

Personal tools