r35916 - in /packages/teem/tags/1.10.0.dfsg1-2: ./ debian/ debian/man/ debian/patches/

domibel-guest at users.alioth.debian.org domibel-guest at users.alioth.debian.org
Thu Oct 22 01:16:41 UTC 2009


Author: domibel-guest
Date: Thu Oct 22 01:16:41 2009
New Revision: 35916

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35916
Log:
tagging teem 1.10.0.dfsg1-2

Added:
    packages/teem/tags/1.10.0.dfsg1-2/
    packages/teem/tags/1.10.0.dfsg1-2/debian/
    packages/teem/tags/1.10.0.dfsg1-2/debian/Doxyfile
    packages/teem/tags/1.10.0.dfsg1-2/debian/Notes
    packages/teem/tags/1.10.0.dfsg1-2/debian/README.source
    packages/teem/tags/1.10.0.dfsg1-2/debian/changelog
    packages/teem/tags/1.10.0.dfsg1-2/debian/compat
    packages/teem/tags/1.10.0.dfsg1-2/debian/control
    packages/teem/tags/1.10.0.dfsg1-2/debian/copyright
    packages/teem/tags/1.10.0.dfsg1-2/debian/docs
    packages/teem/tags/1.10.0.dfsg1-2/debian/get-orig-source
    packages/teem/tags/1.10.0.dfsg1-2/debian/libteem1.symbols
    packages/teem/tags/1.10.0.dfsg1-2/debian/man/
    packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-miter.1
    packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-mrender.1
    packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-nrrdSanity.1
    packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-overrgb.1
    packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-tend.1
    packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-unu.1
    packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-vprobe.1
    packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem.1
    packages/teem/tags/1.10.0.dfsg1-2/debian/patches/
    packages/teem/tags/1.10.0.dfsg1-2/debian/patches/00list
    packages/teem/tags/1.10.0.dfsg1-2/debian/patches/10_renameapps.dpatch
    packages/teem/tags/1.10.0.dfsg1-2/debian/patches/20_segfault.dpatch
    packages/teem/tags/1.10.0.dfsg1-2/debian/rules   (with props)
    packages/teem/tags/1.10.0.dfsg1-2/debian/teem-apps.manpages
    packages/teem/tags/1.10.0.dfsg1-2/debian/teem-doc.doc-base
    packages/teem/tags/1.10.0.dfsg1-2/debian/watch

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/Doxyfile
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/Doxyfile?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/Doxyfile (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/Doxyfile Thu Oct 22 01:16:41 2009
@@ -1,0 +1,304 @@
+# Doxyfile 1.5.6
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+DOXYFILE_ENCODING      = UTF-8
+PROJECT_NAME           = Teem
+PROJECT_NUMBER         = "1.10.0"
+OUTPUT_DIRECTORY       = doc
+CREATE_SUBDIRS         = NO
+OUTPUT_LANGUAGE        = English
+BRIEF_MEMBER_DESC      = YES
+REPEAT_BRIEF           = YES
+ABBREVIATE_BRIEF       = "The $name class" \
+                         "The $name widget" \
+                         "The $name file" \
+                         is \
+                         provides \
+                         specifies \
+                         contains \
+                         represents \
+                         a \
+                         an \
+                         the
+ALWAYS_DETAILED_SEC    = NO
+INLINE_INHERITED_MEMB  = NO
+FULL_PATH_NAMES        = YES
+STRIP_FROM_PATH        = 
+STRIP_FROM_INC_PATH    = 
+SHORT_NAMES            = NO
+JAVADOC_AUTOBRIEF      = NO
+QT_AUTOBRIEF           = NO
+MULTILINE_CPP_IS_BRIEF = NO
+DETAILS_AT_TOP         = NO
+INHERIT_DOCS           = YES
+SEPARATE_MEMBER_PAGES  = NO
+TAB_SIZE               = 8
+ALIASES                = 
+OPTIMIZE_OUTPUT_FOR_C  = YES
+OPTIMIZE_OUTPUT_JAVA   = NO
+OPTIMIZE_FOR_FORTRAN   = NO
+OPTIMIZE_OUTPUT_VHDL   = NO
+BUILTIN_STL_SUPPORT    = NO
+CPP_CLI_SUPPORT        = NO
+SIP_SUPPORT            = NO
+IDL_PROPERTY_SUPPORT   = YES
+DISTRIBUTE_GROUP_DOC   = NO
+SUBGROUPING            = YES
+TYPEDEF_HIDES_STRUCT   = NO
+#---------------------------------------------------------------------------
+# Build related configuration options
+#---------------------------------------------------------------------------
+EXTRACT_ALL            = YES
+EXTRACT_PRIVATE        = YES
+EXTRACT_STATIC         = YES
+EXTRACT_LOCAL_CLASSES  = YES
+EXTRACT_LOCAL_METHODS  = NO
+EXTRACT_ANON_NSPACES   = NO
+HIDE_UNDOC_MEMBERS     = NO
+HIDE_UNDOC_CLASSES     = NO
+HIDE_FRIEND_COMPOUNDS  = NO
+HIDE_IN_BODY_DOCS      = NO
+INTERNAL_DOCS          = NO
+CASE_SENSE_NAMES       = YES
+HIDE_SCOPE_NAMES       = NO
+SHOW_INCLUDE_FILES     = YES
+INLINE_INFO            = YES
+SORT_MEMBER_DOCS       = YES
+SORT_BRIEF_DOCS        = NO
+SORT_GROUP_NAMES       = NO
+SORT_BY_SCOPE_NAME     = NO
+GENERATE_TODOLIST      = YES
+GENERATE_TESTLIST      = YES
+GENERATE_BUGLIST       = YES
+GENERATE_DEPRECATEDLIST= YES
+ENABLED_SECTIONS       = 
+MAX_INITIALIZER_LINES  = 30
+SHOW_USED_FILES        = YES
+SHOW_DIRECTORIES       = NO
+SHOW_FILES             = YES
+SHOW_NAMESPACES        = YES
+FILE_VERSION_FILTER    = 
+#---------------------------------------------------------------------------
+# configuration options related to warning and progress messages
+#---------------------------------------------------------------------------
+QUIET                  = NO
+WARNINGS               = YES
+WARN_IF_UNDOCUMENTED   = YES
+WARN_IF_DOC_ERROR      = YES
+WARN_NO_PARAMDOC       = NO
+WARN_FORMAT            = "$file:$line: $text"
+WARN_LOGFILE           = 
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT                  = src
+INPUT_ENCODING         = UTF-8
+FILE_PATTERNS          = *.c \
+                         *.cc \
+                         *.cxx \
+                         *.cpp \
+                         *.c++ \
+                         *.d \
+                         *.java \
+                         *.ii \
+                         *.ixx \
+                         *.ipp \
+                         *.i++ \
+                         *.inl \
+                         *.h \
+                         *.hh \
+                         *.hxx \
+                         *.hpp \
+                         *.h++ \
+                         *.idl \
+                         *.odl \
+                         *.cs \
+                         *.php \
+                         *.php3 \
+                         *.inc \
+                         *.m \
+                         *.mm \
+                         *.dox \
+                         *.py \
+                         *.f90 \
+                         *.f \
+                         *.vhd \
+                         *.vhdl \
+                         *.C \
+                         *.CC \
+                         *.C++ \
+                         *.II \
+                         *.I++ \
+                         *.H \
+                         *.HH \
+                         *.H++ \
+                         *.CS \
+                         *.PHP \
+                         *.PHP3 \
+                         *.M \
+                         *.MM \
+                         *.PY \
+                         *.F90 \
+                         *.F \
+                         *.VHD \
+                         *.VHDL
+RECURSIVE              = YES
+EXCLUDE                = 
+EXCLUDE_SYMLINKS       = NO
+EXCLUDE_PATTERNS       = 
+EXCLUDE_SYMBOLS        = 
+EXAMPLE_PATH           = 
+EXAMPLE_PATTERNS       = *
+EXAMPLE_RECURSIVE      = NO
+IMAGE_PATH             = 
+INPUT_FILTER           = 
+FILTER_PATTERNS        = 
+FILTER_SOURCE_FILES    = NO
+#---------------------------------------------------------------------------
+# configuration options related to source browsing
+#---------------------------------------------------------------------------
+SOURCE_BROWSER         = NO
+INLINE_SOURCES         = NO
+STRIP_CODE_COMMENTS    = YES
+REFERENCED_BY_RELATION = NO
+REFERENCES_RELATION    = NO
+REFERENCES_LINK_SOURCE = YES
+USE_HTAGS              = NO
+VERBATIM_HEADERS       = NO
+#---------------------------------------------------------------------------
+# configuration options related to the alphabetical class index
+#---------------------------------------------------------------------------
+ALPHABETICAL_INDEX     = NO
+COLS_IN_ALPHA_INDEX    = 5
+IGNORE_PREFIX          = 
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+GENERATE_HTML          = YES
+HTML_OUTPUT            = html
+HTML_FILE_EXTENSION    = .html
+HTML_HEADER            = 
+HTML_FOOTER            = 
+HTML_STYLESHEET        = 
+HTML_ALIGN_MEMBERS     = YES
+GENERATE_HTMLHELP      = NO
+GENERATE_DOCSET        = NO
+DOCSET_FEEDNAME        = "Doxygen generated docs"
+DOCSET_BUNDLE_ID       = org.doxygen.Project
+HTML_DYNAMIC_SECTIONS  = NO
+CHM_FILE               = 
+HHC_LOCATION           = 
+GENERATE_CHI           = NO
+CHM_INDEX_ENCODING     = 
+BINARY_TOC             = NO
+TOC_EXPAND             = NO
+DISABLE_INDEX          = NO
+ENUM_VALUES_PER_LINE   = 4
+GENERATE_TREEVIEW      = ALL
+TREEVIEW_WIDTH         = 250
+FORMULA_FONTSIZE       = 10
+#---------------------------------------------------------------------------
+# configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+GENERATE_LATEX         = NO
+LATEX_OUTPUT           = latex
+LATEX_CMD_NAME         = latex
+MAKEINDEX_CMD_NAME     = makeindex
+COMPACT_LATEX          = NO
+PAPER_TYPE             = a4wide
+EXTRA_PACKAGES         = 
+LATEX_HEADER           = 
+PDF_HYPERLINKS         = YES
+USE_PDFLATEX           = YES
+LATEX_BATCHMODE        = NO
+LATEX_HIDE_INDICES     = NO
+#---------------------------------------------------------------------------
+# configuration options related to the RTF output
+#---------------------------------------------------------------------------
+GENERATE_RTF           = NO
+RTF_OUTPUT             = rtf
+COMPACT_RTF            = NO
+RTF_HYPERLINKS         = NO
+RTF_STYLESHEET_FILE    = 
+RTF_EXTENSIONS_FILE    = 
+#---------------------------------------------------------------------------
+# configuration options related to the man page output
+#---------------------------------------------------------------------------
+GENERATE_MAN           = NO
+MAN_OUTPUT             = man
+MAN_EXTENSION          = .3
+MAN_LINKS              = NO
+#---------------------------------------------------------------------------
+# configuration options related to the XML output
+#---------------------------------------------------------------------------
+GENERATE_XML           = NO
+XML_OUTPUT             = xml
+XML_SCHEMA             = 
+XML_DTD                = 
+XML_PROGRAMLISTING     = YES
+#---------------------------------------------------------------------------
+# configuration options for the AutoGen Definitions output
+#---------------------------------------------------------------------------
+GENERATE_AUTOGEN_DEF   = NO
+#---------------------------------------------------------------------------
+# configuration options related to the Perl module output
+#---------------------------------------------------------------------------
+GENERATE_PERLMOD       = NO
+PERLMOD_LATEX          = NO
+PERLMOD_PRETTY         = YES
+PERLMOD_MAKEVAR_PREFIX = 
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor   
+#---------------------------------------------------------------------------
+ENABLE_PREPROCESSING   = YES
+MACRO_EXPANSION        = NO
+EXPAND_ONLY_PREDEF     = NO
+SEARCH_INCLUDES        = YES
+INCLUDE_PATH           = 
+INCLUDE_FILE_PATTERNS  = 
+PREDEFINED             = 
+EXPAND_AS_DEFINED      = 
+SKIP_FUNCTION_MACROS   = YES
+#---------------------------------------------------------------------------
+# Configuration::additions related to external references   
+#---------------------------------------------------------------------------
+TAGFILES               = 
+GENERATE_TAGFILE       = 
+ALLEXTERNALS           = NO
+EXTERNAL_GROUPS        = YES
+PERL_PATH              = /usr/bin/perl
+#---------------------------------------------------------------------------
+# Configuration options related to the dot tool   
+#---------------------------------------------------------------------------
+CLASS_DIAGRAMS         = NO
+MSCGEN_PATH            = 
+HIDE_UNDOC_RELATIONS   = YES
+HAVE_DOT               = YES
+DOT_FONTNAME           = FreeSans
+DOT_FONTPATH           = 
+CLASS_GRAPH            = YES
+COLLABORATION_GRAPH    = YES
+GROUP_GRAPHS           = YES
+UML_LOOK               = NO
+TEMPLATE_RELATIONS     = NO
+INCLUDE_GRAPH          = YES
+INCLUDED_BY_GRAPH      = YES
+CALL_GRAPH             = NO
+CALLER_GRAPH           = NO
+GRAPHICAL_HIERARCHY    = YES
+DIRECTORY_GRAPH        = YES
+DOT_IMAGE_FORMAT       = png
+DOT_PATH               = 
+DOTFILE_DIRS           = 
+DOT_GRAPH_MAX_NODES    = 50
+MAX_DOT_GRAPH_DEPTH    = 1000
+DOT_TRANSPARENT        = YES
+DOT_MULTI_TARGETS      = NO
+GENERATE_LEGEND        = YES
+DOT_CLEANUP            = YES
+#---------------------------------------------------------------------------
+# Configuration::additions related to the search engine   
+#---------------------------------------------------------------------------
+SEARCHENGINE           = NO

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/Notes
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/Notes?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/Notes (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/Notes Thu Oct 22 01:16:41 2009
@@ -1,0 +1,11 @@
+help2man ./teem-miter        -oteem-miter.1
+help2man ./teem-mrender      -oteem-mrender.1
+help2man ./teem-nrrdSanity   -oteem-nrrdSanity.1
+help2man ./teem-overrgb      -oteem-overrgb.1
+help2man ./teem-tend         -oteem-tend.1
+help2man ./teem-unu          -oteem-unu.1
+help2man ./teem-vprobe       -oteem-vprobe.1
+
+
+mv UseTeemCMakeDemo Examples
+add a target for Examples with all necessary options

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/README.source
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/README.source?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/README.source (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/README.source Thu Oct 22 01:16:41 2009
@@ -1,0 +1,1 @@
+see get-orig-source

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/changelog?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/changelog (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/changelog Thu Oct 22 01:16:41 2009
@@ -1,0 +1,17 @@
+teem (1.10.0.dfsg1-2) unstable; urgency=low
+
+  [ Mathieu Malaterre ]
+  * Add DEB_BUILD_OPTIONS options
+
+  [ Dominique Belhachemi ]
+  * added README.source
+  * patch added to fix a bug that caused segfaults
+  * debian/control: changed package description
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Thu, 18 Dec 2008 15:49:57 -0500
+
+teem (1.10.0-1) unstable; urgency=low
+
+  * Initial release  (Closes: #473044)
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Tue, 16 Dec 2008 14:11:30 -0500

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/compat?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/compat (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/compat Thu Oct 22 01:16:41 2009
@@ -1,0 +1,1 @@
+7

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/control?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/control (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/control Thu Oct 22 01:16:41 2009
@@ -1,0 +1,119 @@
+Source: teem
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Dominique Belhachemi <domibel at cs.tu-berlin.de>
+Build-Depends: debhelper (>= 7), cmake, dpatch, d-shlibs, zlib1g-dev, libpng-dev,
+ libbz2-dev
+Build-Depends-Indep: doxygen, graphviz
+Standards-Version: 3.8.0
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/teem/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/teem/trunk/
+Section: libs
+Homepage: http://teem.sourceforge.net/
+
+
+Package: libteem1-dev
+Section: libdevel
+Suggests: teem-doc
+Provides: libteem-dev
+Conflicts: libteem-dev
+Architecture: any
+Depends: libteem1 (= ${binary:Version}), ${misc:Depends}
+Description: Tools to process and visualize scientific data and images - development
+ Teem is a coordinated group of libraries for representing, processing, and
+ visualizing scientific raster data. Teem includes command-line tools that
+ permit the library functions to be quickly applied to files and streams,
+ without having to write any code. The most important and useful libraries in
+ Teem are:
+ .
+  * Nrrd (and the unu command-line tool on top of it) supports a range of
+    operations for transforming N-dimensional raster data (resample, crop,
+    slice, project, histogram, etc.), as  well as the NRRD file format for
+    storing arrays and their meta-information.
+  * Gage: fast convolution-based measurements at arbitrary point locations in
+    volume datasets (scalar, vector, tensor, etc.)
+  * Mite: a multi-threaded ray-casting volume render with transfer functions
+    based on any quantity Gage can measure
+  * Ten: for estimating, processing, and visualizing diffusion tensor fields,
+    including fiber tractography methods.
+ .
+ This package provides the Teem header files required to compile C++ programs
+ that use Teem to do 3D visualisation.
+
+
+Package: teem-apps
+Section: libdevel
+Architecture: any
+Depends: libteem1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Tools to process and visualize scientific data and images - command line tools
+ Teem is a coordinated group of libraries for representing, processing, and
+ visualizing scientific raster data. Teem includes command-line tools that
+ permit the library functions to be quickly applied to files and streams,
+ without having to write any code. The most important and useful libraries in
+ Teem are:
+ .
+  * Nrrd (and the unu command-line tool on top of it) supports a range of
+    operations for transforming N-dimensional raster data (resample, crop,
+    slice, project, histogram, etc.), as  well as the NRRD file format for
+    storing arrays and their meta-information.
+  * Gage: fast convolution-based measurements at arbitrary point locations in
+    volume datasets (scalar, vector, tensor, etc.)
+  * Mite: a multi-threaded ray-casting volume render with transfer functions
+    based on any quantity Gage can measure
+  * Ten: for estimating, processing, and visualizing diffusion tensor fields,
+    including fiber tractography methods.
+ . 
+ This package contains some simple command-line tools which provide fast and
+ easy access to the functionality in the various libraries.
+
+
+Package: libteem1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Tools to process and visualize scientific data and images - runtime
+ Teem is a coordinated group of libraries for representing, processing, and
+ visualizing scientific raster data. Teem includes command-line tools that
+ permit the library functions to be quickly applied to files and streams,
+ without having to write any code. The most important and useful libraries in
+ Teem are:
+ .
+  * Nrrd (and the unu command-line tool on top of it) supports a range of
+    operations for  transforming N-dimensional raster data (resample, crop,
+    slice, project, histogram, etc.), as  well as the NRRD file format for
+    storing arrays and their meta-information.
+  * Gage: fast convolution-based measurements at arbitrary point locations in
+    volume datasets (scalar, vector, tensor, etc.)
+  * Mite: a multi-threaded ray-casting volume render with transfer functions
+    based on any quantity Gage can measure
+  * Ten: for estimating, processing, and visualizing diffusion tensor fields,
+    including fiber tractography methods.
+ .
+ This package provides the runtime files required to run programs
+ that use Teem to do 3D visualisation.
+
+
+Package: teem-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Tools to process and visualize scientific data and images - documentation
+ Teem is a coordinated group of libraries for representing, processing, and
+ visualizing scientific raster data. Teem includes command-line tools that
+ permit the library functions to be quickly applied to files and streams,
+ without having to write any code. The most important and useful libraries in
+ Teem are:
+ .
+  * Nrrd (and the unu command-line tool on top of it) supports a range of
+    operations for  transforming N-dimensional raster data (resample, crop,
+    slice, project, histogram, etc.), as  well as the NRRD file format for
+    storing arrays and their meta-information.
+  * Gage: fast convolution-based measurements at arbitrary point locations in
+    volume datasets (scalar, vector, tensor, etc.)
+  * Mite: a multi-threaded ray-casting volume render with transfer functions
+    based on any quantity Gage can measure
+  * Ten: for estimating, processing, and visualizing diffusion tensor fields,
+    including fiber tractography methods.
+ .
+ This package provides the documentation files.

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/copyright?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/copyright (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/copyright Thu Oct 22 01:16:41 2009
@@ -1,0 +1,237 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Debianized-By: Dominique Belhachemi <domibel at cs.tu-berlin.de>
+Debianized-Date: Fri, 21 Mar 2008 09:41:47 +0000
+Original-Source: http://teem.sourceforge.net/
+
+
+Files: *
+Copyright:
+ Copyright (C) 2008, 2007, 2006, 2005  Gordon Kindlmann
+ Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998  University of Utah
+License: Simple Library Usage License
+ ----------------------------------------------------------------------
+                     Simple Library Usage License
+                        Version 1, Nov 6 2005
+ .
+                  Copyright (c) 2005 Gordon Kindlmann
+ .
+ Everyone is permitted to copy and distribute verbatim copies of this
+ license document, but changing it is not allowed.
+ .
+                     SIMPLE LIBRARY USAGE LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ .
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License (LGPL) as
+ published by the Free Software Foundation; either version 2.1 of the
+ License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301  USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL'.
+ .
+ .
+ .
+                          EXCEPTION NOTICE
+ .
+ 1. As a special exception, the copyright holders of this library give
+ permission for additional uses of the text contained in this release
+ of the library as licensed under the Simple Library Usage License,
+ applying either version 1 of the License, or (at your option) any
+ later version of the License as published by the copyright holders of
+ version 1 of the License document.
+ .
+ 2. The exception is that you may combine or link a "work that uses the
+ Library" (as defined by the LGPL) with the Library to produce a work
+ containing portions of the Library in binary form, and distribute that
+ work under terms of your choice, provided that:
+ .
+   a) You give prominent notice with each copy of the work that the
+   Library is used in it.
+ .
+   b) If the work during execution displays copyright notices, you must
+   include the copyright notice for the Library among them.
+ .
+ 3. If you copy code from files distributed under the terms of the GNU
+ General Public License or the GNU Lesser General Public License into a
+ copy of this library, as this license permits, the exception does not
+ apply to the code that you add in this way.  To avoid misleading
+ anyone as to the status of such modified files, you must delete this
+ exception notice from such code and/or adjust the licensing conditions
+ notice accordingly.
+ .
+ 4. If you write modifications of your own for this library, it is your
+ choice whether to permit this exception to apply to your
+ modifications.  If you do not wish that, you must delete the exception
+ notice from such code and/or adjust the licensing conditions notice
+ accordingly.
+ ----------------------------------------------------------------------
+
+
+Files: UseTeemCMakeDemo/sanity.c
+Copyright:
+  Copyright (C) 2008 Gordon Kindlmann
+License: WTFPL Version 2, December 2004
+             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+                    Version 2, December 2004
+ .
+ Copyright (C) 2004 Sam Hocevar
+  14 rue de Plaisance, 75014 Paris, France
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+ .
+             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ .
+   0. You just DO WHAT THE FUCK YOU WANT TO.
+-----------------------------------------------------------
+
+
+Files: src/nrrd/gzio.c
+Copyright:
+  Copyright (C) 2008, 2007, 2006, 2005 Gordon Kindlmann
+  Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
+  Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
+License:
+  This library is free software; you can redistribute it and/or
+  modify it under the terms of the GNU Lesser General Public License
+  (LGPL) as published by the Free Software Foundation; either
+  version 2.1 of the License, or (at your option) any later version.
+  The terms of redistributing and/or modifying this software also
+  include exceptions to the LGPL that facilitate static linking.
+  .
+  This library is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  Lesser General Public License for more details.
+  .
+  You should have received a copy of the GNU Lesser General Public License
+  along with this library; if not, write to Free Software Foundation, Inc.,
+  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+  ---
+  This file is a modified version of the 'gzio.c' and 'zutil.h' source
+  files from the zlib 1.1.4 distribution.
+  .
+  zlib.h -- interface of the 'zlib' general purpose compression library
+  version 1.1.4, March 11th, 2002
+  .
+  Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
+  .
+  This software is provided 'as-is', without any express or implied
+  warranty.  In no event will the authors be held liable for any damages
+  arising from the use of this software.
+  .
+  Permission is granted to anyone to use this software for any purpose,
+  including commercial applications, and to alter it and redistribute it
+  freely, subject to the following restrictions:
+  .
+  1. The origin of this software must not be misrepresented; you must not
+     claim that you wrote the original software. If you use this software
+     in a product, an acknowledgment in the product documentation would be
+     appreciated but is not required.
+  2. Altered source versions must be plainly marked as such, and must not be
+     misrepresented as being the original software.
+  3. This notice may not be removed or altered from any source distribution.
+  .
+  Jean-loup Gailly        Mark Adler
+  jloup at gzip.org          madler at alumni.caltech.edu
+  .
+  The data format used by the zlib library is described by RFCs (Request for
+  Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt
+  (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
+  ----------------------------------
+
+
+Files: src/air/randMT.c
+Copyright:
+  Copyright (C) 2008, 2007, 2006, 2005  Gordon Kindlmann
+  Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998  University of Utah
+  Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
+  Copyright (C) 2000 - 2003, Richard J. Wagner
+License:
+  This library is free software; you can redistribute it and/or
+  modify it under the terms of the GNU Lesser General Public License
+  (LGPL) as published by the Free Software Foundation; either
+  version 2.1 of the License, or (at your option) any later version.
+  The terms of redistributing and/or modifying this software also
+  include exceptions to the LGPL that facilitate static linking.
+  .
+  This library is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  Lesser General Public License for more details.
+  .
+  You should have received a copy of the GNU Lesser General Public License
+  along with this library; if not, write to Free Software Foundation, Inc.,
+  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+  ---
+  This file is a modified version of the MersenneTwister.h source file
+  written by Richard J. Wagner.  The original copyright notice follows.
+  .
+  Mersenne Twister random number generator -- a C++ class MTRand
+  Based on code by Makoto Matsumoto, Takuji Nishimura, and Shawn Cokus
+  Richard J. Wagner  v1.0  15 May 2003  rjwagner at writeme.com
+  .
+  The Mersenne Twister is an algorithm for generating random numbers.  It
+  was designed with consideration of the flaws in various other generators.
+  The period, 2^19937-1, and the order of equidistribution, 623 dimensions,
+  are far greater.  The generator is also fast; it avoids multiplication and
+  division, and it benefits from caches and pipelines.  For more information
+  see the inventors' web page at http://www.math.keio.ac.jp/~matumoto/emt.html
+  .
+  Reference
+  M. Matsumoto and T. Nishimura, "Mersenne Twister: A 623-Dimensionally
+  Equidistributed Uniform Pseudo-Random Number Generator", ACM Transactions on
+  Modeling and Computer Simulation, Vol. 8, No. 1, January 1998, pp 3-30.
+  .
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  .
+  1. Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+  .
+  2. Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+  .
+  3. The names of its contributors may not be used to endorse or promote
+  products derived from this software without specific prior written
+  permission.
+  .
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+  FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
+  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+  ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+  .
+  The original code included the following notice:
+  .
+  When you use this, send an email to: matumoto at math.keio.ac.jp
+  with an appropriate reference to your work.
+  .
+  It would be nice to CC: rjwagner at writeme.com and Cokus at math.washington.edu
+  when you write.
+  ----------------------------------
+
+Files: debian/*
+Copyright: Copyright 2008, Dominique Belhachemi <domibel at cs.tu-berlin.de>
+License: GPL-2+
+ The Debian packaging is licensed under the GPL, see `/usr/share/common-licenses/GPL'

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/docs?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/docs (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/docs Thu Oct 22 01:16:41 2009
@@ -1,0 +1,1 @@
+README.txt

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/get-orig-source
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/get-orig-source?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/get-orig-source (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/get-orig-source Thu Oct 22 01:16:41 2009
@@ -1,0 +1,22 @@
+VERSION=1.10.0
+VERSIONDFSG=1.10.0.dfsg1
+
+#REVISION=4026
+#svn co -r $REVISION https://teem.svn.sourceforge.net/svnroot/teem/teem/trunk teem
+##REVISION=`svnversion teem/`
+#find teem/ -depth -type d -name ".svn" | xargs rm -rf
+#find teem/ -depth -name "GNUmakefile" | xargs rm -rf
+#rm -rf teem/arch/
+#rm -rf teem/src/make/
+#mv teem teem-$VERSION~svn$REVISION
+#tar cvzf teem_$VERSION~svn$REVISION.orig.tar.gz teem-$VERSION~svn$REVISION
+#rm -rf teem-$VERSION~svn$REVISION
+
+
+wget http://downloads.sourceforge.net/teem/teem-$VERSION-src.tar.gz
+tar xvzf teem-$VERSION-src.tar.gz
+rm teem-$VERSION-src.tar.gz
+mv teem-$VERSION-src teem-$VERSIONDFSG
+rm -rf teem-$VERSIONDFSG/arch
+GZIP=-9 tar cvzf teem_$VERSIONDFSG.orig.tar.gz teem-$VERSIONDFSG
+rm -rf teem-$VERSIONDFSG

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/libteem1.symbols
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/libteem1.symbols?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/libteem1.symbols (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/libteem1.symbols Thu Oct 22 01:16:41 2009
@@ -1,0 +1,3359 @@
+libteem.so.1 libteem1 #MINVER#
+ _airBadInsane at Base 1.10.0
+ _airBool at Base 1.10.0
+ _airBoolDesc at Base 1.10.0
+ _airBoolStr at Base 1.10.0
+ _airBoolStrEqv at Base 1.10.0
+ _airBoolVal at Base 1.10.0
+ _airBoolValEqv at Base 1.10.0
+ _airEndian at Base 1.10.0
+ _airEndianDesc at Base 1.10.0
+ _airEndianStr at Base 1.10.0
+ _airEndianVal at Base 1.10.0
+ _airEnumIndex at Base 1.10.0
+ _airInsaneErr at Base 1.10.0
+ _airLenSet at Base 1.10.0
+ _airMopPrint at Base 1.10.0
+ _airMopWhenStr at Base 1.10.0
+ _airNoDioErr at Base 1.10.0
+ _airSanityHelper at Base 1.10.0
+ _airSetData at Base 1.10.0
+ _biffAA at Base 1.10.0
+ _biffAddErr at Base 1.10.0
+ _biffAddKey at Base 1.10.0
+ _biffCheckKey at Base 1.10.0
+ _biffErr at Base 1.10.0
+ _biffFindKey at Base 1.10.0
+ _biffFindMaxAndSum at Base 1.10.0
+ _biffGetStr at Base 1.10.0
+ _biffIdx at Base 1.10.0
+ _biffInit at Base 1.10.0
+ _biffNewEntry at Base 1.10.0
+ _biffNuke at Base 1.10.0
+ _biffNukeEntry at Base 1.10.0
+ _biffNum at Base 1.10.0
+ _echoAABBox_bounds at Base 1.10.0
+ _echoAABBox_new at Base 1.10.0
+ _echoBoundsGet at Base 1.10.0
+ _echoBuff at Base 1.10.0
+ _echoCube_bounds at Base 1.10.0
+ _echoCube_new at Base 1.10.0
+ _echoCylinder_bounds at Base 1.10.0
+ _echoCylinder_new at Base 1.10.0
+ _echoDot at Base 1.10.0
+ _echoInstance_bounds at Base 1.10.0
+ _echoInstance_new at Base 1.10.0
+ _echoIntxColor at Base 1.10.0
+ _echoIntxColorGlass at Base 1.10.0
+ _echoIntxColorLight at Base 1.10.0
+ _echoIntxColorMetal at Base 1.10.0
+ _echoIntxColorPhong at Base 1.10.0
+ _echoIntxColorUnknown at Base 1.10.0
+ _echoIsosurface_bounds at Base 1.10.0
+ _echoIsosurface_new at Base 1.10.0
+ _echoJitter at Base 1.10.0
+ _echoJitterDesc at Base 1.10.0
+ _echoJitterStr at Base 1.10.0
+ _echoJitterStrEqv at Base 1.10.0
+ _echoJitterVal at Base 1.10.0
+ _echoJitterValEqv at Base 1.10.0
+ _echoList_bounds at Base 1.10.0
+ _echoList_new at Base 1.10.0
+ _echoList_nix at Base 1.10.0
+ _echoMatter at Base 1.10.0
+ _echoMatterDesc at Base 1.10.0
+ _echoMatterInit at Base 1.10.0
+ _echoMatterStr at Base 1.10.0
+ _echoObjectNew at Base 1.10.0
+ _echoObjectNix at Base 1.10.0
+ _echoPosCompare at Base 1.10.0
+ _echoPosSet at Base 1.10.0
+ _echoRTRenderThreadBody at Base 1.10.0
+ _echoRayIntx at Base 1.10.0
+ _echoRayIntxUV at Base 1.10.0
+ _echoRayIntxUV_Cube at Base 1.10.0
+ _echoRayIntxUV_Noop at Base 1.10.0
+ _echoRayIntxUV_Sphere at Base 1.10.0
+ _echoRayIntxUV_TriMesh at Base 1.10.0
+ _echoRayIntx_AABBox at Base 1.10.0
+ _echoRayIntx_Cube at Base 1.10.0
+ _echoRayIntx_CubeSolid at Base 1.10.0
+ _echoRayIntx_CubeSurf at Base 1.10.0
+ _echoRayIntx_Cylinder at Base 1.10.0
+ _echoRayIntx_Instance at Base 1.10.0
+ _echoRayIntx_List at Base 1.10.0
+ _echoRayIntx_Noop at Base 1.10.0
+ _echoRayIntx_Rectangle at Base 1.10.0
+ _echoRayIntx_Sphere at Base 1.10.0
+ _echoRayIntx_Split at Base 1.10.0
+ _echoRayIntx_Superquad at Base 1.10.0
+ _echoRayIntx_TriMesh at Base 1.10.0
+ _echoRayIntx_Triangle at Base 1.10.0
+ _echoRectangle_bounds at Base 1.10.0
+ _echoRectangle_new at Base 1.10.0
+ _echoRefract at Base 1.10.0
+ _echoSceneLightAdd at Base 1.10.0
+ _echoSceneNrrdAdd at Base 1.10.0
+ _echoSphere_bounds at Base 1.10.0
+ _echoSphere_new at Base 1.10.0
+ _echoSplit_bounds at Base 1.10.0
+ _echoSplit_new at Base 1.10.0
+ _echoSuperquad_bounds at Base 1.10.0
+ _echoSuperquad_new at Base 1.10.0
+ _echoTriMesh_bounds at Base 1.10.0
+ _echoTriMesh_new at Base 1.10.0
+ _echoTriMesh_nix at Base 1.10.0
+ _echoTriangle_bounds at Base 1.10.0
+ _echoTriangle_new at Base 1.10.0
+ _echoType at Base 1.10.0
+ _echoTypeDesc at Base 1.10.0
+ _echoTypeStr at Base 1.10.0
+ _echoTypeStrEqv at Base 1.10.0
+ _echoTypeVal at Base 1.10.0
+ _echoTypeValEqv at Base 1.10.0
+ _echoVerbose at Base 1.10.0
+ _echo_SuperquadX_lvg at Base 1.10.0
+ _echo_SuperquadX_v at Base 1.10.0
+ _echo_SuperquadX_vg at Base 1.10.0
+ _echo_SuperquadY_lvg at Base 1.10.0
+ _echo_SuperquadY_v at Base 1.10.0
+ _echo_SuperquadY_vg at Base 1.10.0
+ _echo_SuperquadZ_lvg at Base 1.10.0
+ _echo_SuperquadZ_v at Base 1.10.0
+ _echo_SuperquadZ_vg at Base 1.10.0
+ _ell_3m_enforce_orthogonality at Base 1.10.0
+ _ell_3m_evecs_d at Base 1.10.0
+ _ell_3m_make_right_handed_d at Base 1.10.0
+ _ell_LU_back_sub at Base 1.10.0
+ _ell_LU_decomp at Base 1.10.0
+ _ell_align3_d at Base 1.10.0
+ _ell_cubic_root at Base 1.10.0
+ _ell_cubic_root_desc at Base 1.10.0
+ _ell_cubic_root_str at Base 1.10.0
+ _ell_inv at Base 1.10.0
+ _gageAnswerPointer at Base 1.10.0
+ _gageCacheProbe at Base 1.10.0
+ _gageCacheSizeUpdate at Base 1.10.0
+ _gageErr at Base 1.10.0
+ _gageErrStr at Base 1.10.0
+ _gageFslSet at Base 1.10.0
+ _gageFwDerivRenormalize at Base 1.10.0
+ _gageFwSet at Base 1.10.0
+ _gageFwValueRenormalize at Base 1.10.0
+ _gageHash at Base 1.10.0
+ _gageKernelDesc at Base 1.10.0
+ _gageKernelStr at Base 1.10.0
+ _gageKernelStrEqv at Base 1.10.0
+ _gageKernelValEqv at Base 1.10.0
+ _gageKernel_enum at Base 1.10.0
+ _gageKindAnswerOffset at Base 1.10.0
+ _gageKindScl at Base 1.10.0
+ _gageKindVec at Base 1.10.0
+ _gageLocationSet at Base 1.10.0
+ _gageNeedDUpdate at Base 1.10.0
+ _gageNeedKUpdate at Base 1.10.0
+ _gageOffValueUpdate at Base 1.10.0
+ _gagePerVolumeCopy at Base 1.10.0
+ _gagePrint_fslw at Base 1.10.0
+ _gagePrint_off at Base 1.10.0
+ _gageProbe at Base 1.10.0
+ _gageProbeSpace at Base 1.10.0
+ _gagePvlFlagCheck at Base 1.10.0
+ _gagePvlFlagDown at Base 1.10.0
+ _gagePvlNeedDUpdate at Base 1.10.0
+ _gageRadiusUpdate at Base 1.10.0
+ _gageScl at Base 1.10.0
+ _gageSclAnswer at Base 1.10.0
+ _gageSclDesc at Base 1.10.0
+ _gageSclFilter at Base 1.10.0
+ _gageSclIv3Print at Base 1.10.0
+ _gageSclStr at Base 1.10.0
+ _gageSclStrEqv at Base 1.10.0
+ _gageSclTable at Base 1.10.0
+ _gageSclVal at Base 1.10.0
+ _gageSclValEqv at Base 1.10.0
+ _gageShapeSet at Base 1.10.0
+ _gageShapeUnitItoW at Base 1.10.0
+ _gageStackIv3Fill at Base 1.10.0
+ _gageVec at Base 1.10.0
+ _gageVecAnswer at Base 1.10.0
+ _gageVecDesc at Base 1.10.0
+ _gageVecFilter at Base 1.10.0
+ _gageVecIv3Print at Base 1.10.0
+ _gageVecStr at Base 1.10.0
+ _gageVecStrEqv at Base 1.10.0
+ _gageVecTable at Base 1.10.0
+ _gageVecVal at Base 1.10.0
+ _gageVecValEqv at Base 1.10.0
+ _hestArgc at Base 1.10.0
+ _hestArgsInResponseFiles at Base 1.10.0
+ _hestCase at Base 1.10.0
+ _hestDefaults at Base 1.10.0
+ _hestErrStrlen at Base 1.10.0
+ _hestExtract at Base 1.10.0
+ _hestExtractFlagged at Base 1.10.0
+ _hestExtractUnflagged at Base 1.10.0
+ _hestIdent at Base 1.10.0
+ _hestKind at Base 1.10.0
+ _hestMax at Base 1.10.0
+ _hestNextUnflagged at Base 1.10.0
+ _hestNumOpts at Base 1.10.0
+ _hestOptFree at Base 1.10.0
+ _hestOptInit at Base 1.10.0
+ _hestPanic at Base 1.10.0
+ _hestPrintArgv at Base 1.10.0
+ _hestPrintStr at Base 1.10.0
+ _hestResponseFiles at Base 1.10.0
+ _hestSetBuff at Base 1.10.0
+ _hestSetValues at Base 1.10.0
+ _hestWhichFlag at Base 1.10.0
+ _hooverErr at Base 1.10.0
+ _hooverErrStr at Base 1.10.0
+ _hooverExtraContextNew at Base 1.10.0
+ _hooverExtraContextNix at Base 1.10.0
+ _hooverLearnLengths at Base 1.10.0
+ _hooverThreadBody at Base 1.10.0
+ _limnCameraPathTrack at Base 1.10.0
+ _limnCameraPathTrackDesc at Base 1.10.0
+ _limnCameraPathTrackStr at Base 1.10.0
+ _limnCameraPathTrackStrEqv at Base 1.10.0
+ _limnCameraPathTrackValEqv at Base 1.10.0
+ _limnFaceDepthCompare at Base 1.10.0
+ _limnHestPolyDataLMPD at Base 1.10.0
+ _limnHestPolyDataLMPDParse at Base 1.10.0
+ _limnHestPolyDataOFF at Base 1.10.0
+ _limnHestPolyDataOFFParse at Base 1.10.0
+ _limnHestSpline at Base 1.10.0
+ _limnHestSplineParse at Base 1.10.0
+ _limnHestSplineTypeSpec at Base 1.10.0
+ _limnHestSplineTypeSpecParse at Base 1.10.0
+ _limnObjectDeviceTransform at Base 1.10.0
+ _limnObjectFaceEmpty at Base 1.10.0
+ _limnObjectPartNew at Base 1.10.0
+ _limnObjectPartNix at Base 1.10.0
+ _limnObjectScreenTransform at Base 1.10.0
+ _limnObjectViewTransform at Base 1.10.0
+ _limnOptsPSDefaults at Base 1.10.0
+ _limnPSDrawEdge at Base 1.10.0
+ _limnPSDrawFace at Base 1.10.0
+ _limnPSEpilogue at Base 1.10.0
+ _limnPSPreamble at Base 1.10.0
+ _limnPartDepthCompare at Base 1.10.0
+ _limnPolyDataInfo at Base 1.10.0
+ _limnPolyDataInfoAlloc at Base 1.10.0
+ _limnPolyDataInfoStr at Base 1.10.0
+ _limnPolyDataVertexWindingProcess at Base 1.10.0
+ _limnPrimitive at Base 1.10.0
+ _limnPrimitiveDesc at Base 1.10.0
+ _limnPrimitiveStr at Base 1.10.0
+ _limnPrimitiveStrEqv at Base 1.10.0
+ _limnPrimitiveValEqv at Base 1.10.0
+ _limnQN10checker_QNtoV_d at Base 1.10.0
+ _limnQN10checker_QNtoV_f at Base 1.10.0
+ _limnQN10checker_VtoQN_d at Base 1.10.0
+ _limnQN10checker_VtoQN_f at Base 1.10.0
+ _limnQN10octa_QNtoV_d at Base 1.10.0
+ _limnQN10octa_QNtoV_f at Base 1.10.0
+ _limnQN10octa_VtoQN_d at Base 1.10.0
+ _limnQN10octa_VtoQN_f at Base 1.10.0
+ _limnQN11octa_QNtoV_d at Base 1.10.0
+ _limnQN11octa_QNtoV_f at Base 1.10.0
+ _limnQN11octa_VtoQN_d at Base 1.10.0
+ _limnQN11octa_VtoQN_f at Base 1.10.0
+ _limnQN12checker_QNtoV_d at Base 1.10.0
+ _limnQN12checker_QNtoV_f at Base 1.10.0
+ _limnQN12checker_VtoQN_d at Base 1.10.0
+ _limnQN12checker_VtoQN_f at Base 1.10.0
+ _limnQN12octa_QNtoV_d at Base 1.10.0
+ _limnQN12octa_QNtoV_f at Base 1.10.0
+ _limnQN12octa_VtoQN_d at Base 1.10.0
+ _limnQN12octa_VtoQN_f at Base 1.10.0
+ _limnQN13octa_QNtoV_d at Base 1.10.0
+ _limnQN13octa_QNtoV_f at Base 1.10.0
+ _limnQN13octa_VtoQN_d at Base 1.10.0
+ _limnQN13octa_VtoQN_f at Base 1.10.0
+ _limnQN14checker_QNtoV_d at Base 1.10.0
+ _limnQN14checker_QNtoV_f at Base 1.10.0
+ _limnQN14checker_VtoQN_d at Base 1.10.0
+ _limnQN14checker_VtoQN_f at Base 1.10.0
+ _limnQN14octa_QNtoV_d at Base 1.10.0
+ _limnQN14octa_QNtoV_f at Base 1.10.0
+ _limnQN14octa_VtoQN_d at Base 1.10.0
+ _limnQN14octa_VtoQN_f at Base 1.10.0
+ _limnQN15octa_QNtoV_d at Base 1.10.0
+ _limnQN15octa_QNtoV_f at Base 1.10.0
+ _limnQN15octa_VtoQN_d at Base 1.10.0
+ _limnQN15octa_VtoQN_f at Base 1.10.0
+ _limnQN16border1_QNtoV_f at Base 1.10.0
+ _limnQN16border1_VtoQN_f at Base 1.10.0
+ _limnQN16checker_QNtoV_d at Base 1.10.0
+ _limnQN16checker_QNtoV_f at Base 1.10.0
+ _limnQN16checker_VtoQN_d at Base 1.10.0
+ _limnQN16checker_VtoQN_f at Base 1.10.0
+ _limnQN16octa_QNtoV_d at Base 1.10.0
+ _limnQN16octa_QNtoV_f at Base 1.10.0
+ _limnQN16octa_VtoQN_d at Base 1.10.0
+ _limnQN16octa_VtoQN_f at Base 1.10.0
+ _limnQN16simple_QNtoV_f at Base 1.10.0
+ _limnQN16simple_VtoQN_f at Base 1.10.0
+ _limnQN8checker_QNtoV_d at Base 1.10.0
+ _limnQN8checker_QNtoV_f at Base 1.10.0
+ _limnQN8checker_VtoQN_d at Base 1.10.0
+ _limnQN8checker_VtoQN_f at Base 1.10.0
+ _limnQN8octa_QNtoV_d at Base 1.10.0
+ _limnQN8octa_QNtoV_f at Base 1.10.0
+ _limnQN8octa_VtoQN_d at Base 1.10.0
+ _limnQN8octa_VtoQN_f at Base 1.10.0
+ _limnQN9octa_QNtoV_d at Base 1.10.0
+ _limnQN9octa_QNtoV_f at Base 1.10.0
+ _limnQN9octa_VtoQN_d at Base 1.10.0
+ _limnQN9octa_VtoQN_f at Base 1.10.0
+ _limnSpace at Base 1.10.0
+ _limnSpaceStr at Base 1.10.0
+ _limnSplineFinish at Base 1.10.0
+ _limnSplineFinish_2Vec at Base 1.10.0
+ _limnSplineFinish_3Vec at Base 1.10.0
+ _limnSplineFinish_4Vec at Base 1.10.0
+ _limnSplineFinish_Normal at Base 1.10.0
+ _limnSplineFinish_Quaternion at Base 1.10.0
+ _limnSplineFinish_Scalar at Base 1.10.0
+ _limnSplineFinish_Unknown at Base 1.10.0
+ _limnSplineIndexFind at Base 1.10.0
+ _limnSplineInfo at Base 1.10.0
+ _limnSplineInfoDesc at Base 1.10.0
+ _limnSplineInfoStr at Base 1.10.0
+ _limnSplineInfoStrEqv at Base 1.10.0
+ _limnSplineInfoValEqv at Base 1.10.0
+ _limnSplineIntervalFind at Base 1.10.0
+ _limnSplineIntervalFind_NonWarp at Base 1.10.0
+ _limnSplineIntervalFind_Unknown at Base 1.10.0
+ _limnSplineIntervalFind_Warp at Base 1.10.0
+ _limnSplineTimeWarpSet at Base 1.10.0
+ _limnSplineType at Base 1.10.0
+ _limnSplineTypeDesc at Base 1.10.0
+ _limnSplineTypeStr at Base 1.10.0
+ _limnSplineTypeStrEqv at Base 1.10.0
+ _limnSplineTypeValEqv at Base 1.10.0
+ _limnSplineWeightsFind at Base 1.10.0
+ _limnSplineWeightsFind_BC at Base 1.10.0
+ _limnSplineWeightsFind_CubicBezier at Base 1.10.0
+ _limnSplineWeightsFind_Hermite at Base 1.10.0
+ _limnSplineWeightsFind_Linear at Base 1.10.0
+ _limnSplineWeightsFind_Unknown at Base 1.10.0
+ _miteAnswerPointer at Base 1.10.0
+ _miteNtxfAlphaAdjust at Base 1.10.0
+ _miteNtxfCopy at Base 1.10.0
+ _miteRGBACalc at Base 1.10.0
+ _miteRenderNew at Base 1.10.0
+ _miteRenderNix at Base 1.10.0
+ _miteStageInit at Base 1.10.0
+ _miteStageNum at Base 1.10.0
+ _miteStageOp at Base 1.10.0
+ _miteStageOpStr at Base 1.10.0
+ _miteStageOpStrEqv at Base 1.10.0
+ _miteStageOpVal at Base 1.10.0
+ _miteStageOpValEqv at Base 1.10.0
+ _miteStageRun at Base 1.10.0
+ _miteStageSet at Base 1.10.0
+ _miteUserCheck at Base 1.10.0
+ _miteVal at Base 1.10.0
+ _miteValGageKind at Base 1.10.0
+ _miteValStr at Base 1.10.0
+ _miteValStrEqv at Base 1.10.0
+ _miteValTable at Base 1.10.0
+ _miteValVal at Base 1.10.0
+ _miteValValEqv at Base 1.10.0
+ _nrrd1DIrregFindInterval at Base 1.10.0
+ _nrrd1DIrregMapDomain at Base 1.10.0
+ _nrrdA41_d at Base 1.10.0
+ _nrrdA41_f at Base 1.10.0
+ _nrrdA4Int at Base 1.10.0
+ _nrrdA4N_d at Base 1.10.0
+ _nrrdA4N_f at Base 1.10.0
+ _nrrdA4Sup at Base 1.10.0
+ _nrrdApply1DLutOrRegMap at Base 1.10.0
+ _nrrdApply1DSetUp at Base 1.10.0
+ _nrrdApply2DLutOrRegMap at Base 1.10.0
+ _nrrdApply2DSetUp at Base 1.10.0
+ _nrrdApplyDomainMax at Base 1.10.0
+ _nrrdApplyDomainMin at Base 1.10.0
+ _nrrdAxisInfoCopy at Base 1.10.0
+ _nrrdAxisInfoInit at Base 1.10.0
+ _nrrdAxisInfoNewInit at Base 1.10.0
+ _nrrdBC1_d at Base 1.10.0
+ _nrrdBC1_f at Base 1.10.0
+ _nrrdBCInt at Base 1.10.0
+ _nrrdBCN_d at Base 1.10.0
+ _nrrdBCN_f at Base 1.10.0
+ _nrrdBCSup at Base 1.10.0
+ _nrrdBinaryOp at Base 1.10.0
+ _nrrdBinaryOpDesc at Base 1.10.0
+ _nrrdBinaryOpStr at Base 1.10.0
+ _nrrdBinaryOpStrEqv at Base 1.10.0
+ _nrrdBinaryOpValEqv at Base 1.10.0
+ _nrrdBinaryOp_enum at Base 1.10.0
+ _nrrdBlack_1_d at Base 1.10.0
+ _nrrdBlack_1_f at Base 1.10.0
+ _nrrdBlack_N_d at Base 1.10.0
+ _nrrdBlack_N_f at Base 1.10.0
+ _nrrdBlockEndian at Base 1.10.0
+ _nrrdBoundary at Base 1.10.0
+ _nrrdBoundaryDesc at Base 1.10.0
+ _nrrdBoundaryStr at Base 1.10.0
+ _nrrdBox1_d at Base 1.10.0
+ _nrrdBox1_f at Base 1.10.0
+ _nrrdBoxInt at Base 1.10.0
+ _nrrdBoxN_d at Base 1.10.0
+ _nrrdBoxN_f at Base 1.10.0
+ _nrrdBoxSup at Base 1.10.0
+ _nrrdCCAdj_1 at Base 1.10.0
+ _nrrdCCAdj_2 at Base 1.10.0
+ _nrrdCCAdj_3 at Base 1.10.0
+ _nrrdCCAdj_N at Base 1.10.0
+ _nrrdCCFind_1 at Base 1.10.0
+ _nrrdCCFind_2 at Base 1.10.0
+ _nrrdCCFind_3 at Base 1.10.0
+ _nrrdCCFind_N at Base 1.10.0
+ _nrrdCC_EqvIncr at Base 1.10.0
+ _nrrdCC_verb at Base 1.10.0
+ _nrrdCD1_d at Base 1.10.0
+ _nrrdCD1_f at Base 1.10.0
+ _nrrdCDInt at Base 1.10.0
+ _nrrdCDN_d at Base 1.10.0
+ _nrrdCDN_f at Base 1.10.0
+ _nrrdCDSup at Base 1.10.0
+ _nrrdCM_median at Base 1.10.0
+ _nrrdCM_mode at Base 1.10.0
+ _nrrdCM_printhist at Base 1.10.0
+ _nrrdCM_wtAlloc at Base 1.10.0
+ _nrrdCalloc at Base 1.10.0
+ _nrrdCenter2 at Base 1.10.0
+ _nrrdCenter at Base 1.10.0
+ _nrrdCenterDesc at Base 1.10.0
+ _nrrdCenterStr at Base 1.10.0
+ _nrrdCenter_enum at Base 1.10.0
+ _nrrdCheap1_d at Base 1.10.0
+ _nrrdCheap1_f at Base 1.10.0
+ _nrrdCheapInt at Base 1.10.0
+ _nrrdCheapMedian1D at Base 1.10.0
+ _nrrdCheapMedian2D at Base 1.10.0
+ _nrrdCheapMedian3D at Base 1.10.0
+ _nrrdCheapN_d at Base 1.10.0
+ _nrrdCheapN_f at Base 1.10.0
+ _nrrdCheapSup at Base 1.10.0
+ _nrrdCheck at Base 1.10.0
+ _nrrdCheckEnums at Base 1.10.0
+ _nrrdClampConv at Base 1.10.0
+ _nrrdContainsPercentThisAndMore at Base 1.10.0
+ _nrrdContentGet at Base 1.10.0
+ _nrrdContentSet_nva at Base 1.10.0
+ _nrrdContentSet_va at Base 1.10.0
+ _nrrdConv at Base 1.10.0
+ _nrrdCopy at Base 1.10.0
+ _nrrdDA41_d at Base 1.10.0
+ _nrrdDA41_f at Base 1.10.0
+ _nrrdDA4Int at Base 1.10.0
+ _nrrdDA4N_d at Base 1.10.0
+ _nrrdDA4N_f at Base 1.10.0
+ _nrrdDA4Sup at Base 1.10.0
+ _nrrdDBC1_d at Base 1.10.0
+ _nrrdDBC1_f at Base 1.10.0
+ _nrrdDBCInt at Base 1.10.0
+ _nrrdDBCN_d at Base 1.10.0
+ _nrrdDBCN_f at Base 1.10.0
+ _nrrdDBCSup at Base 1.10.0
+ _nrrdDBlack_1_d at Base 1.10.0
+ _nrrdDBlack_1_f at Base 1.10.0
+ _nrrdDBlack_N_d at Base 1.10.0
+ _nrrdDBlack_N_f at Base 1.10.0
+ _nrrdDDA41_d at Base 1.10.0
+ _nrrdDDA41_f at Base 1.10.0
+ _nrrdDDA4Int at Base 1.10.0
+ _nrrdDDA4N_d at Base 1.10.0
+ _nrrdDDA4N_f at Base 1.10.0
+ _nrrdDDA4Sup at Base 1.10.0
+ _nrrdDDBC1_d at Base 1.10.0
+ _nrrdDDBC1_f at Base 1.10.0
+ _nrrdDDBCInt at Base 1.10.0
+ _nrrdDDBCN_d at Base 1.10.0
+ _nrrdDDBCN_f at Base 1.10.0
+ _nrrdDDBCSup at Base 1.10.0
+ _nrrdDDBlack_1_d at Base 1.10.0
+ _nrrdDDBlack_1_f at Base 1.10.0
+ _nrrdDDBlack_N_d at Base 1.10.0
+ _nrrdDDBlack_N_f at Base 1.10.0
+ _nrrdDDG1_d at Base 1.10.0
+ _nrrdDDG1_f at Base 1.10.0
+ _nrrdDDGInt at Base 1.10.0
+ _nrrdDDGN_d at Base 1.10.0
+ _nrrdDDGN_f at Base 1.10.0
+ _nrrdDDGSup at Base 1.10.0
+ _nrrdDDHann_1_d at Base 1.10.0
+ _nrrdDDHann_1_f at Base 1.10.0
+ _nrrdDDHann_N_d at Base 1.10.0
+ _nrrdDDHann_N_f at Base 1.10.0
+ _nrrdDG1_d at Base 1.10.0
+ _nrrdDG1_f at Base 1.10.0
+ _nrrdDGInt at Base 1.10.0
+ _nrrdDGN_d at Base 1.10.0
+ _nrrdDGN_f at Base 1.10.0
+ _nrrdDGSup at Base 1.10.0
+ _nrrdDHann_1_d at Base 1.10.0
+ _nrrdDHann_1_f at Base 1.10.0
+ _nrrdDHann_N_d at Base 1.10.0
+ _nrrdDHann_N_f at Base 1.10.0
+ _nrrdDWindSincInt at Base 1.10.0
+ _nrrdDataFNCheck at Base 1.10.0
+ _nrrdDataFNNumber at Base 1.10.0
+ _nrrdDiscGaussian1_d at Base 1.10.0
+ _nrrdDiscGaussian1_f at Base 1.10.0
+ _nrrdDiscGaussianInt at Base 1.10.0
+ _nrrdDiscGaussianN_d at Base 1.10.0
+ _nrrdDiscGaussianN_f at Base 1.10.0
+ _nrrdDiscGaussianSup at Base 1.10.0
+ _nrrdEncodingAscii at Base 1.10.0
+ _nrrdEncodingAscii_available at Base 1.10.0
+ _nrrdEncodingAscii_read at Base 1.10.0
+ _nrrdEncodingAscii_write at Base 1.10.0
+ _nrrdEncodingBzip2 at Base 1.10.0
+ _nrrdEncodingBzip2_available at Base 1.10.0
+ _nrrdEncodingBzip2_read at Base 1.10.0
+ _nrrdEncodingBzip2_write at Base 1.10.0
+ _nrrdEncodingGzip at Base 1.10.0
+ _nrrdEncodingGzip_available at Base 1.10.0
+ _nrrdEncodingGzip_read at Base 1.10.0
+ _nrrdEncodingGzip_write at Base 1.10.0
+ _nrrdEncodingHex at Base 1.10.0
+ _nrrdEncodingHex_available at Base 1.10.0
+ _nrrdEncodingHex_read at Base 1.10.0
+ _nrrdEncodingHex_write at Base 1.10.0
+ _nrrdEncodingMaybeSet at Base 1.10.0
+ _nrrdEncodingRaw at Base 1.10.0
+ _nrrdEncodingRaw_available at Base 1.10.0
+ _nrrdEncodingRaw_read at Base 1.10.0
+ _nrrdEncodingRaw_write at Base 1.10.0
+ _nrrdEncodingType at Base 1.10.0
+ _nrrdEncodingTypeDesc at Base 1.10.0
+ _nrrdEncodingTypeStr at Base 1.10.0
+ _nrrdEncodingTypeStrEqv at Base 1.10.0
+ _nrrdEncodingTypeValEqv at Base 1.10.0
+ _nrrdEncodingUnknown at Base 1.10.0
+ _nrrdEncodingUnknown_available at Base 1.10.0
+ _nrrdEncodingUnknown_read at Base 1.10.0
+ _nrrdEncodingUnknown_write at Base 1.10.0
+ _nrrdErrorHandlerPNG at Base 1.10.0
+ _nrrdFD1_d at Base 1.10.0
+ _nrrdFD1_f at Base 1.10.0
+ _nrrdFDInt at Base 1.10.0
+ _nrrdFDN_d at Base 1.10.0
+ _nrrdFDN_f at Base 1.10.0
+ _nrrdFDSup at Base 1.10.0
+ _nrrdField at Base 1.10.0
+ _nrrdFieldCheck at Base 1.10.0
+ _nrrdFieldCheckSpaceInfo at Base 1.10.0
+ _nrrdFieldCheck_axis_maxs at Base 1.10.0
+ _nrrdFieldCheck_axis_mins at Base 1.10.0
+ _nrrdFieldCheck_block_size at Base 1.10.0
+ _nrrdFieldCheck_centers at Base 1.10.0
+ _nrrdFieldCheck_dimension at Base 1.10.0
+ _nrrdFieldCheck_keyvalue at Base 1.10.0
+ _nrrdFieldCheck_kinds at Base 1.10.0
+ _nrrdFieldCheck_labels at Base 1.10.0
+ _nrrdFieldCheck_measurement_frame at Base 1.10.0
+ _nrrdFieldCheck_noop at Base 1.10.0
+ _nrrdFieldCheck_old_max at Base 1.10.0
+ _nrrdFieldCheck_old_min at Base 1.10.0
+ _nrrdFieldCheck_sizes at Base 1.10.0
+ _nrrdFieldCheck_space at Base 1.10.0
+ _nrrdFieldCheck_space_dimension at Base 1.10.0
+ _nrrdFieldCheck_space_directions at Base 1.10.0
+ _nrrdFieldCheck_space_origin at Base 1.10.0
+ _nrrdFieldCheck_space_units at Base 1.10.0
+ _nrrdFieldCheck_spacings at Base 1.10.0
+ _nrrdFieldCheck_thicknesses at Base 1.10.0
+ _nrrdFieldCheck_type at Base 1.10.0
+ _nrrdFieldCheck_units at Base 1.10.0
+ _nrrdFieldDesc at Base 1.10.0
+ _nrrdFieldInteresting at Base 1.10.0
+ _nrrdFieldOnePerAxis at Base 1.10.0
+ _nrrdFieldRequired at Base 1.10.0
+ _nrrdFieldSep at Base 1.10.0
+ _nrrdFieldStr at Base 1.10.0
+ _nrrdFieldStrEqv at Base 1.10.0
+ _nrrdFieldValEqv at Base 1.10.0
+ _nrrdFieldValidInImage at Base 1.10.0
+ _nrrdFieldValidInText at Base 1.10.0
+ _nrrdFormatEPS at Base 1.10.0
+ _nrrdFormatEPS_available at Base 1.10.0
+ _nrrdFormatEPS_contentStartsLike at Base 1.10.0
+ _nrrdFormatEPS_fitsInto at Base 1.10.0
+ _nrrdFormatEPS_nameLooksLike at Base 1.10.0
+ _nrrdFormatEPS_read at Base 1.10.0
+ _nrrdFormatEPS_write at Base 1.10.0
+ _nrrdFormatMaybeGuess at Base 1.10.0
+ _nrrdFormatMaybeSet at Base 1.10.0
+ _nrrdFormatNRRD at Base 1.10.0
+ _nrrdFormatNRRD_available at Base 1.10.0
+ _nrrdFormatNRRD_contentStartsLike at Base 1.10.0
+ _nrrdFormatNRRD_fitsInto at Base 1.10.0
+ _nrrdFormatNRRD_nameLooksLike at Base 1.10.0
+ _nrrdFormatNRRD_read at Base 1.10.0
+ _nrrdFormatNRRD_whichVersion at Base 1.10.0
+ _nrrdFormatNRRD_write at Base 1.10.0
+ _nrrdFormatPNG at Base 1.10.0
+ _nrrdFormatPNG_available at Base 1.10.0
+ _nrrdFormatPNG_contentStartsLike at Base 1.10.0
+ _nrrdFormatPNG_fitsInto at Base 1.10.0
+ _nrrdFormatPNG_nameLooksLike at Base 1.10.0
+ _nrrdFormatPNG_read at Base 1.10.0
+ _nrrdFormatPNG_write at Base 1.10.0
+ _nrrdFormatPNM at Base 1.10.0
+ _nrrdFormatPNM_available at Base 1.10.0
+ _nrrdFormatPNM_contentStartsLike at Base 1.10.0
+ _nrrdFormatPNM_fitsInto at Base 1.10.0
+ _nrrdFormatPNM_nameLooksLike at Base 1.10.0
+ _nrrdFormatPNM_read at Base 1.10.0
+ _nrrdFormatPNM_write at Base 1.10.0
+ _nrrdFormatText at Base 1.10.0
+ _nrrdFormatText_available at Base 1.10.0
+ _nrrdFormatText_contentStartsLike at Base 1.10.0
+ _nrrdFormatText_fitsInto at Base 1.10.0
+ _nrrdFormatText_nameLooksLike at Base 1.10.0
+ _nrrdFormatText_read at Base 1.10.0
+ _nrrdFormatText_write at Base 1.10.0
+ _nrrdFormatType at Base 1.10.0
+ _nrrdFormatTypeDesc at Base 1.10.0
+ _nrrdFormatTypeStr at Base 1.10.0
+ _nrrdFormatTypeStrEqv at Base 1.10.0
+ _nrrdFormatTypeValEqv at Base 1.10.0
+ _nrrdFormatURLLine0 at Base 1.10.0
+ _nrrdFormatURLLine1 at Base 1.10.0
+ _nrrdFormatUnknown at Base 1.10.0
+ _nrrdFormatUnknown_available at Base 1.10.0
+ _nrrdFormatUnknown_contentStartsLike at Base 1.10.0
+ _nrrdFormatUnknown_fitsInto at Base 1.10.0
+ _nrrdFormatUnknown_nameLooksLike at Base 1.10.0
+ _nrrdFormatUnknown_read at Base 1.10.0
+ _nrrdFormatUnknown_write at Base 1.10.0
+ _nrrdFormatVTK at Base 1.10.0
+ _nrrdFormatVTK_available at Base 1.10.0
+ _nrrdFormatVTK_contentStartsLike at Base 1.10.0
+ _nrrdFormatVTK_fitsInto at Base 1.10.0
+ _nrrdFormatVTK_nameLooksLike at Base 1.10.0
+ _nrrdFormatVTK_read at Base 1.10.0
+ _nrrdFormatVTK_write at Base 1.10.0
+ _nrrdFprintFieldInfo at Base 1.10.0
+ _nrrdG1_d at Base 1.10.0
+ _nrrdG1_f at Base 1.10.0
+ _nrrdGInt at Base 1.10.0
+ _nrrdGN_d at Base 1.10.0
+ _nrrdGN_f at Base 1.10.0
+ _nrrdGSup at Base 1.10.0
+ _nrrdGetQuotedString at Base 1.10.0
+ _nrrdGzClose at Base 1.10.0
+ _nrrdGzDummySymbol at Base 1.10.0
+ _nrrdGzOpen at Base 1.10.0
+ _nrrdGzRead at Base 1.10.0
+ _nrrdGzWrite at Base 1.10.0
+ _nrrdHann_1_d at Base 1.10.0
+ _nrrdHann_1_f at Base 1.10.0
+ _nrrdHann_N_d at Base 1.10.0
+ _nrrdHann_N_f at Base 1.10.0
+ _nrrdHeaderCheck at Base 1.10.0
+ _nrrdHeaderStringOneLine at Base 1.10.0
+ _nrrdHeaderStringOneLineStrlen at Base 1.10.0
+ _nrrdHestIter at Base 1.10.0
+ _nrrdHestIterParse at Base 1.10.0
+ _nrrdHestKernelSpec at Base 1.10.0
+ _nrrdHestKernelSpecParse at Base 1.10.0
+ _nrrdHestNrrd at Base 1.10.0
+ _nrrdHestNrrdParse at Base 1.10.0
+ _nrrdHistoEqCompare at Base 1.10.0
+ _nrrdInsertDBCH at Base 1.10.0
+ _nrrdInsertDBDB at Base 1.10.0
+ _nrrdInsertDBFL at Base 1.10.0
+ _nrrdInsertDBJN at Base 1.10.0
+ _nrrdInsertDBLL at Base 1.10.0
+ _nrrdInsertDBSH at Base 1.10.0
+ _nrrdInsertDBUC at Base 1.10.0
+ _nrrdInsertDBUI at Base 1.10.0
+ _nrrdInsertDBUL at Base 1.10.0
+ _nrrdInsertDBUS at Base 1.10.0
+ _nrrdInsertFLCH at Base 1.10.0
+ _nrrdInsertFLDB at Base 1.10.0
+ _nrrdInsertFLFL at Base 1.10.0
+ _nrrdInsertFLJN at Base 1.10.0
+ _nrrdInsertFLLL at Base 1.10.0
+ _nrrdInsertFLSH at Base 1.10.0
+ _nrrdInsertFLUC at Base 1.10.0
+ _nrrdInsertFLUI at Base 1.10.0
+ _nrrdInsertFLUL at Base 1.10.0
+ _nrrdInsertFLUS at Base 1.10.0
+ _nrrdInsertJNCH at Base 1.10.0
+ _nrrdInsertJNDB at Base 1.10.0
+ _nrrdInsertJNFL at Base 1.10.0
+ _nrrdInsertJNJN at Base 1.10.0
+ _nrrdInsertJNLL at Base 1.10.0
+ _nrrdInsertJNSH at Base 1.10.0
+ _nrrdInsertJNUC at Base 1.10.0
+ _nrrdInsertJNUI at Base 1.10.0
+ _nrrdInsertJNUL at Base 1.10.0
+ _nrrdInsertJNUS at Base 1.10.0
+ _nrrdInsertUICH at Base 1.10.0
+ _nrrdInsertUIDB at Base 1.10.0
+ _nrrdInsertUIFL at Base 1.10.0
+ _nrrdInsertUIJN at Base 1.10.0
+ _nrrdInsertUILL at Base 1.10.0
+ _nrrdInsertUISH at Base 1.10.0
+ _nrrdInsertUIUC at Base 1.10.0
+ _nrrdInsertUIUI at Base 1.10.0
+ _nrrdInsertUIUL at Base 1.10.0
+ _nrrdInsertUIUS at Base 1.10.0
+ _nrrdKernelA4 at Base 1.10.0
+ _nrrdKernelBC at Base 1.10.0
+ _nrrdKernelBlackman at Base 1.10.0
+ _nrrdKernelBox at Base 1.10.0
+ _nrrdKernelCD at Base 1.10.0
+ _nrrdKernelCheap at Base 1.10.0
+ _nrrdKernelDA4 at Base 1.10.0
+ _nrrdKernelDBC at Base 1.10.0
+ _nrrdKernelDBlack at Base 1.10.0
+ _nrrdKernelDDA4 at Base 1.10.0
+ _nrrdKernelDDBC at Base 1.10.0
+ _nrrdKernelDDBlack at Base 1.10.0
+ _nrrdKernelDDG at Base 1.10.0
+ _nrrdKernelDDHann at Base 1.10.0
+ _nrrdKernelDG at Base 1.10.0
+ _nrrdKernelDHann at Base 1.10.0
+ _nrrdKernelDiscreteGaussian at Base 1.10.0
+ _nrrdKernelFD at Base 1.10.0
+ _nrrdKernelG at Base 1.10.0
+ _nrrdKernelHann at Base 1.10.0
+ _nrrdKernelHermiteFlag at Base 1.10.0
+ _nrrdKernelParseTMFInt at Base 1.10.0
+ _nrrdKernelStrToKern at Base 1.10.0
+ _nrrdKernelTent at Base 1.10.0
+ _nrrdKernelZero at Base 1.10.0
+ _nrrdKernel_TMFBAD at Base 1.10.0
+ _nrrdKernel_TMF_d0_c0_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c0_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c0_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c0_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c1_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c1_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c1_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c1_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c2_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c2_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c2_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c2_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c3_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c3_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c3_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_c3_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_cn_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_cn_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_cn_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d0_cn_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c0_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c0_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c0_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c0_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c1_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c1_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c1_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c1_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c2_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c2_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c2_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c2_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c3_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c3_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c3_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_c3_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_cn_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_cn_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_cn_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d1_cn_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c0_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c0_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c0_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c0_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c1_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c1_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c1_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c1_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c2_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c2_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c2_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c2_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c3_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c3_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c3_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_c3_4ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_cn_1ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_cn_2ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_cn_3ef at Base 1.10.0
+ _nrrdKernel_TMF_d2_cn_4ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c0_1ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c0_2ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c0_3ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c0_4ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c1_1ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c1_2ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c1_3ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c1_4ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c2_1ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c2_2ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c2_3ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c2_4ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c3_1ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c3_2ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c3_3ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_c3_4ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_cn_1ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_cn_2ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_cn_3ef at Base 1.10.0
+ _nrrdKernel_TMF_dn_cn_4ef at Base 1.10.0
+ _nrrdKeyValueIdxFind at Base 1.10.0
+ _nrrdKeyValueWrite at Base 1.10.0
+ _nrrdKindAltered at Base 1.10.0
+ _nrrdKindDesc at Base 1.10.0
+ _nrrdKindStr at Base 1.10.0
+ _nrrdKindStr_Eqv at Base 1.10.0
+ _nrrdKindVal_Eqv at Base 1.10.0
+ _nrrdKind_enum at Base 1.10.0
+ _nrrdLineSep at Base 1.10.0
+ _nrrdLoadDBCH at Base 1.10.0
+ _nrrdLoadDBDB at Base 1.10.0
+ _nrrdLoadDBFL at Base 1.10.0
+ _nrrdLoadDBJN at Base 1.10.0
+ _nrrdLoadDBLL at Base 1.10.0
+ _nrrdLoadDBSH at Base 1.10.0
+ _nrrdLoadDBUC at Base 1.10.0
+ _nrrdLoadDBUI at Base 1.10.0
+ _nrrdLoadDBUL at Base 1.10.0
+ _nrrdLoadDBUS at Base 1.10.0
+ _nrrdLoadFLCH at Base 1.10.0
+ _nrrdLoadFLDB at Base 1.10.0
+ _nrrdLoadFLFL at Base 1.10.0
+ _nrrdLoadFLJN at Base 1.10.0
+ _nrrdLoadFLLL at Base 1.10.0
+ _nrrdLoadFLSH at Base 1.10.0
+ _nrrdLoadFLUC at Base 1.10.0
+ _nrrdLoadFLUI at Base 1.10.0
+ _nrrdLoadFLUL at Base 1.10.0
+ _nrrdLoadFLUS at Base 1.10.0
+ _nrrdLoadJNCH at Base 1.10.0
+ _nrrdLoadJNDB at Base 1.10.0
+ _nrrdLoadJNFL at Base 1.10.0
+ _nrrdLoadJNJN at Base 1.10.0
+ _nrrdLoadJNLL at Base 1.10.0
+ _nrrdLoadJNSH at Base 1.10.0
+ _nrrdLoadJNUC at Base 1.10.0
+ _nrrdLoadJNUI at Base 1.10.0
+ _nrrdLoadJNUL at Base 1.10.0
+ _nrrdLoadJNUS at Base 1.10.0
+ _nrrdLoadUICH at Base 1.10.0
+ _nrrdLoadUIDB at Base 1.10.0
+ _nrrdLoadUIFL at Base 1.10.0
+ _nrrdLoadUIJN at Base 1.10.0
+ _nrrdLoadUILL at Base 1.10.0
+ _nrrdLoadUISH at Base 1.10.0
+ _nrrdLoadUIUC at Base 1.10.0
+ _nrrdLoadUIUI at Base 1.10.0
+ _nrrdLoadUIUL at Base 1.10.0
+ _nrrdLoadUIUS at Base 1.10.0
+ _nrrdLooksLikeANumber at Base 1.10.0
+ _nrrdLookupDBCH at Base 1.10.0
+ _nrrdLookupDBDB at Base 1.10.0
+ _nrrdLookupDBFL at Base 1.10.0
+ _nrrdLookupDBJN at Base 1.10.0
+ _nrrdLookupDBLL at Base 1.10.0
+ _nrrdLookupDBSH at Base 1.10.0
+ _nrrdLookupDBUC at Base 1.10.0
+ _nrrdLookupDBUI at Base 1.10.0
+ _nrrdLookupDBUL at Base 1.10.0
+ _nrrdLookupDBUS at Base 1.10.0
+ _nrrdLookupFLCH at Base 1.10.0
+ _nrrdLookupFLDB at Base 1.10.0
+ _nrrdLookupFLFL at Base 1.10.0
+ _nrrdLookupFLJN at Base 1.10.0
+ _nrrdLookupFLLL at Base 1.10.0
+ _nrrdLookupFLSH at Base 1.10.0
+ _nrrdLookupFLUC at Base 1.10.0
+ _nrrdLookupFLUI at Base 1.10.0
+ _nrrdLookupFLUL at Base 1.10.0
+ _nrrdLookupFLUS at Base 1.10.0
+ _nrrdLookupJNCH at Base 1.10.0
+ _nrrdLookupJNDB at Base 1.10.0
+ _nrrdLookupJNFL at Base 1.10.0
+ _nrrdLookupJNJN at Base 1.10.0
+ _nrrdLookupJNLL at Base 1.10.0
+ _nrrdLookupJNSH at Base 1.10.0
+ _nrrdLookupJNUC at Base 1.10.0
+ _nrrdLookupJNUI at Base 1.10.0
+ _nrrdLookupJNUL at Base 1.10.0
+ _nrrdLookupJNUS at Base 1.10.0
+ _nrrdLookupUICH at Base 1.10.0
+ _nrrdLookupUIDB at Base 1.10.0
+ _nrrdLookupUIFL at Base 1.10.0
+ _nrrdLookupUIJN at Base 1.10.0
+ _nrrdLookupUILL at Base 1.10.0
+ _nrrdLookupUISH at Base 1.10.0
+ _nrrdLookupUIUC at Base 1.10.0
+ _nrrdLookupUIUI at Base 1.10.0
+ _nrrdLookupUIUL at Base 1.10.0
+ _nrrdLookupUIUS at Base 1.10.0
+ _nrrdMeasure at Base 1.10.0
+ _nrrdMeasureDesc at Base 1.10.0
+ _nrrdMeasureHistoL2 at Base 1.10.0
+ _nrrdMeasureHistoMax at Base 1.10.0
+ _nrrdMeasureHistoMean at Base 1.10.0
+ _nrrdMeasureHistoMedian at Base 1.10.0
+ _nrrdMeasureHistoMin at Base 1.10.0
+ _nrrdMeasureHistoMode at Base 1.10.0
+ _nrrdMeasureHistoProduct at Base 1.10.0
+ _nrrdMeasureHistoSD at Base 1.10.0
+ _nrrdMeasureHistoSum at Base 1.10.0
+ _nrrdMeasureHistoVariance at Base 1.10.0
+ _nrrdMeasureL1 at Base 1.10.0
+ _nrrdMeasureL2 at Base 1.10.0
+ _nrrdMeasureLineError at Base 1.10.0
+ _nrrdMeasureLineFit at Base 1.10.0
+ _nrrdMeasureLineIntercept at Base 1.10.0
+ _nrrdMeasureLineSlope at Base 1.10.0
+ _nrrdMeasureLinf at Base 1.10.0
+ _nrrdMeasureMax at Base 1.10.0
+ _nrrdMeasureMean at Base 1.10.0
+ _nrrdMeasureMedian at Base 1.10.0
+ _nrrdMeasureMin at Base 1.10.0
+ _nrrdMeasureMode at Base 1.10.0
+ _nrrdMeasureProduct at Base 1.10.0
+ _nrrdMeasureSD at Base 1.10.0
+ _nrrdMeasureSkew at Base 1.10.0
+ _nrrdMeasureStr at Base 1.10.0
+ _nrrdMeasureStrEqv at Base 1.10.0
+ _nrrdMeasureSum at Base 1.10.0
+ _nrrdMeasureType at Base 1.10.0
+ _nrrdMeasureUnknown at Base 1.10.0
+ _nrrdMeasureValEqv at Base 1.10.0
+ _nrrdMeasureVariance at Base 1.10.0
+ _nrrdNoSpaceVector at Base 1.10.0
+ _nrrdNoopEndian at Base 1.10.0
+ _nrrdOneLine at Base 1.10.0
+ _nrrdRead at Base 1.10.0
+ _nrrdReadHexTable at Base 1.10.0
+ _nrrdReadNrrdParseField at Base 1.10.0
+ _nrrdReadNrrdParse_axis_maxs at Base 1.10.0
+ _nrrdReadNrrdParse_axis_mins at Base 1.10.0
+ _nrrdReadNrrdParse_block_size at Base 1.10.0
+ _nrrdReadNrrdParse_byte_skip at Base 1.10.0
+ _nrrdReadNrrdParse_centers at Base 1.10.0
+ _nrrdReadNrrdParse_comment at Base 1.10.0
+ _nrrdReadNrrdParse_content at Base 1.10.0
+ _nrrdReadNrrdParse_data_file at Base 1.10.0
+ _nrrdReadNrrdParse_dimension at Base 1.10.0
+ _nrrdReadNrrdParse_encoding at Base 1.10.0
+ _nrrdReadNrrdParse_endian at Base 1.10.0
+ _nrrdReadNrrdParse_keyvalue at Base 1.10.0
+ _nrrdReadNrrdParse_kinds at Base 1.10.0
+ _nrrdReadNrrdParse_labels at Base 1.10.0
+ _nrrdReadNrrdParse_line_skip at Base 1.10.0
+ _nrrdReadNrrdParse_max at Base 1.10.0
+ _nrrdReadNrrdParse_measurement_frame at Base 1.10.0
+ _nrrdReadNrrdParse_min at Base 1.10.0
+ _nrrdReadNrrdParse_nonfield at Base 1.10.0
+ _nrrdReadNrrdParse_number at Base 1.10.0
+ _nrrdReadNrrdParse_old_max at Base 1.10.0
+ _nrrdReadNrrdParse_old_min at Base 1.10.0
+ _nrrdReadNrrdParse_sample_units at Base 1.10.0
+ _nrrdReadNrrdParse_sizes at Base 1.10.0
+ _nrrdReadNrrdParse_space at Base 1.10.0
+ _nrrdReadNrrdParse_space_dimension at Base 1.10.0
+ _nrrdReadNrrdParse_space_directions at Base 1.10.0
+ _nrrdReadNrrdParse_space_origin at Base 1.10.0
+ _nrrdReadNrrdParse_space_units at Base 1.10.0
+ _nrrdReadNrrdParse_spacings at Base 1.10.0
+ _nrrdReadNrrdParse_thicknesses at Base 1.10.0
+ _nrrdReadNrrdParse_type at Base 1.10.0
+ _nrrdReadNrrdParse_units at Base 1.10.0
+ _nrrdRelativePathFlag at Base 1.10.0
+ _nrrdResampleCheckInfo at Base 1.10.0
+ _nrrdResampleComputePermute at Base 1.10.0
+ _nrrdResampleCore at Base 1.10.0
+ _nrrdResampleInfoInit at Base 1.10.0
+ _nrrdResampleInputCentersUpdate at Base 1.10.0
+ _nrrdResampleInputDimensionUpdate at Base 1.10.0
+ _nrrdResampleInputSizesUpdate at Base 1.10.0
+ _nrrdResampleLineAllocateUpdate at Base 1.10.0
+ _nrrdResampleLineFillUpdate at Base 1.10.0
+ _nrrdResampleMakeWeightIndex at Base 1.10.0
+ _nrrdResampleMinMaxFull at Base 1.10.0
+ _nrrdResampleOutputUpdate at Base 1.10.0
+ _nrrdResamplePermutationUpdate at Base 1.10.0
+ _nrrdResampleTrivial at Base 1.10.0
+ _nrrdResampleVectorAllocateUpdate at Base 1.10.0
+ _nrrdResampleVectorFillUpdate at Base 1.10.0
+ _nrrdSizeCheck at Base 1.10.0
+ _nrrdSpace at Base 1.10.0
+ _nrrdSpaceDesc at Base 1.10.0
+ _nrrdSpaceStr at Base 1.10.0
+ _nrrdSpaceStrEqv at Base 1.10.0
+ _nrrdSpaceValEqv at Base 1.10.0
+ _nrrdSpaceVecExists at Base 1.10.0
+ _nrrdSpaceVectorParse at Base 1.10.0
+ _nrrdSplitName at Base 1.10.0
+ _nrrdSplitSizes at Base 1.10.0
+ _nrrdSprintFieldInfo at Base 1.10.0
+ _nrrdStoreDBCH at Base 1.10.0
+ _nrrdStoreDBDB at Base 1.10.0
+ _nrrdStoreDBFL at Base 1.10.0
+ _nrrdStoreDBJN at Base 1.10.0
+ _nrrdStoreDBLL at Base 1.10.0
+ _nrrdStoreDBSH at Base 1.10.0
+ _nrrdStoreDBUC at Base 1.10.0
+ _nrrdStoreDBUI at Base 1.10.0
+ _nrrdStoreDBUL at Base 1.10.0
+ _nrrdStoreDBUS at Base 1.10.0
+ _nrrdStoreFLCH at Base 1.10.0
+ _nrrdStoreFLDB at Base 1.10.0
+ _nrrdStoreFLFL at Base 1.10.0
+ _nrrdStoreFLJN at Base 1.10.0
+ _nrrdStoreFLLL at Base 1.10.0
+ _nrrdStoreFLSH at Base 1.10.0
+ _nrrdStoreFLUC at Base 1.10.0
+ _nrrdStoreFLUI at Base 1.10.0
+ _nrrdStoreFLUL at Base 1.10.0
+ _nrrdStoreFLUS at Base 1.10.0
+ _nrrdStoreJNCH at Base 1.10.0
+ _nrrdStoreJNDB at Base 1.10.0
+ _nrrdStoreJNFL at Base 1.10.0
+ _nrrdStoreJNJN at Base 1.10.0
+ _nrrdStoreJNLL at Base 1.10.0
+ _nrrdStoreJNSH at Base 1.10.0
+ _nrrdStoreJNUC at Base 1.10.0
+ _nrrdStoreJNUI at Base 1.10.0
+ _nrrdStoreJNUL at Base 1.10.0
+ _nrrdStoreJNUS at Base 1.10.0
+ _nrrdStoreUICH at Base 1.10.0
+ _nrrdStoreUIDB at Base 1.10.0
+ _nrrdStoreUIFL at Base 1.10.0
+ _nrrdStoreUIJN at Base 1.10.0
+ _nrrdStoreUILL at Base 1.10.0
+ _nrrdStoreUISH at Base 1.10.0
+ _nrrdStoreUIUC at Base 1.10.0
+ _nrrdStoreUIUI at Base 1.10.0
+ _nrrdStoreUIUL at Base 1.10.0
+ _nrrdStoreUIUS at Base 1.10.0
+ _nrrdStrcatSpaceVector at Base 1.10.0
+ _nrrdSwap16Endian at Base 1.10.0
+ _nrrdSwap32Endian at Base 1.10.0
+ _nrrdSwap64Endian at Base 1.10.0
+ _nrrdSwapEndian at Base 1.10.0
+ _nrrdTent1_d at Base 1.10.0
+ _nrrdTent1_f at Base 1.10.0
+ _nrrdTentInt at Base 1.10.0
+ _nrrdTentN_d at Base 1.10.0
+ _nrrdTentN_f at Base 1.10.0
+ _nrrdTentSup at Base 1.10.0
+ _nrrdTernaryOp at Base 1.10.0
+ _nrrdTernaryOpDesc at Base 1.10.0
+ _nrrdTernaryOpStr at Base 1.10.0
+ _nrrdTernaryOpStrEqv at Base 1.10.0
+ _nrrdTernaryOpValEqv at Base 1.10.0
+ _nrrdTernaryOp_enum at Base 1.10.0
+ _nrrdTextSep at Base 1.10.0
+ _nrrdType at Base 1.10.0
+ _nrrdTypeDesc at Base 1.10.0
+ _nrrdTypeStr at Base 1.10.0
+ _nrrdTypeStrEqv at Base 1.10.0
+ _nrrdTypeValEqv at Base 1.10.0
+ _nrrdUnaryOp at Base 1.10.0
+ _nrrdUnaryOpDesc at Base 1.10.0
+ _nrrdUnaryOpStr at Base 1.10.0
+ _nrrdUnaryOpStrEqv at Base 1.10.0
+ _nrrdUnaryOpValEqv at Base 1.10.0
+ _nrrdUnaryOp_enum at Base 1.10.0
+ _nrrdWarningHandlerPNG at Base 1.10.0
+ _nrrdWindSincInt at Base 1.10.0
+ _nrrdWindSincSup at Base 1.10.0
+ _nrrdWrite at Base 1.10.0
+ _nrrdWriteEscaped at Base 1.10.0
+ _nrrdWriteHexTable at Base 1.10.0
+ _nrrdZero1_d at Base 1.10.0
+ _nrrdZero1_f at Base 1.10.0
+ _nrrdZeroInt at Base 1.10.0
+ _nrrdZeroN_d at Base 1.10.0
+ _nrrdZeroN_f at Base 1.10.0
+ _nrrdZeroSup at Base 1.10.0
+ _nrrd_TMFBAD_1_d at Base 1.10.0
+ _nrrd_TMFBAD_1_f at Base 1.10.0
+ _nrrd_TMFBAD_Int at Base 1.10.0
+ _nrrd_TMFBAD_N_d at Base 1.10.0
+ _nrrd_TMFBAD_N_f at Base 1.10.0
+ _nrrd_TMFBAD_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c0_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c0_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c0_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c0_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c0_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c0_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c0_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c0_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c0_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c0_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c0_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c0_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c0_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c0_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c0_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c0_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c0_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c0_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c0_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c0_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c0_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c0_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c0_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c0_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c1_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c1_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c1_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c1_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c1_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c1_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c1_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c1_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c1_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c1_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c1_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c1_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c1_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c1_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c1_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c1_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c1_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c1_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c1_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c1_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c1_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c1_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c1_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c1_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c2_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c2_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c2_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c2_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c2_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c2_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c2_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c2_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c2_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c2_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c2_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c2_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c2_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c2_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c2_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c2_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c2_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c2_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c2_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c2_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c2_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c2_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c2_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c2_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c3_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c3_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c3_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c3_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c3_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c3_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c3_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c3_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c3_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c3_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c3_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c3_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c3_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c3_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c3_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c3_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c3_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c3_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_c3_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_c3_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_c3_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_c3_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_c3_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_c3_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_cn_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_cn_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_cn_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_cn_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_cn_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_cn_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_cn_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_cn_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_cn_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_cn_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_cn_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_cn_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_cn_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_cn_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_cn_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_cn_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_cn_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_cn_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d0_cn_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d0_cn_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d0_cn_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d0_cn_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d0_cn_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d0_cn_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c0_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c0_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c0_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c0_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c0_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c0_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c0_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c0_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c0_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c0_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c0_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c0_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c0_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c0_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c0_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c0_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c0_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c0_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c0_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c0_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c0_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c0_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c0_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c0_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c1_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c1_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c1_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c1_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c1_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c1_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c1_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c1_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c1_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c1_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c1_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c1_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c1_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c1_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c1_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c1_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c1_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c1_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c1_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c1_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c1_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c1_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c1_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c1_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c2_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c2_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c2_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c2_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c2_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c2_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c2_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c2_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c2_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c2_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c2_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c2_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c2_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c2_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c2_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c2_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c2_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c2_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c2_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c2_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c2_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c2_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c2_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c2_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c3_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c3_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c3_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c3_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c3_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c3_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c3_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c3_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c3_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c3_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c3_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c3_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c3_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c3_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c3_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c3_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c3_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c3_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_c3_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_c3_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_c3_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_c3_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_c3_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_c3_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_cn_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_cn_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_cn_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_cn_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_cn_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_cn_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_cn_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_cn_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_cn_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_cn_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_cn_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_cn_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_cn_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_cn_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_cn_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_cn_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_cn_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_cn_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d1_cn_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d1_cn_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d1_cn_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d1_cn_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d1_cn_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d1_cn_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c0_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c0_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c0_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c0_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c0_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c0_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c0_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c0_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c0_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c0_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c0_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c0_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c0_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c0_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c0_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c0_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c0_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c0_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c0_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c0_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c0_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c0_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c0_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c0_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c1_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c1_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c1_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c1_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c1_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c1_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c1_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c1_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c1_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c1_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c1_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c1_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c1_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c1_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c1_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c1_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c1_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c1_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c1_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c1_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c1_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c1_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c1_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c1_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c2_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c2_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c2_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c2_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c2_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c2_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c2_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c2_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c2_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c2_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c2_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c2_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c2_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c2_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c2_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c2_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c2_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c2_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c2_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c2_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c2_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c2_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c2_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c2_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c3_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c3_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c3_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c3_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c3_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c3_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c3_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c3_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c3_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c3_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c3_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c3_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c3_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c3_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c3_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c3_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c3_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c3_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_c3_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_c3_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_c3_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_c3_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_c3_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_c3_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_cn_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_cn_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_cn_1ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_cn_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_cn_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_cn_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_cn_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_cn_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_cn_2ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_cn_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_cn_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_cn_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_cn_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_cn_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_cn_3ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_cn_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_cn_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_cn_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_d2_cn_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_d2_cn_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_d2_cn_4ef_Int at Base 1.10.0
+ _nrrd_TMF_d2_cn_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_d2_cn_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_d2_cn_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c0_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c0_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c0_1ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c0_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c0_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c0_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c0_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c0_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c0_2ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c0_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c0_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c0_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c0_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c0_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c0_3ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c0_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c0_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c0_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c0_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c0_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c0_4ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c0_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c0_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c0_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c1_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c1_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c1_1ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c1_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c1_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c1_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c1_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c1_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c1_2ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c1_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c1_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c1_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c1_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c1_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c1_3ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c1_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c1_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c1_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c1_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c1_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c1_4ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c1_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c1_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c1_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c2_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c2_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c2_1ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c2_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c2_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c2_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c2_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c2_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c2_2ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c2_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c2_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c2_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c2_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c2_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c2_3ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c2_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c2_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c2_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c2_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c2_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c2_4ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c2_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c2_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c2_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c3_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c3_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c3_1ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c3_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c3_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c3_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c3_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c3_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c3_2ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c3_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c3_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c3_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c3_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c3_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c3_3ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c3_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c3_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c3_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_c3_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_c3_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_c3_4ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_c3_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_c3_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_c3_4ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_cn_1ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_cn_1ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_cn_1ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_cn_1ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_cn_1ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_cn_1ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_cn_2ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_cn_2ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_cn_2ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_cn_2ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_cn_2ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_cn_2ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_cn_3ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_cn_3ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_cn_3ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_cn_3ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_cn_3ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_cn_3ef_Sup at Base 1.10.0
+ _nrrd_TMF_dn_cn_4ef_1_d at Base 1.10.0
+ _nrrd_TMF_dn_cn_4ef_1_f at Base 1.10.0
+ _nrrd_TMF_dn_cn_4ef_Int at Base 1.10.0
+ _nrrd_TMF_dn_cn_4ef_N_d at Base 1.10.0
+ _nrrd_TMF_dn_cn_4ef_N_f at Base 1.10.0
+ _nrrd_TMF_dn_cn_4ef_Sup at Base 1.10.0
+ _seekType at Base 1.10.0
+ _seekTypeDesc at Base 1.10.0
+ _seekTypeStr at Base 1.10.0
+ _seekTypeStrEqv at Base 1.10.0
+ _seekTypeValEqv at Base 1.10.0
+ _tenAniso at Base 1.10.0
+ _tenAnisoEval_B_d at Base 1.10.0
+ _tenAnisoEval_B_f at Base 1.10.0
+ _tenAnisoEval_Ca1_d at Base 1.10.0
+ _tenAnisoEval_Ca1_f at Base 1.10.0
+ _tenAnisoEval_Ca2_d at Base 1.10.0
+ _tenAnisoEval_Ca2_f at Base 1.10.0
+ _tenAnisoEval_Cl1_d at Base 1.10.0
+ _tenAnisoEval_Cl1_f at Base 1.10.0
+ _tenAnisoEval_Cl2_d at Base 1.10.0
+ _tenAnisoEval_Cl2_f at Base 1.10.0
+ _tenAnisoEval_Clpmin1_d at Base 1.10.0
+ _tenAnisoEval_Clpmin1_f at Base 1.10.0
+ _tenAnisoEval_Clpmin2_d at Base 1.10.0
+ _tenAnisoEval_Clpmin2_f at Base 1.10.0
+ _tenAnisoEval_Conf_d at Base 1.10.0
+ _tenAnisoEval_Conf_f at Base 1.10.0
+ _tenAnisoEval_Cp1_d at Base 1.10.0
+ _tenAnisoEval_Cp1_f at Base 1.10.0
+ _tenAnisoEval_Cp2_d at Base 1.10.0
+ _tenAnisoEval_Cp2_f at Base 1.10.0
+ _tenAnisoEval_Cs1_d at Base 1.10.0
+ _tenAnisoEval_Cs1_f at Base 1.10.0
+ _tenAnisoEval_Cs2_d at Base 1.10.0
+ _tenAnisoEval_Cs2_f at Base 1.10.0
+ _tenAnisoEval_Ct1_d at Base 1.10.0
+ _tenAnisoEval_Ct1_f at Base 1.10.0
+ _tenAnisoEval_Ct2_d at Base 1.10.0
+ _tenAnisoEval_Ct2_f at Base 1.10.0
+ _tenAnisoEval_Det_d at Base 1.10.0
+ _tenAnisoEval_Det_f at Base 1.10.0
+ _tenAnisoEval_FA_d at Base 1.10.0
+ _tenAnisoEval_FA_f at Base 1.10.0
+ _tenAnisoEval_Mode_d at Base 1.10.0
+ _tenAnisoEval_Mode_f at Base 1.10.0
+ _tenAnisoEval_Omega_d at Base 1.10.0
+ _tenAnisoEval_Omega_f at Base 1.10.0
+ _tenAnisoEval_Q_d at Base 1.10.0
+ _tenAnisoEval_Q_f at Base 1.10.0
+ _tenAnisoEval_RA_d at Base 1.10.0
+ _tenAnisoEval_RA_f at Base 1.10.0
+ _tenAnisoEval_R_d at Base 1.10.0
+ _tenAnisoEval_R_f at Base 1.10.0
+ _tenAnisoEval_S_d at Base 1.10.0
+ _tenAnisoEval_S_f at Base 1.10.0
+ _tenAnisoEval_Skew_d at Base 1.10.0
+ _tenAnisoEval_Skew_f at Base 1.10.0
+ _tenAnisoEval_Th_d at Base 1.10.0
+ _tenAnisoEval_Th_f at Base 1.10.0
+ _tenAnisoEval_Tr_d at Base 1.10.0
+ _tenAnisoEval_Tr_f at Base 1.10.0
+ _tenAnisoEval_VF_d at Base 1.10.0
+ _tenAnisoEval_VF_f at Base 1.10.0
+ _tenAnisoEval_d at Base 1.10.0
+ _tenAnisoEval_eval0_d at Base 1.10.0
+ _tenAnisoEval_eval0_f at Base 1.10.0
+ _tenAnisoEval_eval1_d at Base 1.10.0
+ _tenAnisoEval_eval1_f at Base 1.10.0
+ _tenAnisoEval_eval2_d at Base 1.10.0
+ _tenAnisoEval_eval2_f at Base 1.10.0
+ _tenAnisoEval_f at Base 1.10.0
+ _tenAnisoStr at Base 1.10.0
+ _tenAnisoTen_B_d at Base 1.10.0
+ _tenAnisoTen_B_f at Base 1.10.0
+ _tenAnisoTen_Ca1_d at Base 1.10.0
+ _tenAnisoTen_Ca1_f at Base 1.10.0
+ _tenAnisoTen_Ca2_d at Base 1.10.0
+ _tenAnisoTen_Ca2_f at Base 1.10.0
+ _tenAnisoTen_Cl1_d at Base 1.10.0
+ _tenAnisoTen_Cl1_f at Base 1.10.0
+ _tenAnisoTen_Cl2_d at Base 1.10.0
+ _tenAnisoTen_Cl2_f at Base 1.10.0
+ _tenAnisoTen_Clpmin1_d at Base 1.10.0
+ _tenAnisoTen_Clpmin1_f at Base 1.10.0
+ _tenAnisoTen_Clpmin2_d at Base 1.10.0
+ _tenAnisoTen_Clpmin2_f at Base 1.10.0
+ _tenAnisoTen_Conf_d at Base 1.10.0
+ _tenAnisoTen_Conf_f at Base 1.10.0
+ _tenAnisoTen_Cp1_d at Base 1.10.0
+ _tenAnisoTen_Cp1_f at Base 1.10.0
+ _tenAnisoTen_Cp2_d at Base 1.10.0
+ _tenAnisoTen_Cp2_f at Base 1.10.0
+ _tenAnisoTen_Cs1_d at Base 1.10.0
+ _tenAnisoTen_Cs1_f at Base 1.10.0
+ _tenAnisoTen_Cs2_d at Base 1.10.0
+ _tenAnisoTen_Cs2_f at Base 1.10.0
+ _tenAnisoTen_Ct1_d at Base 1.10.0
+ _tenAnisoTen_Ct1_f at Base 1.10.0
+ _tenAnisoTen_Ct2_d at Base 1.10.0
+ _tenAnisoTen_Ct2_f at Base 1.10.0
+ _tenAnisoTen_Det_d at Base 1.10.0
+ _tenAnisoTen_Det_f at Base 1.10.0
+ _tenAnisoTen_FA_d at Base 1.10.0
+ _tenAnisoTen_FA_f at Base 1.10.0
+ _tenAnisoTen_Mode_d at Base 1.10.0
+ _tenAnisoTen_Mode_f at Base 1.10.0
+ _tenAnisoTen_Omega_d at Base 1.10.0
+ _tenAnisoTen_Omega_f at Base 1.10.0
+ _tenAnisoTen_Q_d at Base 1.10.0
+ _tenAnisoTen_Q_f at Base 1.10.0
+ _tenAnisoTen_RA_d at Base 1.10.0
+ _tenAnisoTen_RA_f at Base 1.10.0
+ _tenAnisoTen_R_d at Base 1.10.0
+ _tenAnisoTen_R_f at Base 1.10.0
+ _tenAnisoTen_S_d at Base 1.10.0
+ _tenAnisoTen_S_f at Base 1.10.0
+ _tenAnisoTen_Skew_d at Base 1.10.0
+ _tenAnisoTen_Skew_f at Base 1.10.0
+ _tenAnisoTen_Th_d at Base 1.10.0
+ _tenAnisoTen_Th_f at Base 1.10.0
+ _tenAnisoTen_Tr_d at Base 1.10.0
+ _tenAnisoTen_Tr_f at Base 1.10.0
+ _tenAnisoTen_VF_d at Base 1.10.0
+ _tenAnisoTen_VF_f at Base 1.10.0
+ _tenAnisoTen_d at Base 1.10.0
+ _tenAnisoTen_eval0_d at Base 1.10.0
+ _tenAnisoTen_eval0_f at Base 1.10.0
+ _tenAnisoTen_eval1_d at Base 1.10.0
+ _tenAnisoTen_eval1_f at Base 1.10.0
+ _tenAnisoTen_eval2_d at Base 1.10.0
+ _tenAnisoTen_eval2_f at Base 1.10.0
+ _tenAnisoTen_f at Base 1.10.0
+ _tenCalccent2 at Base 1.10.0
+ _tenCalcdists at Base 1.10.0
+ _tenComputeAIC at Base 1.10.0
+ _tenDwiFiberType at Base 1.10.0
+ _tenDwiFiberTypeDesc at Base 1.10.0
+ _tenDwiFiberTypeStr at Base 1.10.0
+ _tenDwiFiberTypeStrEqv at Base 1.10.0
+ _tenDwiFiberTypeValEqv at Base 1.10.0
+ _tenDwiGage at Base 1.10.0
+ _tenDwiGageAnswer at Base 1.10.0
+ _tenDwiGageFilter at Base 1.10.0
+ _tenDwiGageIv3Print at Base 1.10.0
+ _tenDwiGageKindTmpl at Base 1.10.0
+ _tenDwiGagePvlDataCopy at Base 1.10.0
+ _tenDwiGagePvlDataNew at Base 1.10.0
+ _tenDwiGagePvlDataNix at Base 1.10.0
+ _tenDwiGagePvlDataUpdate at Base 1.10.0
+ _tenDwiGageStr at Base 1.10.0
+ _tenDwiGageTable at Base 1.10.0
+ _tenDwiGageVal at Base 1.10.0
+ _tenEMBimodalBoost at Base 1.10.0
+ _tenEMBimodalCheck at Base 1.10.0
+ _tenEMBimodalConfThresh at Base 1.10.0
+ _tenEMBimodalInit at Base 1.10.0
+ _tenEMBimodalIterate at Base 1.10.0
+ _tenEMBimodalNewFraction1 at Base 1.10.0
+ _tenEMBimodalNewMean at Base 1.10.0
+ _tenEMBimodalNewSigma at Base 1.10.0
+ _tenEMBimodalPP at Base 1.10.0
+ _tenEMBimodalSaveImage at Base 1.10.0
+ _tenEpiRegBB at Base 1.10.0
+ _tenEpiRegBlur at Base 1.10.0
+ _tenEpiRegCC at Base 1.10.0
+ _tenEpiRegCheck at Base 1.10.0
+ _tenEpiRegEstimHST at Base 1.10.0
+ _tenEpiRegFitHST at Base 1.10.0
+ _tenEpiRegGetHST at Base 1.10.0
+ _tenEpiRegMoments at Base 1.10.0
+ _tenEpiRegPairXforms at Base 1.10.0
+ _tenEpiRegSave at Base 1.10.0
+ _tenEpiRegSliceWarp at Base 1.10.0
+ _tenEpiRegThreshold at Base 1.10.0
+ _tenEpiRegThresholdFind at Base 1.10.0
+ _tenEpiRegWarp at Base 1.10.0
+ _tenEstimate1Method at Base 1.10.0
+ _tenEstimate1MethodDesc at Base 1.10.0
+ _tenEstimate1MethodStr at Base 1.10.0
+ _tenEstimate1TensorDescent at Base 1.10.0
+ _tenEstimate1TensorGradient at Base 1.10.0
+ _tenEstimate1TensorSimulateSingle at Base 1.10.0
+ _tenEstimate1TensorSingle at Base 1.10.0
+ _tenEstimate1Tensor_BadnessMLE at Base 1.10.0
+ _tenEstimate1Tensor_BadnessNLS at Base 1.10.0
+ _tenEstimate1Tensor_GradientMLE at Base 1.10.0
+ _tenEstimate1Tensor_GradientNLS at Base 1.10.0
+ _tenEstimate1Tensor_LLS at Base 1.10.0
+ _tenEstimate1Tensor_MLE at Base 1.10.0
+ _tenEstimate1Tensor_NLS at Base 1.10.0
+ _tenEstimate1Tensor_WLS at Base 1.10.0
+ _tenEstimate2Method at Base 1.10.0
+ _tenEstimate2MethodDesc at Base 1.10.0
+ _tenEstimate2MethodStr at Base 1.10.0
+ _tenEstimateAllAllocUpdate at Base 1.10.0
+ _tenEstimateAllSetUpdate at Base 1.10.0
+ _tenEstimateCheck at Base 1.10.0
+ _tenEstimateDwiAllocUpdate at Base 1.10.0
+ _tenEstimateDwiSetUpdate at Base 1.10.0
+ _tenEstimateEmatUpdate at Base 1.10.0
+ _tenEstimateErrorDwi at Base 1.10.0
+ _tenEstimateErrorLogDwi at Base 1.10.0
+ _tenEstimateNumUpdate at Base 1.10.0
+ _tenEstimateOutputInit at Base 1.10.0
+ _tenEstimateValuesSet at Base 1.10.0
+ _tenEstimateWghtUpdate at Base 1.10.0
+ _tenEvalSkewnessGradient_d at Base 1.10.0
+ _tenEvecRGBComp_d at Base 1.10.0
+ _tenEvecRGBComp_f at Base 1.10.0
+ _tenFiberAlign at Base 1.10.0
+ _tenFiberAnisoSpeed at Base 1.10.0
+ _tenFiberIntegrate at Base 1.10.0
+ _tenFiberIntegrate_Euler at Base 1.10.0
+ _tenFiberIntegrate_Midpoint at Base 1.10.0
+ _tenFiberIntegrate_RK4 at Base 1.10.0
+ _tenFiberIntg at Base 1.10.0
+ _tenFiberIntgDesc at Base 1.10.0
+ _tenFiberIntgStr at Base 1.10.0
+ _tenFiberIntgStrEqv at Base 1.10.0
+ _tenFiberIntgValEqv at Base 1.10.0
+ _tenFiberProbe at Base 1.10.0
+ _tenFiberStep at Base 1.10.0
+ _tenFiberStep_Evec at Base 1.10.0
+ _tenFiberStep_PureLine at Base 1.10.0
+ _tenFiberStep_TensorLine at Base 1.10.0
+ _tenFiberStep_Zhukov at Base 1.10.0
+ _tenFiberStop at Base 1.10.0
+ _tenFiberStopCheck at Base 1.10.0
+ _tenFiberStopDesc at Base 1.10.0
+ _tenFiberStopStr at Base 1.10.0
+ _tenFiberStopStrEqv at Base 1.10.0
+ _tenFiberStopValEqv at Base 1.10.0
+ _tenFiberType at Base 1.10.0
+ _tenFiberTypeDesc at Base 1.10.0
+ _tenFiberTypeStr at Base 1.10.0
+ _tenFiberTypeStrEqv at Base 1.10.0
+ _tenFiberTypeValEqv at Base 1.10.0
+ _tenFindValley at Base 1.10.0
+ _tenGage at Base 1.10.0
+ _tenGageAnswer at Base 1.10.0
+ _tenGageDesc at Base 1.10.0
+ _tenGageFilter at Base 1.10.0
+ _tenGageIv3Print at Base 1.10.0
+ _tenGageKind at Base 1.10.0
+ _tenGagePvlDataCopy at Base 1.10.0
+ _tenGagePvlDataNew at Base 1.10.0
+ _tenGagePvlDataNix at Base 1.10.0
+ _tenGagePvlDataUpdate at Base 1.10.0
+ _tenGageStr at Base 1.10.0
+ _tenGageStrEqv at Base 1.10.0
+ _tenGageTable at Base 1.10.0
+ _tenGageVal at Base 1.10.0
+ _tenGageValEqv at Base 1.10.0
+ _tenGaussian at Base 1.10.0
+ _tenGlyphType at Base 1.10.0
+ _tenGlyphTypeDesc at Base 1.10.0
+ _tenGlyphTypeStr at Base 1.10.0
+ _tenGlyphTypeStrEqv at Base 1.10.0
+ _tenGlyphTypeValEqv at Base 1.10.0
+ _tenGradientUpdate at Base 1.10.0
+ _tenInitcent2 at Base 1.10.0
+ _tenInterpGeoLoxIGRT at Base 1.10.0
+ _tenInterpGeoLoxPolyLine at Base 1.10.0
+ _tenInterpGeoLoxRelaxOne at Base 1.10.0
+ _tenInterpType at Base 1.10.0
+ _tenInterpTypeStr at Base 1.10.0
+ _tenInterpTypeStrEqv at Base 1.10.0
+ _tenInterpTypeValEqv at Base 1.10.0
+ _tenLevmarPeledCB at Base 1.10.0
+ _tenPathSpacingEqualize at Base 1.10.0
+ _tenPeledRotate2D at Base 1.10.0
+ _tenPldist at Base 1.10.0
+ _tenQGLInterpNEval at Base 1.10.0
+ _tenQGLInterpNEvec at Base 1.10.0
+ _tenQGL_Kdist at Base 1.10.0
+ _tenQGL_Kexp at Base 1.10.0
+ _tenQGL_Klog at Base 1.10.0
+ _tenQGL_Rdist at Base 1.10.0
+ _tenQGL_Rexp at Base 1.10.0
+ _tenQGL_Rlog at Base 1.10.0
+ _tenQGL_blah at Base 1.10.0
+ _tenQGL_fooo at Base 1.10.0
+ _tenQGL_q_align at Base 1.10.0
+ _tenQGL_q_interdot at Base 1.10.0
+ _tenQball at Base 1.10.0
+ _tenQvals2points at Base 1.10.0
+ _tenRician at Base 1.10.0
+ _tenRicianSafe at Base 1.10.0
+ _tenRicianTrue at Base 1.10.0
+ _tenSeg2weights at Base 1.10.0
+ _tenSegsamp2 at Base 1.10.0
+ _tenTripleType at Base 1.10.0
+ _tenTripleTypeDesc at Base 1.10.0
+ _tenTripleTypeStr at Base 1.10.0
+ _tenTripleTypeStrEqv at Base 1.10.0
+ _tenTripleTypeValEqv at Base 1.10.0
+ _tendFiberStopCB at Base 1.10.0
+ _tendGlyphReadCams at Base 1.10.0
+ _tend_aboutInfoL at Base 1.10.0
+ _tend_anhistInfoL at Base 1.10.0
+ _tend_anplotInfoL at Base 1.10.0
+ _tend_anscaleInfoL at Base 1.10.0
+ _tend_anvolInfoL at Base 1.10.0
+ _tend_avgInfoL at Base 1.10.0
+ _tend_bfitInfoL at Base 1.10.0
+ _tend_bmatInfoL at Base 1.10.0
+ _tend_ellipseInfoL at Base 1.10.0
+ _tend_epiregInfoL at Base 1.10.0
+ _tend_estimInfoL at Base 1.10.0
+ _tend_evalInfoL at Base 1.10.0
+ _tend_evaladdInfoL at Base 1.10.0
+ _tend_evalclampInfoL at Base 1.10.0
+ _tend_evalpowInfoL at Base 1.10.0
+ _tend_evecInfoL at Base 1.10.0
+ _tend_evecrgbInfoL at Base 1.10.0
+ _tend_evqInfoL at Base 1.10.0
+ _tend_expInfoL at Base 1.10.0
+ _tend_expandInfoL at Base 1.10.0
+ _tend_fiberInfoL at Base 1.10.0
+ _tend_glyphInfoL at Base 1.10.0
+ _tend_gradsInfoL at Base 1.10.0
+ _tend_helixInfoL at Base 1.10.0
+ _tend_logInfoL at Base 1.10.0
+ _tend_makeInfoL at Base 1.10.0
+ _tend_normInfoL at Base 1.10.0
+ _tend_pointInfoL at Base 1.10.0
+ _tend_satinInfoL at Base 1.10.0
+ _tend_shrinkInfoL at Base 1.10.0
+ _tend_simInfoL at Base 1.10.0
+ _tend_sliceInfoL at Base 1.10.0
+ _tend_stenInfoL at Base 1.10.0
+ _tend_tconvInfoL at Base 1.10.0
+ _tend_tripleInfoL at Base 1.10.0
+ _tend_unmfInfoL at Base 1.10.0
+ _unrrdu_1opInfoL at Base 1.10.0
+ _unrrdu_2opInfoL at Base 1.10.0
+ _unrrdu_3opInfoL at Base 1.10.0
+ _unrrdu_axdeleteInfoL at Base 1.10.0
+ _unrrdu_axinfoInfoL at Base 1.10.0
+ _unrrdu_axinsertInfoL at Base 1.10.0
+ _unrrdu_axmergeInfoL at Base 1.10.0
+ _unrrdu_axsplitInfoL at Base 1.10.0
+ _unrrdu_blockInfoL at Base 1.10.0
+ _unrrdu_ccadjInfoL at Base 1.10.0
+ _unrrdu_ccfindInfoL at Base 1.10.0
+ _unrrdu_ccmergeInfoL at Base 1.10.0
+ _unrrdu_ccsettleInfoL at Base 1.10.0
+ _unrrdu_cmedianInfoL at Base 1.10.0
+ _unrrdu_convertInfoL at Base 1.10.0
+ _unrrdu_cropInfoL at Base 1.10.0
+ _unrrdu_dataInfoL at Base 1.10.0
+ _unrrdu_dhistoInfoL at Base 1.10.0
+ _unrrdu_diceInfoL at Base 1.10.0
+ _unrrdu_distInfoL at Base 1.10.0
+ _unrrdu_envBool at Base 1.10.0
+ _unrrdu_envEnum at Base 1.10.0
+ _unrrdu_envInfoL at Base 1.10.0
+ _unrrdu_envInt at Base 1.10.0
+ _unrrdu_envUInt at Base 1.10.0
+ _unrrdu_flipInfoL at Base 1.10.0
+ _unrrdu_gammaInfoL at Base 1.10.0
+ _unrrdu_headInfoL at Base 1.10.0
+ _unrrdu_heqInfoL at Base 1.10.0
+ _unrrdu_histaxInfoL at Base 1.10.0
+ _unrrdu_histoInfoL at Base 1.10.0
+ _unrrdu_imapInfoL at Base 1.10.0
+ _unrrdu_insetInfoL at Base 1.10.0
+ _unrrdu_jhistoInfoL at Base 1.10.0
+ _unrrdu_joinInfoL at Base 1.10.0
+ _unrrdu_lut2InfoL at Base 1.10.0
+ _unrrdu_lutInfoL at Base 1.10.0
+ _unrrdu_makeInfoL at Base 1.10.0
+ _unrrdu_minmaxInfoL at Base 1.10.0
+ _unrrdu_mlutInfoL at Base 1.10.0
+ _unrrdu_mrmapInfoL at Base 1.10.0
+ _unrrdu_padInfoL at Base 1.10.0
+ _unrrdu_permuteInfoL at Base 1.10.0
+ _unrrdu_projectInfoL at Base 1.10.0
+ _unrrdu_quantizeInfoL at Base 1.10.0
+ _unrrdu_resampleInfoL at Base 1.10.0
+ _unrrdu_reshapeInfoL at Base 1.10.0
+ _unrrdu_rmapInfoL at Base 1.10.0
+ _unrrdu_saveInfoL at Base 1.10.0
+ _unrrdu_shuffleInfoL at Base 1.10.0
+ _unrrdu_sliceInfoL at Base 1.10.0
+ _unrrdu_spliceInfoL at Base 1.10.0
+ _unrrdu_substInfoL at Base 1.10.0
+ _unrrdu_swapInfoL at Base 1.10.0
+ _unrrdu_tileInfoL at Base 1.10.0
+ _unrrdu_unblockInfoL at Base 1.10.0
+ _unrrdu_unorientInfoL at Base 1.10.0
+ _unrrdu_unquantizeInfoL at Base 1.10.0
+ _unrrdu_untileInfoL at Base 1.10.0
+ airArrayLenIncr at Base 1.10.0
+ airArrayLenPreSet at Base 1.10.0
+ airArrayLenSet at Base 1.10.0
+ airArrayNew at Base 1.10.0
+ airArrayNix at Base 1.10.0
+ airArrayNuke at Base 1.10.0
+ airArrayPointerCB at Base 1.10.0
+ airArrayStructCB at Base 1.10.0
+ airAtod at Base 1.10.0
+ airBesselI0 at Base 1.10.0
+ airBesselI0ExpScaled at Base 1.10.0
+ airBesselI1 at Base 1.10.0
+ airBesselI1By0 at Base 1.10.0
+ airBesselI1ExpScaled at Base 1.10.0
+ airBesselIn at Base 1.10.0
+ airBesselInExpScaled at Base 1.10.0
+ airBinaryPrintUInt at Base 1.10.0
+ airBool at Base 1.10.0
+ airCbrt at Base 1.10.0
+ airDLoad at Base 1.10.0
+ airDStore at Base 1.10.0
+ airDioInfo at Base 1.10.0
+ airDioMalloc at Base 1.10.0
+ airDioRead at Base 1.10.0
+ airDioTest at Base 1.10.0
+ airDioWrite at Base 1.10.0
+ airDisableDio at Base 1.10.0
+ airDoneStr at Base 1.10.0
+ airDrandMT53_r at Base 1.10.0
+ airDrandMT at Base 1.10.0
+ airDrandMT_r at Base 1.10.0
+ airEndian at Base 1.10.0
+ airEndsWith at Base 1.10.0
+ airEnumDesc at Base 1.10.0
+ airEnumFmtDesc at Base 1.10.0
+ airEnumLast at Base 1.10.0
+ airEnumStr at Base 1.10.0
+ airEnumUnknown at Base 1.10.0
+ airEnumVal at Base 1.10.0
+ airEnumValCheck at Base 1.10.0
+ airEqvAdd at Base 1.10.0
+ airEqvMap at Base 1.10.0
+ airEqvSettle at Base 1.10.0
+ airErf at Base 1.10.0
+ airErfc at Base 1.10.0
+ airExists at Base 1.10.0
+ airFLoad at Base 1.10.0
+ airFPClass_d at Base 1.10.0
+ airFPClass_f at Base 1.10.0
+ airFPFprintf_d at Base 1.10.0
+ airFPFprintf_f at Base 1.10.0
+ airFPGen_d at Base 1.10.0
+ airFPGen_f at Base 1.10.0
+ airFPPartsToVal_d at Base 1.10.0
+ airFPPartsToVal_f at Base 1.10.0
+ airFPValToParts_d at Base 1.10.0
+ airFPValToParts_f at Base 1.10.0
+ airFStore at Base 1.10.0
+ airFastExp at Base 1.10.0
+ airFclose at Base 1.10.0
+ airFloatNegInf at Base 1.10.0
+ airFloatPosInf at Base 1.10.0
+ airFloatQNaN at Base 1.10.0
+ airFloatSNaN at Base 1.10.0
+ airFopen at Base 1.10.0
+ airFree at Base 1.10.0
+ airGaussian at Base 1.10.0
+ airILoad at Base 1.10.0
+ airIStore at Base 1.10.0
+ airIndex at Base 1.10.0
+ airIndexClamp at Base 1.10.0
+ airIndexClampULL at Base 1.10.0
+ airIndexULL at Base 1.10.0
+ airInsaneErr at Base 1.10.0
+ airIntPow at Base 1.10.0
+ airIsInf_d at Base 1.10.0
+ airIsInf_f at Base 1.10.0
+ airIsNaN at Base 1.10.0
+ airLog2 at Base 1.10.0
+ airLogBesselI0 at Base 1.10.0
+ airMode3 at Base 1.10.0
+ airMode3_d at Base 1.10.0
+ airMopAdd at Base 1.10.0
+ airMopDebug at Base 1.10.0
+ airMopDone at Base 1.10.0
+ airMopError at Base 1.10.0
+ airMopMem at Base 1.10.0
+ airMopNew at Base 1.10.0
+ airMopOkay at Base 1.10.0
+ airMopPrint at Base 1.10.0
+ airMopSub at Base 1.10.0
+ airMopUnMem at Base 1.10.0
+ airMy32Bit at Base 1.10.0
+ airMyDio at Base 1.10.0
+ airMyEndian at Base 1.10.0
+ airMyFmt_size_t at Base 1.10.0
+ airMyQNaNHiBit at Base 1.10.0
+ airNaN at Base 1.10.0
+ airNoDioErr at Base 1.10.0
+ airNormalRand at Base 1.10.0
+ airNormalRand_r at Base 1.10.0
+ airNull at Base 1.10.0
+ airOneLine at Base 1.10.0
+ airOneLinify at Base 1.10.0
+ airParseStr at Base 1.10.0
+ airParseStrB at Base 1.10.0
+ airParseStrC at Base 1.10.0
+ airParseStrD at Base 1.10.0
+ airParseStrE at Base 1.10.0
+ airParseStrF at Base 1.10.0
+ airParseStrI at Base 1.10.0
+ airParseStrLI at Base 1.10.0
+ airParseStrS at Base 1.10.0
+ airParseStrUI at Base 1.10.0
+ airParseStrZ at Base 1.10.0
+ airRandInt at Base 1.10.0
+ airRandInt_r at Base 1.10.0
+ airRandMTSanity at Base 1.10.0
+ airRandMTStateGlobal at Base 1.10.0
+ airRandMTStateNew at Base 1.10.0
+ airRandMTStateNix at Base 1.10.0
+ airSanity at Base 1.10.0
+ airSetNull at Base 1.10.0
+ airSgn at Base 1.10.0
+ airSgnPow at Base 1.10.0
+ airShuffle at Base 1.10.0
+ airShuffle_r at Base 1.10.0
+ airSinglePrintf at Base 1.10.0
+ airSingleSscanf at Base 1.10.0
+ airSrandMT at Base 1.10.0
+ airSrandMT_r at Base 1.10.0
+ airStrdup at Base 1.10.0
+ airStrlen at Base 1.10.0
+ airStrntok at Base 1.10.0
+ airStrtok at Base 1.10.0
+ airStrtokQuoting at Base 1.10.0
+ airStrtrans at Base 1.10.0
+ airTeemReleaseDate at Base 1.10.0
+ airTeemVersion at Base 1.10.0
+ airThreadBarrierNew at Base 1.10.0
+ airThreadBarrierNix at Base 1.10.0
+ airThreadBarrierWait at Base 1.10.0
+ airThreadCapable at Base 1.10.0
+ airThreadCondBroadcast at Base 1.10.0
+ airThreadCondNew at Base 1.10.0
+ airThreadCondNix at Base 1.10.0
+ airThreadCondSignal at Base 1.10.0
+ airThreadCondWait at Base 1.10.0
+ airThreadJoin at Base 1.10.0
+ airThreadMutexLock at Base 1.10.0
+ airThreadMutexNew at Base 1.10.0
+ airThreadMutexNix at Base 1.10.0
+ airThreadMutexUnlock at Base 1.10.0
+ airThreadNew at Base 1.10.0
+ airThreadNix at Base 1.10.0
+ airThreadNoopWarning at Base 1.10.0
+ airThreadStart at Base 1.10.0
+ airTime at Base 1.10.0
+ airToLower at Base 1.10.0
+ airToUpper at Base 1.10.0
+ airTypeSize at Base 1.10.0
+ airTypeStr at Base 1.10.0
+ airUIrandMT_r at Base 1.10.0
+ airUnescape at Base 1.10.0
+ biffAdd at Base 1.10.0
+ biffCheck at Base 1.10.0
+ biffDone at Base 1.10.0
+ biffGet at Base 1.10.0
+ biffGetDone at Base 1.10.0
+ biffGetStrlen at Base 1.10.0
+ biffMaybeAdd at Base 1.10.0
+ biffMove at Base 1.10.0
+ biffSetStr at Base 1.10.0
+ biffSetStrDone at Base 1.10.0
+ dyeBiffKey at Base 1.10.0
+ dyeColorCopy at Base 1.10.0
+ dyeColorGet at Base 1.10.0
+ dyeColorGetAs at Base 1.10.0
+ dyeColorInit at Base 1.10.0
+ dyeColorNew at Base 1.10.0
+ dyeColorNix at Base 1.10.0
+ dyeColorParse at Base 1.10.0
+ dyeColorSet at Base 1.10.0
+ dyeColorSprintf at Base 1.10.0
+ dyeConvert at Base 1.10.0
+ dyeHSLtoRGB at Base 1.10.0
+ dyeHSVtoRGB at Base 1.10.0
+ dyeIdentity at Base 1.10.0
+ dyeLABtoXYZ at Base 1.10.0
+ dyeLUVtoXYZ at Base 1.10.0
+ dyeLcbrt at Base 1.10.0
+ dyeLcubed at Base 1.10.0
+ dyeRGBtoHSL at Base 1.10.0
+ dyeRGBtoHSV at Base 1.10.0
+ dyeRGBtoXYZ at Base 1.10.0
+ dyeRGBtoXYZMatx at Base 1.10.0
+ dyeSimpleConvert at Base 1.10.0
+ dyeSpaceToStr at Base 1.10.0
+ dyeStrToSpace at Base 1.10.0
+ dyeWhiteXYZ_n at Base 1.10.0
+ dyeWhiteuvp_n at Base 1.10.0
+ dyeXYZtoLAB at Base 1.10.0
+ dyeXYZtoLUV at Base 1.10.0
+ dyeXYZtoRGB at Base 1.10.0
+ dyeXYZtoRGBMatx at Base 1.10.0
+ echoBiffKey at Base 1.10.0
+ echoBoundsGet at Base 1.10.0
+ echoChannelAverage at Base 1.10.0
+ echoColorSet at Base 1.10.0
+ echoCylinderSet at Base 1.10.0
+ echoEnvmapLookup at Base 1.10.0
+ echoGlobalStateNew at Base 1.10.0
+ echoGlobalStateNix at Base 1.10.0
+ echoInstanceSet at Base 1.10.0
+ echoIntxColor at Base 1.10.0
+ echoIntxFuzzify at Base 1.10.0
+ echoIntxLightColor at Base 1.10.0
+ echoIntxMaterialColor at Base 1.10.0
+ echoJitter at Base 1.10.0
+ echoJitterCompute at Base 1.10.0
+ echoLightColor at Base 1.10.0
+ echoLightPosition at Base 1.10.0
+ echoListAdd at Base 1.10.0
+ echoListSplit3 at Base 1.10.0
+ echoListSplit at Base 1.10.0
+ echoMatter at Base 1.10.0
+ echoMatterGlassSet at Base 1.10.0
+ echoMatterLightSet at Base 1.10.0
+ echoMatterMetalSet at Base 1.10.0
+ echoMatterPhongSet at Base 1.10.0
+ echoMatterTextureSet at Base 1.10.0
+ echoObjectAdd at Base 1.10.0
+ echoObjectHasMatter at Base 1.10.0
+ echoObjectNew at Base 1.10.0
+ echoObjectNix at Base 1.10.0
+ echoRTParmNew at Base 1.10.0
+ echoRTParmNix at Base 1.10.0
+ echoRTRender at Base 1.10.0
+ echoRTRenderCheck at Base 1.10.0
+ echoRayColor at Base 1.10.0
+ echoRayIntx at Base 1.10.0
+ echoRectangleSet at Base 1.10.0
+ echoRoughSphereNew at Base 1.10.0
+ echoSceneNew at Base 1.10.0
+ echoSceneNix at Base 1.10.0
+ echoSphereSet at Base 1.10.0
+ echoSuperquadSet at Base 1.10.0
+ echoTextureLookup at Base 1.10.0
+ echoThreadStateInit at Base 1.10.0
+ echoThreadStateNew at Base 1.10.0
+ echoThreadStateNix at Base 1.10.0
+ echoTriMeshSet at Base 1.10.0
+ echoTriangleSet at Base 1.10.0
+ echoType at Base 1.10.0
+ ell_3m_1d_nullspace_d at Base 1.10.0
+ ell_3m_2d_nullspace_d at Base 1.10.0
+ ell_3m_det_d at Base 1.10.0
+ ell_3m_det_f at Base 1.10.0
+ ell_3m_eigensolve_d at Base 1.10.0
+ ell_3m_eigenvalues_d at Base 1.10.0
+ ell_3m_inv_d at Base 1.10.0
+ ell_3m_inv_f at Base 1.10.0
+ ell_3m_mul_d at Base 1.10.0
+ ell_3m_mul_f at Base 1.10.0
+ ell_3m_post_mul_d at Base 1.10.0
+ ell_3m_post_mul_f at Base 1.10.0
+ ell_3m_pre_mul_d at Base 1.10.0
+ ell_3m_pre_mul_f at Base 1.10.0
+ ell_3m_print_d at Base 1.10.0
+ ell_3m_print_f at Base 1.10.0
+ ell_3m_rotate_between_d at Base 1.10.0
+ ell_3m_svd_d at Base 1.10.0
+ ell_3m_to_aa_d at Base 1.10.0
+ ell_3m_to_aa_f at Base 1.10.0
+ ell_3m_to_q_d at Base 1.10.0
+ ell_3m_to_q_f at Base 1.10.0
+ ell_3mv_mul_d at Base 1.10.0
+ ell_3mv_mul_f at Base 1.10.0
+ ell_3v_angle_d at Base 1.10.0
+ ell_3v_angle_f at Base 1.10.0
+ ell_3v_perp_d at Base 1.10.0
+ ell_3v_perp_f at Base 1.10.0
+ ell_3v_print_d at Base 1.10.0
+ ell_3v_print_f at Base 1.10.0
+ ell_4m_det_d at Base 1.10.0
+ ell_4m_det_f at Base 1.10.0
+ ell_4m_inv_d at Base 1.10.0
+ ell_4m_inv_f at Base 1.10.0
+ ell_4m_mul_d at Base 1.10.0
+ ell_4m_mul_f at Base 1.10.0
+ ell_4m_post_mul_d at Base 1.10.0
+ ell_4m_post_mul_f at Base 1.10.0
+ ell_4m_pre_mMul_d at Base 1.10.0
+ ell_4m_pre_mul_f at Base 1.10.0
+ ell_4m_print_d at Base 1.10.0
+ ell_4m_print_f at Base 1.10.0
+ ell_4m_to_aa_d at Base 1.10.0
+ ell_4m_to_aa_f at Base 1.10.0
+ ell_4m_to_q_d at Base 1.10.0
+ ell_4m_to_q_f at Base 1.10.0
+ ell_4mv_mul_d at Base 1.10.0
+ ell_4mv_mul_f at Base 1.10.0
+ ell_4v_print_d at Base 1.10.0
+ ell_4v_print_f at Base 1.10.0
+ ell_6m_mul_d at Base 1.10.0
+ ell_6ms_eigensolve_d at Base 1.10.0
+ ell_Nm_check at Base 1.10.0
+ ell_Nm_inv at Base 1.10.0
+ ell_Nm_mul at Base 1.10.0
+ ell_Nm_pseudo_inv at Base 1.10.0
+ ell_Nm_tran at Base 1.10.0
+ ell_Nm_wght_pseudo_inv at Base 1.10.0
+ ell_aa_to_3m_d at Base 1.10.0
+ ell_aa_to_3m_f at Base 1.10.0
+ ell_aa_to_4m_d at Base 1.10.0
+ ell_aa_to_4m_f at Base 1.10.0
+ ell_aa_to_q_d at Base 1.10.0
+ ell_aa_to_q_f at Base 1.10.0
+ ell_biff_key at Base 1.10.0
+ ell_cubic at Base 1.10.0
+ ell_cubic_root at Base 1.10.0
+ ell_debug at Base 1.10.0
+ ell_q_3v_rotate_d at Base 1.10.0
+ ell_q_3v_rotate_f at Base 1.10.0
+ ell_q_4v_rotate_d at Base 1.10.0
+ ell_q_4v_rotate_f at Base 1.10.0
+ ell_q_avg4_d at Base 1.10.0
+ ell_q_avgN_d at Base 1.10.0
+ ell_q_div_d at Base 1.10.0
+ ell_q_div_f at Base 1.10.0
+ ell_q_exp_d at Base 1.10.0
+ ell_q_exp_f at Base 1.10.0
+ ell_q_inv_d at Base 1.10.0
+ ell_q_inv_f at Base 1.10.0
+ ell_q_log_d at Base 1.10.0
+ ell_q_log_f at Base 1.10.0
+ ell_q_mul_d at Base 1.10.0
+ ell_q_mul_f at Base 1.10.0
+ ell_q_pow_d at Base 1.10.0
+ ell_q_pow_f at Base 1.10.0
+ ell_q_to_3m_d at Base 1.10.0
+ ell_q_to_3m_f at Base 1.10.0
+ ell_q_to_4m_d at Base 1.10.0
+ ell_q_to_4m_f at Base 1.10.0
+ ell_q_to_aa_d at Base 1.10.0
+ ell_q_to_aa_f at Base 1.10.0
+ gageAnswerLength at Base 1.10.0
+ gageAnswerPointer at Base 1.10.0
+ gageBiffKey at Base 1.10.0
+ gageContextCopy at Base 1.10.0
+ gageContextNew at Base 1.10.0
+ gageContextNix at Base 1.10.0
+ gageDeconvolve at Base 1.10.0
+ gageDefCheckIntegrals at Base 1.10.0
+ gageDefCurvNormalSide at Base 1.10.0
+ gageDefDefaultCenter at Base 1.10.0
+ gageDefDefaultSpacing at Base 1.10.0
+ gageDefGradMagCurvMin at Base 1.10.0
+ gageDefK3Pack at Base 1.10.0
+ gageDefKernelIntegralNearZero at Base 1.10.0
+ gageDefRenormalize at Base 1.10.0
+ gageDefRequireAllSpacings at Base 1.10.0
+ gageDefRequireEqualCenters at Base 1.10.0
+ gageDefStackRenormalize at Base 1.10.0
+ gageDefStackUse at Base 1.10.0
+ gageDefVerbose at Base 1.10.0
+ gageErr at Base 1.10.0
+ gageErrNum at Base 1.10.0
+ gageErrStr at Base 1.10.0
+ gageItemSpecInit at Base 1.10.0
+ gageItemSpecNew at Base 1.10.0
+ gageItemSpecNix at Base 1.10.0
+ gageIv3Fill at Base 1.10.0
+ gageKernel at Base 1.10.0
+ gageKernelReset at Base 1.10.0
+ gageKernelSet at Base 1.10.0
+ gageKindAnswerLength at Base 1.10.0
+ gageKindAnswerOffset at Base 1.10.0
+ gageKindCheck at Base 1.10.0
+ gageKindScl at Base 1.10.0
+ gageKindTotalAnswerLength at Base 1.10.0
+ gageKindVec at Base 1.10.0
+ gageKindVolumeCheck at Base 1.10.0
+ gageParmReset at Base 1.10.0
+ gageParmSet at Base 1.10.0
+ gagePerVolumeAttach at Base 1.10.0
+ gagePerVolumeDetach at Base 1.10.0
+ gagePerVolumeIsAttached at Base 1.10.0
+ gagePerVolumeNew at Base 1.10.0
+ gagePerVolumeNix at Base 1.10.0
+ gagePointReset at Base 1.10.0
+ gageProbe at Base 1.10.0
+ gageProbeSpace at Base 1.10.0
+ gageQueryAdd at Base 1.10.0
+ gageQueryItemOn at Base 1.10.0
+ gageQueryPrint at Base 1.10.0
+ gageQueryReset at Base 1.10.0
+ gageQuerySet at Base 1.10.0
+ gageScl3PFilter2 at Base 1.10.0
+ gageScl3PFilter4 at Base 1.10.0
+ gageScl3PFilter6 at Base 1.10.0
+ gageScl3PFilter8 at Base 1.10.0
+ gageScl3PFilterN at Base 1.10.0
+ gageScl at Base 1.10.0
+ gageShapeBoundingBox at Base 1.10.0
+ gageShapeCopy at Base 1.10.0
+ gageShapeEqual at Base 1.10.0
+ gageShapeItoW at Base 1.10.0
+ gageShapeNew at Base 1.10.0
+ gageShapeNix at Base 1.10.0
+ gageShapeReset at Base 1.10.0
+ gageShapeSet at Base 1.10.0
+ gageShapeWtoI at Base 1.10.0
+ gageSigOfTau at Base 1.10.0
+ gageStackBlur at Base 1.10.0
+ gageStackPerVolumeAttach at Base 1.10.0
+ gageStackPerVolumeNew at Base 1.10.0
+ gageStackProbe at Base 1.10.0
+ gageStackProbeSpace at Base 1.10.0
+ gageStructureTensor at Base 1.10.0
+ gageTauOfSig at Base 1.10.0
+ gageTauOfTee at Base 1.10.0
+ gageTeeOfTau at Base 1.10.0
+ gageUpdate at Base 1.10.0
+ gageVec at Base 1.10.0
+ gageVolumeCheck at Base 1.10.0
+ gageZeroNormal at Base 1.10.0
+ gage_imaginary_part_eigenvalues at Base 1.10.0
+ hestCleverPluralizeOtherY at Base 1.10.0
+ hestColumns at Base 1.10.0
+ hestElideMultipleEmptyStringDefault at Base 1.10.0
+ hestElideMultipleNonExistFloatDefault at Base 1.10.0
+ hestElideSingleEmptyStringDefault at Base 1.10.0
+ hestElideSingleEnumType at Base 1.10.0
+ hestElideSingleNonExistFloatDefault at Base 1.10.0
+ hestElideSingleOtherDefault at Base 1.10.0
+ hestElideSingleOtherType at Base 1.10.0
+ hestGlossary at Base 1.10.0
+ hestGreedySingleString at Base 1.10.0
+ hestInfo at Base 1.10.0
+ hestMinNumArgs at Base 1.10.0
+ hestMultiFlagSep at Base 1.10.0
+ hestOptAdd at Base 1.10.0
+ hestOptCheck at Base 1.10.0
+ hestOptFree at Base 1.10.0
+ hestParmFree at Base 1.10.0
+ hestParmNew at Base 1.10.0
+ hestParse at Base 1.10.0
+ hestParseFree at Base 1.10.0
+ hestParseOrDie at Base 1.10.0
+ hestRespFileComment at Base 1.10.0
+ hestRespFileEnable at Base 1.10.0
+ hestRespFileFlag at Base 1.10.0
+ hestUsage at Base 1.10.0
+ hestVarParamStopFlag at Base 1.10.0
+ hestVerbosity at Base 1.10.0
+ hooverBiffKey at Base 1.10.0
+ hooverContextCheck at Base 1.10.0
+ hooverContextNew at Base 1.10.0
+ hooverContextNix at Base 1.10.0
+ hooverDefImgCentering at Base 1.10.0
+ hooverDefVolCentering at Base 1.10.0
+ hooverErr at Base 1.10.0
+ hooverRender at Base 1.10.0
+ hooverStubRayBegin at Base 1.10.0
+ hooverStubRayEnd at Base 1.10.0
+ hooverStubRenderBegin at Base 1.10.0
+ hooverStubRenderEnd at Base 1.10.0
+ hooverStubSample at Base 1.10.0
+ hooverStubThreadBegin at Base 1.10.0
+ hooverStubThreadEnd at Base 1.10.0
+ limnBiffKey at Base 1.10.0
+ limnCameraAspectSet at Base 1.10.0
+ limnCameraInit at Base 1.10.0
+ limnCameraNew at Base 1.10.0
+ limnCameraNix at Base 1.10.0
+ limnCameraPathMake at Base 1.10.0
+ limnCameraPathTrack at Base 1.10.0
+ limnCameraUpdate at Base 1.10.0
+ limnDefCameraAtRelative at Base 1.10.0
+ limnDefCameraOrthographic at Base 1.10.0
+ limnDefCameraRightHanded at Base 1.10.0
+ limnEnvMapCheck at Base 1.10.0
+ limnEnvMapFill at Base 1.10.0
+ limnHestCameraOptAdd at Base 1.10.0
+ limnHestPolyDataLMPD at Base 1.10.0
+ limnHestPolyDataOFF at Base 1.10.0
+ limnHestSpline at Base 1.10.0
+ limnHestSplineTypeSpec at Base 1.10.0
+ limnLightAmbientSet at Base 1.10.0
+ limnLightDiffuseCB at Base 1.10.0
+ limnLightNew at Base 1.10.0
+ limnLightNix at Base 1.10.0
+ limnLightReset at Base 1.10.0
+ limnLightSet at Base 1.10.0
+ limnLightSwitch at Base 1.10.0
+ limnLightUpdate at Base 1.10.0
+ limnObjectConeAdd at Base 1.10.0
+ limnObjectCubeAdd at Base 1.10.0
+ limnObjectCylinderAdd at Base 1.10.0
+ limnObjectDepthSortFaces at Base 1.10.0
+ limnObjectDepthSortParts at Base 1.10.0
+ limnObjectDescribe at Base 1.10.0
+ limnObjectEdgeAdd at Base 1.10.0
+ limnObjectEmpty at Base 1.10.0
+ limnObjectFaceAdd at Base 1.10.0
+ limnObjectFaceNormals at Base 1.10.0
+ limnObjectFaceNumPreSet at Base 1.10.0
+ limnObjectFaceReverse at Base 1.10.0
+ limnObjectLookAdd at Base 1.10.0
+ limnObjectNew at Base 1.10.0
+ limnObjectNix at Base 1.10.0
+ limnObjectPSDraw at Base 1.10.0
+ limnObjectPSDrawConcave at Base 1.10.0
+ limnObjectPartAdd at Base 1.10.0
+ limnObjectPartTransform at Base 1.10.0
+ limnObjectPolarSphereAdd at Base 1.10.0
+ limnObjectPolarSuperquadAdd at Base 1.10.0
+ limnObjectPreSet at Base 1.10.0
+ limnObjectReadOFF at Base 1.10.0
+ limnObjectRender at Base 1.10.0
+ limnObjectSpaceTransform at Base 1.10.0
+ limnObjectSquareAdd at Base 1.10.0
+ limnObjectVertexAdd at Base 1.10.0
+ limnObjectVertexNormals at Base 1.10.0
+ limnObjectVertexNumPreSet at Base 1.10.0
+ limnObjectWorldHomog at Base 1.10.0
+ limnObjectWriteOFF at Base 1.10.0
+ limnPolyDataAlloc at Base 1.10.0
+ limnPolyDataCCFind at Base 1.10.0
+ limnPolyDataClip at Base 1.10.0
+ limnPolyDataColorSet at Base 1.10.0
+ limnPolyDataCone at Base 1.10.0
+ limnPolyDataCopy at Base 1.10.0
+ limnPolyDataCopyN at Base 1.10.0
+ limnPolyDataCube at Base 1.10.0
+ limnPolyDataCylinder at Base 1.10.0
+ limnPolyDataInfo at Base 1.10.0
+ limnPolyDataInfoBitFlag at Base 1.10.0
+ limnPolyDataNew at Base 1.10.0
+ limnPolyDataNix at Base 1.10.0
+ limnPolyDataPlane at Base 1.10.0
+ limnPolyDataPolarSphere at Base 1.10.0
+ limnPolyDataPolygonNumber at Base 1.10.0
+ limnPolyDataPrimitiveArea at Base 1.10.0
+ limnPolyDataPrimitiveSelect at Base 1.10.0
+ limnPolyDataPrimitiveSort at Base 1.10.0
+ limnPolyDataPrimitiveTypes at Base 1.10.0
+ limnPolyDataPrimitiveVertexNumber at Base 1.10.0
+ limnPolyDataRasterize at Base 1.10.0
+ limnPolyDataReadLMPD at Base 1.10.0
+ limnPolyDataReadOFF at Base 1.10.0
+ limnPolyDataSave at Base 1.10.0
+ limnPolyDataSize at Base 1.10.0
+ limnPolyDataSpiralSphere at Base 1.10.0
+ limnPolyDataSpiralSuperquadric at Base 1.10.0
+ limnPolyDataSpiralTubeWrap at Base 1.10.0
+ limnPolyDataSuperquadric at Base 1.10.0
+ limnPolyDataTransform_d at Base 1.10.0
+ limnPolyDataTransform_f at Base 1.10.0
+ limnPolyDataVertexNormals at Base 1.10.0
+ limnPolyDataVertexWindingFix at Base 1.10.0
+ limnPolyDataVertexWindingFlip at Base 1.10.0
+ limnPolyDataWriteIV at Base 1.10.0
+ limnPolyDataWriteLMPD at Base 1.10.0
+ limnPolyDataWriteVTK at Base 1.10.0
+ limnPrimitive at Base 1.10.0
+ limnQNBins at Base 1.10.0
+ limnQNtoV_d at Base 1.10.0
+ limnQNtoV_f at Base 1.10.0
+ limnSpace at Base 1.10.0
+ limnSplineBCSet at Base 1.10.0
+ limnSplineCleverNew at Base 1.10.0
+ limnSplineEvaluate at Base 1.10.0
+ limnSplineInfo at Base 1.10.0
+ limnSplineInfoSize at Base 1.10.0
+ limnSplineMaxT at Base 1.10.0
+ limnSplineMinT at Base 1.10.0
+ limnSplineNew at Base 1.10.0
+ limnSplineNix at Base 1.10.0
+ limnSplineNrrdCleverFix at Base 1.10.0
+ limnSplineNrrdEvaluate at Base 1.10.0
+ limnSplineNumPoints at Base 1.10.0
+ limnSplineParse at Base 1.10.0
+ limnSplineSample at Base 1.10.0
+ limnSplineType at Base 1.10.0
+ limnSplineTypeHasImplicitTangents at Base 1.10.0
+ limnSplineTypeSpecNew at Base 1.10.0
+ limnSplineTypeSpecNix at Base 1.10.0
+ limnSplineTypeSpecParse at Base 1.10.0
+ limnSplineUpdate at Base 1.10.0
+ limnVtoQN_d at Base 1.10.0
+ limnVtoQN_f at Base 1.10.0
+ limnWindowNew at Base 1.10.0
+ limnWindowNix at Base 1.10.0
+ miteBiffKey at Base 1.10.0
+ miteDefNormalSide at Base 1.10.0
+ miteDefOpacMatters at Base 1.10.0
+ miteDefOpacNear1 at Base 1.10.0
+ miteDefRefStep at Base 1.10.0
+ miteDefRenorm at Base 1.10.0
+ miteNtxfCheck at Base 1.10.0
+ miteQueryAdd at Base 1.10.0
+ miteRangeChar at Base 1.10.0
+ miteRayBegin at Base 1.10.0
+ miteRayEnd at Base 1.10.0
+ miteRenderBegin at Base 1.10.0
+ miteRenderEnd at Base 1.10.0
+ miteSample at Base 1.10.0
+ miteShadeSpecNew at Base 1.10.0
+ miteShadeSpecNix at Base 1.10.0
+ miteShadeSpecParse at Base 1.10.0
+ miteShadeSpecPrint at Base 1.10.0
+ miteShadeSpecQueryAdd at Base 1.10.0
+ miteStageOp at Base 1.10.0
+ miteThreadBegin at Base 1.10.0
+ miteThreadEnd at Base 1.10.0
+ miteThreadNew at Base 1.10.0
+ miteThreadNix at Base 1.10.0
+ miteUserNew at Base 1.10.0
+ miteUserNix at Base 1.10.0
+ miteVal at Base 1.10.0
+ miteValGageKind at Base 1.10.0
+ miteVariableParse at Base 1.10.0
+ miteVariablePrint at Base 1.10.0
+ nrrd1DIrregAclCheck at Base 1.10.0
+ nrrd1DIrregAclGenerate at Base 1.10.0
+ nrrd1DIrregMapCheck at Base 1.10.0
+ nrrdAlloc_nva at Base 1.10.0
+ nrrdAlloc_va at Base 1.10.0
+ nrrdApply1DIrregMap at Base 1.10.0
+ nrrdApply1DLut at Base 1.10.0
+ nrrdApply1DRegMap at Base 1.10.0
+ nrrdApply1DSubstitution at Base 1.10.0
+ nrrdApply2DLut at Base 1.10.0
+ nrrdApplyMulti1DLut at Base 1.10.0
+ nrrdApplyMulti1DRegMap at Base 1.10.0
+ nrrdArithBinaryOp at Base 1.10.0
+ nrrdArithGamma at Base 1.10.0
+ nrrdArithIterBinaryOp at Base 1.10.0
+ nrrdArithIterTernaryOp at Base 1.10.0
+ nrrdArithTernaryOp at Base 1.10.0
+ nrrdArithUnaryOp at Base 1.10.0
+ nrrdAxesDelete at Base 1.10.0
+ nrrdAxesInsert at Base 1.10.0
+ nrrdAxesMerge at Base 1.10.0
+ nrrdAxesPermute at Base 1.10.0
+ nrrdAxesSplit at Base 1.10.0
+ nrrdAxesSwap at Base 1.10.0
+ nrrdAxisInfoCopy at Base 1.10.0
+ nrrdAxisInfoGet_nva at Base 1.10.0
+ nrrdAxisInfoGet_va at Base 1.10.0
+ nrrdAxisInfoIdx at Base 1.10.0
+ nrrdAxisInfoIdxRange at Base 1.10.0
+ nrrdAxisInfoMinMaxSet at Base 1.10.0
+ nrrdAxisInfoPos at Base 1.10.0
+ nrrdAxisInfoPosRange at Base 1.10.0
+ nrrdAxisInfoSet_nva at Base 1.10.0
+ nrrdAxisInfoSet_va at Base 1.10.0
+ nrrdAxisInfoSpacingSet at Base 1.10.0
+ nrrdBasicInfoCopy at Base 1.10.0
+ nrrdBasicInfoInit at Base 1.10.0
+ nrrdBiffKey at Base 1.10.0
+ nrrdBinaryOp at Base 1.10.0
+ nrrdBlock at Base 1.10.0
+ nrrdBoundary at Base 1.10.0
+ nrrdByteSkip at Base 1.10.0
+ nrrdCCAdjacency at Base 1.10.0
+ nrrdCCFind at Base 1.10.0
+ nrrdCCMax at Base 1.10.0
+ nrrdCCMerge at Base 1.10.0
+ nrrdCCNum at Base 1.10.0
+ nrrdCCRevalue at Base 1.10.0
+ nrrdCCSettle at Base 1.10.0
+ nrrdCCSize at Base 1.10.0
+ nrrdCCValid at Base 1.10.0
+ nrrdCenter at Base 1.10.0
+ nrrdCheapMedian at Base 1.10.0
+ nrrdCheck at Base 1.10.0
+ nrrdClampConvert at Base 1.10.0
+ nrrdCommentAdd at Base 1.10.0
+ nrrdCommentClear at Base 1.10.0
+ nrrdCommentCopy at Base 1.10.0
+ nrrdContentSet_va at Base 1.10.0
+ nrrdConvert at Base 1.10.0
+ nrrdCopy at Base 1.10.0
+ nrrdCrop at Base 1.10.0
+ nrrdDClamp at Base 1.10.0
+ nrrdDInsert at Base 1.10.0
+ nrrdDLoad at Base 1.10.0
+ nrrdDLookup at Base 1.10.0
+ nrrdDStore at Base 1.10.0
+ nrrdDefaultCenter at Base 1.10.0
+ nrrdDefaultGetenv at Base 1.10.0
+ nrrdDefaultKernelParm0 at Base 1.10.0
+ nrrdDefaultResampleBoundary at Base 1.10.0
+ nrrdDefaultResampleCheap at Base 1.10.0
+ nrrdDefaultResampleClamp at Base 1.10.0
+ nrrdDefaultResamplePadValue at Base 1.10.0
+ nrrdDefaultResampleRenormalize at Base 1.10.0
+ nrrdDefaultResampleRound at Base 1.10.0
+ nrrdDefaultResampleType at Base 1.10.0
+ nrrdDefaultSpacing at Base 1.10.0
+ nrrdDefaultWriteBareText at Base 1.10.0
+ nrrdDefaultWriteCharsPerLine at Base 1.10.0
+ nrrdDefaultWriteEncodingType at Base 1.10.0
+ nrrdDefaultWriteValsPerLine at Base 1.10.0
+ nrrdDescribe at Base 1.10.0
+ nrrdDistanceL2 at Base 1.10.0
+ nrrdDistanceL2Signed at Base 1.10.0
+ nrrdDomainAxesGet at Base 1.10.0
+ nrrdElementNumber at Base 1.10.0
+ nrrdElementSize at Base 1.10.0
+ nrrdEmpty at Base 1.10.0
+ nrrdEncodingArray at Base 1.10.0
+ nrrdEncodingAscii at Base 1.10.0
+ nrrdEncodingBzip2 at Base 1.10.0
+ nrrdEncodingGzip at Base 1.10.0
+ nrrdEncodingHex at Base 1.10.0
+ nrrdEncodingRaw at Base 1.10.0
+ nrrdEncodingType at Base 1.10.0
+ nrrdEncodingUnknown at Base 1.10.0
+ nrrdEnvVarDefaultCenter at Base 1.10.0
+ nrrdEnvVarDefaultCenterOld at Base 1.10.0
+ nrrdEnvVarDefaultKernelParm0 at Base 1.10.0
+ nrrdEnvVarDefaultSpacing at Base 1.10.0
+ nrrdEnvVarDefaultWriteBareText at Base 1.10.0
+ nrrdEnvVarDefaultWriteBareTextOld at Base 1.10.0
+ nrrdEnvVarDefaultWriteCharsPerLine at Base 1.10.0
+ nrrdEnvVarDefaultWriteEncodingType at Base 1.10.0
+ nrrdEnvVarDefaultWriteValsPerLine at Base 1.10.0
+ nrrdEnvVarStateAlwaysSetContent at Base 1.10.0
+ nrrdEnvVarStateBlind8BitRange at Base 1.10.0
+ nrrdEnvVarStateDisableContent at Base 1.10.0
+ nrrdEnvVarStateGrayscaleImage3D at Base 1.10.0
+ nrrdEnvVarStateKeyValuePairsPropagate at Base 1.10.0
+ nrrdEnvVarStateKindNoop at Base 1.10.0
+ nrrdEnvVarStateMeasureHistoType at Base 1.10.0
+ nrrdEnvVarStateMeasureModeBins at Base 1.10.0
+ nrrdEnvVarStateMeasureType at Base 1.10.0
+ nrrdEnvVarStateVerboseIO at Base 1.10.0
+ nrrdFClamp at Base 1.10.0
+ nrrdFInsert at Base 1.10.0
+ nrrdFLoad at Base 1.10.0
+ nrrdFLookup at Base 1.10.0
+ nrrdFStore at Base 1.10.0
+ nrrdField at Base 1.10.0
+ nrrdFieldInfoParse at Base 1.10.0
+ nrrdFlip at Base 1.10.0
+ nrrdFormatArray at Base 1.10.0
+ nrrdFormatEPS at Base 1.10.0
+ nrrdFormatNRRD at Base 1.10.0
+ nrrdFormatPNG at Base 1.10.0
+ nrrdFormatPNM at Base 1.10.0
+ nrrdFormatText at Base 1.10.0
+ nrrdFormatType at Base 1.10.0
+ nrrdFormatUnknown at Base 1.10.0
+ nrrdFormatVTK at Base 1.10.0
+ nrrdFprint at Base 1.10.0
+ nrrdGetenvBool at Base 1.10.0
+ nrrdGetenvDouble at Base 1.10.0
+ nrrdGetenvEnum at Base 1.10.0
+ nrrdGetenvInt at Base 1.10.0
+ nrrdGetenvUInt at Base 1.10.0
+ nrrdHasNonExist at Base 1.10.0
+ nrrdHestIter at Base 1.10.0
+ nrrdHestKernelSpec at Base 1.10.0
+ nrrdHestNrrd at Base 1.10.0
+ nrrdHisto at Base 1.10.0
+ nrrdHistoAxis at Base 1.10.0
+ nrrdHistoCheck at Base 1.10.0
+ nrrdHistoDraw at Base 1.10.0
+ nrrdHistoEq at Base 1.10.0
+ nrrdHistoJoint at Base 1.10.0
+ nrrdHistoThresholdOtsu at Base 1.10.0
+ nrrdIInsert at Base 1.10.0
+ nrrdILoad at Base 1.10.0
+ nrrdILookup at Base 1.10.0
+ nrrdIStore at Base 1.10.0
+ nrrdInit at Base 1.10.0
+ nrrdInset at Base 1.10.0
+ nrrdInvertPerm at Base 1.10.0
+ nrrdIoStateDataFileIterBegin at Base 1.10.0
+ nrrdIoStateDataFileIterNext at Base 1.10.0
+ nrrdIoStateEncodingGet at Base 1.10.0
+ nrrdIoStateEncodingSet at Base 1.10.0
+ nrrdIoStateFormatGet at Base 1.10.0
+ nrrdIoStateFormatSet at Base 1.10.0
+ nrrdIoStateGet at Base 1.10.0
+ nrrdIoStateInit at Base 1.10.0
+ nrrdIoStateNew at Base 1.10.0
+ nrrdIoStateNix at Base 1.10.0
+ nrrdIoStateSet at Base 1.10.0
+ nrrdIterContent at Base 1.10.0
+ nrrdIterNew at Base 1.10.0
+ nrrdIterNix at Base 1.10.0
+ nrrdIterSetNrrd at Base 1.10.0
+ nrrdIterSetOwnNrrd at Base 1.10.0
+ nrrdIterSetValue at Base 1.10.0
+ nrrdIterValue at Base 1.10.0
+ nrrdJoin at Base 1.10.0
+ nrrdKernelAQuartic at Base 1.10.0
+ nrrdKernelAQuarticD at Base 1.10.0
+ nrrdKernelAQuarticDD at Base 1.10.0
+ nrrdKernelBCCubic at Base 1.10.0
+ nrrdKernelBCCubicD at Base 1.10.0
+ nrrdKernelBCCubicDD at Base 1.10.0
+ nrrdKernelBlackman at Base 1.10.0
+ nrrdKernelBlackmanD at Base 1.10.0
+ nrrdKernelBlackmanDD at Base 1.10.0
+ nrrdKernelBox at Base 1.10.0
+ nrrdKernelC3Quintic at Base 1.10.0
+ nrrdKernelC3QuinticD at Base 1.10.0
+ nrrdKernelC3QuinticDD at Base 1.10.0
+ nrrdKernelC4Hexic at Base 1.10.0
+ nrrdKernelC4HexicD at Base 1.10.0
+ nrrdKernelC4HexicDD at Base 1.10.0
+ nrrdKernelCentDiff at Base 1.10.0
+ nrrdKernelCheap at Base 1.10.0
+ nrrdKernelDiscreteGaussian at Base 1.10.0
+ nrrdKernelForwDiff at Base 1.10.0
+ nrrdKernelGaussian at Base 1.10.0
+ nrrdKernelGaussianD at Base 1.10.0
+ nrrdKernelGaussianDD at Base 1.10.0
+ nrrdKernelHann at Base 1.10.0
+ nrrdKernelHannD at Base 1.10.0
+ nrrdKernelHannDD at Base 1.10.0
+ nrrdKernelHermiteFlag at Base 1.10.0
+ nrrdKernelParmSet at Base 1.10.0
+ nrrdKernelParse at Base 1.10.0
+ nrrdKernelSpecCopy at Base 1.10.0
+ nrrdKernelSpecNew at Base 1.10.0
+ nrrdKernelSpecNix at Base 1.10.0
+ nrrdKernelSpecParse at Base 1.10.0
+ nrrdKernelSpecSet at Base 1.10.0
+ nrrdKernelSpecSprint at Base 1.10.0
+ nrrdKernelTMF at Base 1.10.0
+ nrrdKernelTMF_maxA at Base 1.10.0
+ nrrdKernelTMF_maxC at Base 1.10.0
+ nrrdKernelTMF_maxD at Base 1.10.0
+ nrrdKernelTent at Base 1.10.0
+ nrrdKernelZero at Base 1.10.0
+ nrrdKeyValueAdd at Base 1.10.0
+ nrrdKeyValueClear at Base 1.10.0
+ nrrdKeyValueCopy at Base 1.10.0
+ nrrdKeyValueErase at Base 1.10.0
+ nrrdKeyValueGet at Base 1.10.0
+ nrrdKeyValueIndex at Base 1.10.0
+ nrrdKeyValueSize at Base 1.10.0
+ nrrdKind at Base 1.10.0
+ nrrdKindIsDomain at Base 1.10.0
+ nrrdKindSize at Base 1.10.0
+ nrrdLineSkip at Base 1.10.0
+ nrrdLoad at Base 1.10.0
+ nrrdMaybeAlloc_nva at Base 1.10.0
+ nrrdMaybeAlloc_va at Base 1.10.0
+ nrrdMeasure at Base 1.10.0
+ nrrdMeasureLine at Base 1.10.0
+ nrrdMinMaxExactFind at Base 1.10.0
+ nrrdNew at Base 1.10.0
+ nrrdNix at Base 1.10.0
+ nrrdNonSpatialAxesGet at Base 1.10.0
+ nrrdNuke at Base 1.10.0
+ nrrdOrientationReduce at Base 1.10.0
+ nrrdOriginCalculate at Base 1.10.0
+ nrrdPGM at Base 1.10.0
+ nrrdPPM at Base 1.10.0
+ nrrdPad_nva at Base 1.10.0
+ nrrdPad_va at Base 1.10.0
+ nrrdProject at Base 1.10.0
+ nrrdQuantize at Base 1.10.0
+ nrrdRangeAxesGet at Base 1.10.0
+ nrrdRangeCopy at Base 1.10.0
+ nrrdRangeNew at Base 1.10.0
+ nrrdRangeNewSet at Base 1.10.0
+ nrrdRangeNix at Base 1.10.0
+ nrrdRangeReset at Base 1.10.0
+ nrrdRangeSafeSet at Base 1.10.0
+ nrrdRangeSet at Base 1.10.0
+ nrrdRead at Base 1.10.0
+ nrrdResampleBoundarySet at Base 1.10.0
+ nrrdResampleClampSet at Base 1.10.0
+ nrrdResampleContextInit at Base 1.10.0
+ nrrdResampleContextNew at Base 1.10.0
+ nrrdResampleContextNix at Base 1.10.0
+ nrrdResampleDefaultCenterSet at Base 1.10.0
+ nrrdResampleExecute at Base 1.10.0
+ nrrdResampleInfoNew at Base 1.10.0
+ nrrdResampleInfoNix at Base 1.10.0
+ nrrdResampleKernelSet at Base 1.10.0
+ nrrdResampleNrrdSet at Base 1.10.0
+ nrrdResamplePadValueSet at Base 1.10.0
+ nrrdResampleRangeFullSet at Base 1.10.0
+ nrrdResampleRangeSet at Base 1.10.0
+ nrrdResampleRenormalizeSet at Base 1.10.0
+ nrrdResampleRoundSet at Base 1.10.0
+ nrrdResampleSamplesSet at Base 1.10.0
+ nrrdResampleTypeOutSet at Base 1.10.0
+ nrrdReshape_nva at Base 1.10.0
+ nrrdReshape_va at Base 1.10.0
+ nrrdSameSize at Base 1.10.0
+ nrrdSample_nva at Base 1.10.0
+ nrrdSample_va at Base 1.10.0
+ nrrdSanity at Base 1.10.0
+ nrrdSave at Base 1.10.0
+ nrrdSaveMulti at Base 1.10.0
+ nrrdShuffle at Base 1.10.0
+ nrrdSimpleCrop at Base 1.10.0
+ nrrdSimplePad_nva at Base 1.10.0
+ nrrdSimplePad_va at Base 1.10.0
+ nrrdSimpleResample at Base 1.10.0
+ nrrdSlice at Base 1.10.0
+ nrrdSpace at Base 1.10.0
+ nrrdSpaceDimension at Base 1.10.0
+ nrrdSpaceDimensionSet at Base 1.10.0
+ nrrdSpaceOriginGet at Base 1.10.0
+ nrrdSpaceOriginSet at Base 1.10.0
+ nrrdSpaceSet at Base 1.10.0
+ nrrdSpaceVecCopy at Base 1.10.0
+ nrrdSpaceVecNorm at Base 1.10.0
+ nrrdSpaceVecScale at Base 1.10.0
+ nrrdSpaceVecScaleAdd2 at Base 1.10.0
+ nrrdSpaceVecSetNaN at Base 1.10.0
+ nrrdSpacingCalculate at Base 1.10.0
+ nrrdSpatialAxesGet at Base 1.10.0
+ nrrdSpatialResample at Base 1.10.0
+ nrrdSplice at Base 1.10.0
+ nrrdSprint at Base 1.10.0
+ nrrdStateAlwaysSetContent at Base 1.10.0
+ nrrdStateBlind8BitRange at Base 1.10.0
+ nrrdStateDisableContent at Base 1.10.0
+ nrrdStateDisallowIntegerNonExist at Base 1.10.0
+ nrrdStateGetenv at Base 1.10.0
+ nrrdStateGrayscaleImage3D at Base 1.10.0
+ nrrdStateKeyValuePairsPropagate at Base 1.10.0
+ nrrdStateKeyValueReturnInternalPointers at Base 1.10.0
+ nrrdStateKindNoop at Base 1.10.0
+ nrrdStateMeasureHistoType at Base 1.10.0
+ nrrdStateMeasureModeBins at Base 1.10.0
+ nrrdStateMeasureType at Base 1.10.0
+ nrrdStateUnknownContent at Base 1.10.0
+ nrrdStateVerboseIO at Base 1.10.0
+ nrrdStringRead at Base 1.10.0
+ nrrdStringWrite at Base 1.10.0
+ nrrdSwapEndian at Base 1.10.0
+ nrrdTernaryOp at Base 1.10.0
+ nrrdTile2D at Base 1.10.0
+ nrrdType at Base 1.10.0
+ nrrdTypeIsIntegral at Base 1.10.0
+ nrrdTypeIsUnsigned at Base 1.10.0
+ nrrdTypeMax at Base 1.10.0
+ nrrdTypeMin at Base 1.10.0
+ nrrdTypeNumberOfValues at Base 1.10.0
+ nrrdTypePrintfStr at Base 1.10.0
+ nrrdTypeSize at Base 1.10.0
+ nrrdUIInsert at Base 1.10.0
+ nrrdUILoad at Base 1.10.0
+ nrrdUILookup at Base 1.10.0
+ nrrdUIStore at Base 1.10.0
+ nrrdUnaryOp at Base 1.10.0
+ nrrdUnblock at Base 1.10.0
+ nrrdUnquantize at Base 1.10.0
+ nrrdUntile2D at Base 1.10.0
+ nrrdValCompare at Base 1.10.0
+ nrrdValCompareInv at Base 1.10.0
+ nrrdWrap_nva at Base 1.10.0
+ nrrdWrap_va at Base 1.10.0
+ nrrdWrite at Base 1.10.0
+ seekBiffKey at Base 1.10.0
+ seekContextNew at Base 1.10.0
+ seekContextNix at Base 1.10.0
+ seekContour3DTopoHackEdge at Base 1.10.0
+ seekContour3DTopoHackTriangle at Base 1.10.0
+ seekDataSet at Base 1.10.0
+ seekExtract at Base 1.10.0
+ seekIsovalueSet at Base 1.10.0
+ seekItemEigensystemSet at Base 1.10.0
+ seekItemGradientSet at Base 1.10.0
+ seekItemNormalSet at Base 1.10.0
+ seekItemScalarSet at Base 1.10.0
+ seekItemStrengthSet at Base 1.10.0
+ seekLowerInsideSet at Base 1.10.0
+ seekNormalsFindSet at Base 1.10.0
+ seekSamplesSet at Base 1.10.0
+ seekStrengthSet at Base 1.10.0
+ seekStrengthUseSet at Base 1.10.0
+ seekType at Base 1.10.0
+ seekTypeSet at Base 1.10.0
+ seekUpdate at Base 1.10.0
+ seekVerboseSet at Base 1.10.0
+ tenAniso at Base 1.10.0
+ tenAnisoEval_d at Base 1.10.0
+ tenAnisoEval_f at Base 1.10.0
+ tenAnisoHistogram at Base 1.10.0
+ tenAnisoPlot at Base 1.10.0
+ tenAnisoScale at Base 1.10.0
+ tenAnisoTen_d at Base 1.10.0
+ tenAnisoTen_f at Base 1.10.0
+ tenAnisoVolume at Base 1.10.0
+ tenBMatrixCalc at Base 1.10.0
+ tenBMatrixCheck at Base 1.10.0
+ tenBVecNonLinearFit at Base 1.10.0
+ tenBVecNonLinearFit_GNstep at Base 1.10.0
+ tenBVecNonLinearFit_error at Base 1.10.0
+ tenBVecNonLinearFit_linear at Base 1.10.0
+ tenBiffKey at Base 1.10.0
+ tenCalcOneTensor1 at Base 1.10.0
+ tenCalcOneTensor2 at Base 1.10.0
+ tenCalcTensor at Base 1.10.0
+ tenDWMRIBValueKey at Base 1.10.0
+ tenDWMRIBmatKeyFmt at Base 1.10.0
+ tenDWMRIGradKeyFmt at Base 1.10.0
+ tenDWMRIKeyValueParse at Base 1.10.0
+ tenDWMRIModalityKey at Base 1.10.0
+ tenDWMRIModalityVal at Base 1.10.0
+ tenDWMRINAVal at Base 1.10.0
+ tenDWMRINexKeyFmt at Base 1.10.0
+ tenDWMRISkipKeyFmt at Base 1.10.0
+ tenDefFiberAnisoStopType at Base 1.10.0
+ tenDefFiberAnisoThresh at Base 1.10.0
+ tenDefFiberIntg at Base 1.10.0
+ tenDefFiberKernel at Base 1.10.0
+ tenDefFiberMaxHalfLen at Base 1.10.0
+ tenDefFiberMaxNumSteps at Base 1.10.0
+ tenDefFiberStepSize at Base 1.10.0
+ tenDefFiberUseIndexSpace at Base 1.10.0
+ tenDefFiberWPunct at Base 1.10.0
+ tenDoubleContract_d at Base 1.10.0
+ tenDwiFiberType at Base 1.10.0
+ tenDwiGage at Base 1.10.0
+ tenDwiGageKindCheck at Base 1.10.0
+ tenDwiGageKindDataNew at Base 1.10.0
+ tenDwiGageKindDataNix at Base 1.10.0
+ tenDwiGageKindNew at Base 1.10.0
+ tenDwiGageKindNix at Base 1.10.0
+ tenDwiGageKindSet at Base 1.10.0
+ tenEMBimodal at Base 1.10.0
+ tenEMBimodalParmNew at Base 1.10.0
+ tenEMBimodalParmNix at Base 1.10.0
+ tenEMatrixCalc at Base 1.10.0
+ tenEigensolve_d at Base 1.10.0
+ tenEigensolve_f at Base 1.10.0
+ tenEigenvalueAdd at Base 1.10.0
+ tenEigenvalueClamp at Base 1.10.0
+ tenEigenvaluePower at Base 1.10.0
+ tenEpiRegister3D at Base 1.10.0
+ tenEpiRegister4D at Base 1.10.0
+ tenEstimate1Method at Base 1.10.0
+ tenEstimate1TensorSimulateSingle_d at Base 1.10.0
+ tenEstimate1TensorSimulateSingle_f at Base 1.10.0
+ tenEstimate1TensorSimulateVolume at Base 1.10.0
+ tenEstimate1TensorSingle_d at Base 1.10.0
+ tenEstimate1TensorSingle_f at Base 1.10.0
+ tenEstimate1TensorVolume4D at Base 1.10.0
+ tenEstimate2Method at Base 1.10.0
+ tenEstimateBMatricesSet at Base 1.10.0
+ tenEstimateContextNew at Base 1.10.0
+ tenEstimateContextNix at Base 1.10.0
+ tenEstimateGradientsSet at Base 1.10.0
+ tenEstimateLinear3D at Base 1.10.0
+ tenEstimateLinear4D at Base 1.10.0
+ tenEstimateLinearSingle_d at Base 1.10.0
+ tenEstimateLinearSingle_f at Base 1.10.0
+ tenEstimateMethodSet at Base 1.10.0
+ tenEstimateNegEvalShiftSet at Base 1.10.0
+ tenEstimateSigmaSet at Base 1.10.0
+ tenEstimateSkipReset at Base 1.10.0
+ tenEstimateSkipSet at Base 1.10.0
+ tenEstimateThresholdSet at Base 1.10.0
+ tenEstimateUpdate at Base 1.10.0
+ tenEstimateValueMinSet at Base 1.10.0
+ tenEstimateVerboseSet at Base 1.10.0
+ tenEvecRGB at Base 1.10.0
+ tenEvecRGBParmCheck at Base 1.10.0
+ tenEvecRGBParmNew at Base 1.10.0
+ tenEvecRGBParmNix at Base 1.10.0
+ tenEvecRGBSingle_d at Base 1.10.0
+ tenEvecRGBSingle_f at Base 1.10.0
+ tenEvqSingle at Base 1.10.0
+ tenEvqVolume at Base 1.10.0
+ tenExp at Base 1.10.0
+ tenExpSingle_d at Base 1.10.0
+ tenExpSingle_f at Base 1.10.0
+ tenExpand at Base 1.10.0
+ tenFiberAnisoSpeedReset at Base 1.10.0
+ tenFiberAnisoSpeedSet at Base 1.10.0
+ tenFiberContextCopy at Base 1.10.0
+ tenFiberContextDwiNew at Base 1.10.0
+ tenFiberContextNew at Base 1.10.0
+ tenFiberContextNix at Base 1.10.0
+ tenFiberDirectionNumber at Base 1.10.0
+ tenFiberIntg at Base 1.10.0
+ tenFiberIntgSet at Base 1.10.0
+ tenFiberKernelSet at Base 1.10.0
+ tenFiberMultiCheck at Base 1.10.0
+ tenFiberMultiNew at Base 1.10.0
+ tenFiberMultiNix at Base 1.10.0
+ tenFiberMultiPolyData at Base 1.10.0
+ tenFiberMultiTrace at Base 1.10.0
+ tenFiberParmSet at Base 1.10.0
+ tenFiberSingleDone at Base 1.10.0
+ tenFiberSingleInit at Base 1.10.0
+ tenFiberSingleNew at Base 1.10.0
+ tenFiberSingleNix at Base 1.10.0
+ tenFiberSingleTrace at Base 1.10.0
+ tenFiberStop at Base 1.10.0
+ tenFiberStopAnisoSet at Base 1.10.0
+ tenFiberStopDoubleSet at Base 1.10.0
+ tenFiberStopOff at Base 1.10.0
+ tenFiberStopOn at Base 1.10.0
+ tenFiberStopReset at Base 1.10.0
+ tenFiberStopSet at Base 1.10.0
+ tenFiberStopUIntSet at Base 1.10.0
+ tenFiberTrace at Base 1.10.0
+ tenFiberTraceSet at Base 1.10.0
+ tenFiberType at Base 1.10.0
+ tenFiberTypeSet at Base 1.10.0
+ tenFiberUpdate at Base 1.10.0
+ tenFiberVerboseSet at Base 1.10.0
+ tenGage at Base 1.10.0
+ tenGageKind at Base 1.10.0
+ tenGlyphGen at Base 1.10.0
+ tenGlyphParmCheck at Base 1.10.0
+ tenGlyphParmNew at Base 1.10.0
+ tenGlyphParmNix at Base 1.10.0
+ tenGlyphType at Base 1.10.0
+ tenGradientBalance at Base 1.10.0
+ tenGradientCheck at Base 1.10.0
+ tenGradientDistribute at Base 1.10.0
+ tenGradientGenerate at Base 1.10.0
+ tenGradientIdealEdge at Base 1.10.0
+ tenGradientJitter at Base 1.10.0
+ tenGradientMeasure at Base 1.10.0
+ tenGradientParmNew at Base 1.10.0
+ tenGradientParmNix at Base 1.10.0
+ tenGradientRandom at Base 1.10.0
+ tenInterpDistanceTwo_d at Base 1.10.0
+ tenInterpMulti3D at Base 1.10.0
+ tenInterpN_d at Base 1.10.0
+ tenInterpParmBufferAlloc at Base 1.10.0
+ tenInterpParmCopy at Base 1.10.0
+ tenInterpParmNew at Base 1.10.0
+ tenInterpParmNix at Base 1.10.0
+ tenInterpPathLength at Base 1.10.0
+ tenInterpTwoDiscrete_d at Base 1.10.0
+ tenInterpTwo_d at Base 1.10.0
+ tenInterpType at Base 1.10.0
+ tenInv_d at Base 1.10.0
+ tenInv_f at Base 1.10.0
+ tenInvariantGradientsK_d at Base 1.10.0
+ tenInvariantGradientsR_d at Base 1.10.0
+ tenLog at Base 1.10.0
+ tenLogSingle_d at Base 1.10.0
+ tenLogSingle_f at Base 1.10.0
+ tenMake at Base 1.10.0
+ tenMakeSingle_d at Base 1.10.0
+ tenMakeSingle_f at Base 1.10.0
+ tenMeasurementFrameReduce at Base 1.10.0
+ tenPowSingle_d at Base 1.10.0
+ tenPowSingle_f at Base 1.10.0
+ tenQGLInterpTwo at Base 1.10.0
+ tenQGLInterpTwoEvalK at Base 1.10.0
+ tenQGLInterpTwoEvalR at Base 1.10.0
+ tenQGLInterpTwoEvec at Base 1.10.0
+ tenRotationTangents_d at Base 1.10.0
+ tenShrink at Base 1.10.0
+ tenSimulate at Base 1.10.0
+ tenSimulateSingle_f at Base 1.10.0
+ tenSizeNormalize at Base 1.10.0
+ tenSizeScale at Base 1.10.0
+ tenSlice at Base 1.10.0
+ tenSqrtSingle_d at Base 1.10.0
+ tenSqrtSingle_f at Base 1.10.0
+ tenTensorCheck at Base 1.10.0
+ tenTripleCalc at Base 1.10.0
+ tenTripleCalcSingle_d at Base 1.10.0
+ tenTripleCalcSingle_f at Base 1.10.0
+ tenTripleConvert at Base 1.10.0
+ tenTripleConvertSingle_d at Base 1.10.0
+ tenTripleConvertSingle_f at Base 1.10.0
+ tenTripleType at Base 1.10.0
+ tenVerbose at Base 1.10.0
+ tendCmdList at Base 1.10.0
+ tendFiberStopCB at Base 1.10.0
+ tendFiberStopParse at Base 1.10.0
+ tendUsage at Base 1.10.0
+ tend_aboutCmd at Base 1.10.0
+ tend_aboutMain at Base 1.10.0
+ tend_anhistCmd at Base 1.10.0
+ tend_anhistMain at Base 1.10.0
+ tend_anplotCmd at Base 1.10.0
+ tend_anplotMain at Base 1.10.0
+ tend_anscaleCmd at Base 1.10.0
+ tend_anscaleMain at Base 1.10.0
+ tend_anvolCmd at Base 1.10.0
+ tend_anvolMain at Base 1.10.0
+ tend_avgCmd at Base 1.10.0
+ tend_avgMain at Base 1.10.0
+ tend_bfitCmd at Base 1.10.0
+ tend_bfitMain at Base 1.10.0
+ tend_bmatCmd at Base 1.10.0
+ tend_bmatMain at Base 1.10.0
+ tend_ellipseCmd at Base 1.10.0
+ tend_ellipseDoit at Base 1.10.0
+ tend_ellipseMain at Base 1.10.0
+ tend_epiregCmd at Base 1.10.0
+ tend_epiregMain at Base 1.10.0
+ tend_estimCmd at Base 1.10.0
+ tend_estimMain at Base 1.10.0
+ tend_estimThresholdFind at Base 1.10.0
+ tend_evalCmd at Base 1.10.0
+ tend_evalMain at Base 1.10.0
+ tend_evaladdCmd at Base 1.10.0
+ tend_evaladdMain at Base 1.10.0
+ tend_evalclampCmd at Base 1.10.0
+ tend_evalclampMain at Base 1.10.0
+ tend_evalpowCmd at Base 1.10.0
+ tend_evalpowMain at Base 1.10.0
+ tend_evecCmd at Base 1.10.0
+ tend_evecMain at Base 1.10.0
+ tend_evecrgbCmd at Base 1.10.0
+ tend_evecrgbMain at Base 1.10.0
+ tend_evqCmd at Base 1.10.0
+ tend_evqMain at Base 1.10.0
+ tend_expCmd at Base 1.10.0
+ tend_expMain at Base 1.10.0
+ tend_expandCmd at Base 1.10.0
+ tend_expandMain at Base 1.10.0
+ tend_fiberCmd at Base 1.10.0
+ tend_fiberMain at Base 1.10.0
+ tend_glyphCmd at Base 1.10.0
+ tend_glyphMain at Base 1.10.0
+ tend_gradsCmd at Base 1.10.0
+ tend_gradsMain at Base 1.10.0
+ tend_helixCmd at Base 1.10.0
+ tend_helixDoit at Base 1.10.0
+ tend_helixMain at Base 1.10.0
+ tend_logCmd at Base 1.10.0
+ tend_logMain at Base 1.10.0
+ tend_makeCmd at Base 1.10.0
+ tend_makeMain at Base 1.10.0
+ tend_normCmd at Base 1.10.0
+ tend_normMain at Base 1.10.0
+ tend_pointCmd at Base 1.10.0
+ tend_pointMain at Base 1.10.0
+ tend_satinCmd at Base 1.10.0
+ tend_satinGen at Base 1.10.0
+ tend_satinMain at Base 1.10.0
+ tend_satinSphereEigen at Base 1.10.0
+ tend_satinTorusEigen at Base 1.10.0
+ tend_shrinkCmd at Base 1.10.0
+ tend_shrinkMain at Base 1.10.0
+ tend_simCmd at Base 1.10.0
+ tend_simMain at Base 1.10.0
+ tend_sliceCmd at Base 1.10.0
+ tend_sliceMain at Base 1.10.0
+ tend_stenCmd at Base 1.10.0
+ tend_stenMain at Base 1.10.0
+ tend_tconvCmd at Base 1.10.0
+ tend_tconvMain at Base 1.10.0
+ tend_tripleCmd at Base 1.10.0
+ tend_tripleMain at Base 1.10.0
+ tend_unmfCmd at Base 1.10.0
+ tend_unmfMain at Base 1.10.0
+ unrrduBiffKey at Base 1.10.0
+ unrrduCmdList at Base 1.10.0
+ unrrduDefNumColumns at Base 1.10.0
+ unrrduHestBitsCB at Base 1.10.0
+ unrrduHestEncodingCB at Base 1.10.0
+ unrrduHestFileCB at Base 1.10.0
+ unrrduHestMaybeTypeCB at Base 1.10.0
+ unrrduHestPosCB at Base 1.10.0
+ unrrduHestScaleCB at Base 1.10.0
+ unrrduMaybeFclose at Base 1.10.0
+ unrrduParseBits at Base 1.10.0
+ unrrduParseEncoding at Base 1.10.0
+ unrrduParseFile at Base 1.10.0
+ unrrduParseMaybeType at Base 1.10.0
+ unrrduParsePos at Base 1.10.0
+ unrrduParseScale at Base 1.10.0
+ unrrduUsage at Base 1.10.0
+ unrrdu_1opCmd at Base 1.10.0
+ unrrdu_1opMain at Base 1.10.0
+ unrrdu_2opCmd at Base 1.10.0
+ unrrdu_2opMain at Base 1.10.0
+ unrrdu_3opCmd at Base 1.10.0
+ unrrdu_3opMain at Base 1.10.0
+ unrrdu_aboutCmd at Base 1.10.0
+ unrrdu_aboutMain at Base 1.10.0
+ unrrdu_axdeleteCmd at Base 1.10.0
+ unrrdu_axdeleteMain at Base 1.10.0
+ unrrdu_axinfoCmd at Base 1.10.0
+ unrrdu_axinfoMain at Base 1.10.0
+ unrrdu_axinsertCmd at Base 1.10.0
+ unrrdu_axinsertMain at Base 1.10.0
+ unrrdu_axmergeCmd at Base 1.10.0
+ unrrdu_axmergeMain at Base 1.10.0
+ unrrdu_axsplitCmd at Base 1.10.0
+ unrrdu_axsplitMain at Base 1.10.0
+ unrrdu_blockCmd at Base 1.10.0
+ unrrdu_blockMain at Base 1.10.0
+ unrrdu_ccadjCmd at Base 1.10.0
+ unrrdu_ccadjMain at Base 1.10.0
+ unrrdu_ccfindCmd at Base 1.10.0
+ unrrdu_ccfindMain at Base 1.10.0
+ unrrdu_ccmergeCmd at Base 1.10.0
+ unrrdu_ccmergeMain at Base 1.10.0
+ unrrdu_ccsettleCmd at Base 1.10.0
+ unrrdu_ccsettleMain at Base 1.10.0
+ unrrdu_cmedianCmd at Base 1.10.0
+ unrrdu_cmedianMain at Base 1.10.0
+ unrrdu_convertCmd at Base 1.10.0
+ unrrdu_convertMain at Base 1.10.0
+ unrrdu_cropCmd at Base 1.10.0
+ unrrdu_cropMain at Base 1.10.0
+ unrrdu_dataCmd at Base 1.10.0
+ unrrdu_dataMain at Base 1.10.0
+ unrrdu_dhistoCmd at Base 1.10.0
+ unrrdu_dhistoMain at Base 1.10.0
+ unrrdu_diceCmd at Base 1.10.0
+ unrrdu_diceMain at Base 1.10.0
+ unrrdu_distCmd at Base 1.10.0
+ unrrdu_distMain at Base 1.10.0
+ unrrdu_envCmd at Base 1.10.0
+ unrrdu_envMain at Base 1.10.0
+ unrrdu_flipCmd at Base 1.10.0
+ unrrdu_flipMain at Base 1.10.0
+ unrrdu_gammaCmd at Base 1.10.0
+ unrrdu_gammaMain at Base 1.10.0
+ unrrdu_headCmd at Base 1.10.0
+ unrrdu_headDoit at Base 1.10.0
+ unrrdu_headMain at Base 1.10.0
+ unrrdu_heqCmd at Base 1.10.0
+ unrrdu_heqMain at Base 1.10.0
+ unrrdu_histaxCmd at Base 1.10.0
+ unrrdu_histaxMain at Base 1.10.0
+ unrrdu_histoCmd at Base 1.10.0
+ unrrdu_histoMain at Base 1.10.0
+ unrrdu_imapCmd at Base 1.10.0
+ unrrdu_imapMain at Base 1.10.0
+ unrrdu_insetCmd at Base 1.10.0
+ unrrdu_insetMain at Base 1.10.0
+ unrrdu_jhistoCmd at Base 1.10.0
+ unrrdu_jhistoMain at Base 1.10.0
+ unrrdu_joinCmd at Base 1.10.0
+ unrrdu_joinMain at Base 1.10.0
+ unrrdu_lut2Cmd at Base 1.10.0
+ unrrdu_lut2Main at Base 1.10.0
+ unrrdu_lutCmd at Base 1.10.0
+ unrrdu_lutMain at Base 1.10.0
+ unrrdu_makeCmd at Base 1.10.0
+ unrrdu_makeMain at Base 1.10.0
+ unrrdu_minmaxCmd at Base 1.10.0
+ unrrdu_minmaxDoit at Base 1.10.0
+ unrrdu_minmaxMain at Base 1.10.0
+ unrrdu_mlutCmd at Base 1.10.0
+ unrrdu_mlutMain at Base 1.10.0
+ unrrdu_mrmapCmd at Base 1.10.0
+ unrrdu_mrmapMain at Base 1.10.0
+ unrrdu_padCmd at Base 1.10.0
+ unrrdu_padMain at Base 1.10.0
+ unrrdu_permuteCmd at Base 1.10.0
+ unrrdu_permuteMain at Base 1.10.0
+ unrrdu_projectCmd at Base 1.10.0
+ unrrdu_projectMain at Base 1.10.0
+ unrrdu_quantizeCmd at Base 1.10.0
+ unrrdu_quantizeMain at Base 1.10.0
+ unrrdu_resampleCmd at Base 1.10.0
+ unrrdu_resampleMain at Base 1.10.0
+ unrrdu_reshapeCmd at Base 1.10.0
+ unrrdu_reshapeMain at Base 1.10.0
+ unrrdu_rmapCmd at Base 1.10.0
+ unrrdu_rmapMain at Base 1.10.0
+ unrrdu_saveCmd at Base 1.10.0
+ unrrdu_saveMain at Base 1.10.0
+ unrrdu_shuffleCmd at Base 1.10.0
+ unrrdu_shuffleMain at Base 1.10.0
+ unrrdu_sliceCmd at Base 1.10.0
+ unrrdu_sliceMain at Base 1.10.0
+ unrrdu_spliceCmd at Base 1.10.0
+ unrrdu_spliceMain at Base 1.10.0
+ unrrdu_substCmd at Base 1.10.0
+ unrrdu_substMain at Base 1.10.0
+ unrrdu_swapCmd at Base 1.10.0
+ unrrdu_swapMain at Base 1.10.0
+ unrrdu_tileCmd at Base 1.10.0
+ unrrdu_tileMain at Base 1.10.0
+ unrrdu_unblockCmd at Base 1.10.0
+ unrrdu_unblockMain at Base 1.10.0
+ unrrdu_unorientCmd at Base 1.10.0
+ unrrdu_unorientMain at Base 1.10.0
+ unrrdu_unquantizeCmd at Base 1.10.0
+ unrrdu_unquantizeMain at Base 1.10.0
+ unrrdu_untileCmd at Base 1.10.0
+ unrrdu_untileMain at Base 1.10.0
+ voxelGrads at Base 1.10.0

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-miter.1
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-miter.1?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-miter.1 (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-miter.1 Thu Oct 22 01:16:41 2009
@@ -1,0 +1,142 @@
+.TH "teem-miter" "1" "December 10, 2008" "1.10.0" "User Commands"
+.SH "NAME"
+teem\-miter \- A simple but effective little volume renderer
+.SH "SYNOPSIS"
+.B teem\-miter
+[\fI at file \fR...] [\fI\-i <nsin>\fR] [\fI\-vi <nvin>\fR] [\fI\-ti <ntin>\fR] \fI\\fR
+.HP
+\fB\-txf\fR <nin ...> \fB\-fr\fR <eye pos> [\-at <at pos>] [\-up <up dir>] [\-rh] [\-or] \e
+.HP
+\fB\-dn\fR <near> \fB\-di\fR <image> \fB\-df\fR <far> [\-ar] [\-ur <uMin uMax>] [\-vr <vMin \e
+.IP 
+vMax>] [\-fv <field of view>] [\-offfr] [\-ffr <fake from>] \e
+[\-turn <angle>] [\-am <ambient>] [\-ld <light pos>] [\-is <image size>] \e
+[\-iss <scale>] [\-ads <ka kd ks>] [\-sp <spec pow>] [\-k00 <kernel>] \e
+[\-k11 <kernel>] [\-k22 <kernel>] [\-ss <shading spec>] [\-ns <normal \e
+spec>] [\-side <normal side>] [\-rn] [\-gmc <min gradmag>] [\-step <size>] \e
+[\-ref <size>] [\-vp <verbose pixel>] [\-n1 <near1>] [\-nt <# threads>] \e
+\fB\-o\fR <filename>
+.IP 
+ at file ... = response file(s) containing command\-line arguments
+\fB\-i\fR <nsin> = input scalar volume to render (nrrd); default: ""
+.HP
+\fB\-vi\fR <nvin> = input vector volume to render (nrrd); default: ""
+.HP
+\fB\-ti\fR <ntin> = input tensor volume to render (nrrd); default: ""
+.HP
+\fB\-txf\fR <nin ...> = one or more transfer functions (1 or more nrrds)
+.HP
+\fB\-fr\fR <eye pos> = camera eye point (3 doubles)
+.HP
+\fB\-at\fR <at pos> = camera look\-at point (3 doubles); default: "0 0 0"
+.HP
+\fB\-up\fR <up dir> = camera pseudo\-up vector (3 doubles); default: "0 0 1"
+.IP 
+\fB\-rh\fR = use a right\-handed UVN frame (V points down)
+\fB\-or\fR = orthogonal (not perspective) projection
+.HP
+\fB\-dn\fR <near> = distance to near clipping plane (double)
+.HP
+\fB\-di\fR <image> = distance to image plane (double)
+.HP
+\fB\-df\fR <far> = distance to far clipping plane (double)
+.IP 
+\fB\-ar\fR = near, image, and far plane distances are relative to the
+.IP 
+*at* point, instead of the eye point
+.HP
+\fB\-ur\fR <uMin uMax> = range in U direction of image plane (2 doubles)
+.HP
+\fB\-vr\fR <vMin vMax> = range in V direction of image plane (2 doubles)
+.PP 
+\fB\-fv\fR <field of view> = angle (in degrees) vertically subtended by view window
+.IP 
+(double); default: "20"
+.IP 
+\fB\-offfr\fR = the given eye point ("\-fr") is to be interpreted as an
+.IP 
+offset from the at point.
+.TP 
+\fB\-ffr\fR <fake from> = eye point to use for view\-dependent transfer functions.
+By default (not using this option), the point used is the
+normally specified camera eye point. (3 doubles)
+.TP 
+\fB\-turn\fR <angle> = angle (degrees) by which to rotate the from point around
+true up, for making stereo pairs. Positive means move
+towards positive U (the right) (double); default: "0.0"
+.HP
+\fB\-am\fR <ambient> = ambient light color (3 floats); default: "1 1 1"
+.TP 
+\fB\-ld\fR <light pos> = view space light position (extended to infinity)
+(3 floats); default: "0 0 \fB\-1\fR"
+.HP
+\fB\-is\fR <image size> = image dimensions (2 ints); default: "256 256"
+.TP 
+\fB\-iss\fR <scale> = scaling of image size (from "is") (float);
+default: "1.0"
+.HP
+\fB\-ads\fR <ka kd ks> = phong components (3 floats); default: "0.1 0.6 0.3"
+.HP
+\fB\-sp\fR <spec pow> = phong specular power (double); default: "30"
+.TP 
+\fB\-k00\fR <kernel> = value reconstruction kernel (kernel specification);
+default: "tent"
+.TP 
+\fB\-k11\fR <kernel> = first derivative kernel (kernel specification);
+default: "cubicd:1,0"
+.TP 
+\fB\-k22\fR <kernel> = second derivative kernel (kernel specification);
+default: "cubicdd:1,0"
+.TP 
+\fB\-ss\fR <shading spec> = how to do shading (string);
+default: "phong:gage(scalar:n)"
+.TP 
+\fB\-ns\fR <normal spec> = "normal" to use for those miteVal's that need one
+(string); default: ""
+.SS "\-side <normal side> = how to interpret gradients as normals:"
+.IP 
+o "1": normal points to lower values (higher == more
+"inside")
+o "0": "two\-sided": dot\-products are abs()'d
+o "\-1": normal points to higher values (lower == more
+"inside")
+(int)
+default: "1"
+.IP 
+\fB\-rn\fR = renormalize kernel weights at each new sample location.
+.IP 
+"Accurate" kernels don't need this; doing it always makes
+things go slower
+.TP 
+\fB\-gmc\fR <min gradmag> = For curvature\-based transfer functions, set curvature to
+zero when gradient magnitude is below this (double);
+default: "0.0"
+.TP 
+\fB\-step\fR <size> = step size along ray in world space (double);
+default: "0.01"
+.TP 
+\fB\-ref\fR <size> = "reference" step size (world space) for doing opacity
+correction in compositing (double); default: "0.01"
+.PP 
+\fB\-vp\fR <verbose pixel> = pixel for which to turn on verbose messages (2 ints);
+.IP 
+default: "\-1 \fB\-1\fR"
+.TP 
+\fB\-n1\fR <near1> = opacity close enough to 1.0 to terminate ray (double);
+default: "0.99"
+.HP
+\fB\-nt\fR <# threads> = number of threads hoover should use (int); default: "1"
+.HP
+\fB\-o\fR <filename> = file to write output nrrd to (string)
+.SH "SEE ALSO"
+The full documentation for
+.B teem\-miter
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B teem\-miter
+programs are properly installed at your site, the command
+.IP 
+.B info teem\-miter
+.PP 
+should give you access to the complete manual.

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-mrender.1
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-mrender.1?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-mrender.1 (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-mrender.1 Thu Oct 22 01:16:41 2009
@@ -1,0 +1,128 @@
+.TH "teem\-mrender" "1" "December 10, 2008" "1.10.0" "User Commands"
+.SH "NAME"
+teem\-mrender \- A demonstration of hoover, gage, and nrrd measures.
+.SH "SYNOPSIS"
+.B teem\-mrender
+[\fI at file \fR...] \fI\-i <nin> \-k <kind> \-fr <eye pos> \fR[\fI\-at <at 
+pos>] [\-up <up dir>] [\-rh] [\-or] \fB\-dn\fR <near> \fB\-di\fR <image> \fB\-df\fR <far> [\-ar] \e
+[\-ur <uMin uMax>] [\-vr <vMin vMax>] [\-fv <field of view>] [\-offfr] \e
+[\-turn <angle>] [\-is <image size>] [\-k00 <kernel>] [\-k11 <kernel>] \e
+[\-k22 <kernel>] [\-rn] \fB\-q\fR <query> \fB\-m\fR <measure> [\-gmc <min gradmag>] \e
+[\-fn <from nan>] [\-step <size>] [\-nt <# threads>] [\-vp <img coords>] \e
+[\-o <filename>]
+.IP 
+ at file ... = response file(s) containing command\-line arguments
+.IP 
+\fB\-i\fR <nin> = input nrrd to render (nrrd)
+.TP 
+\fB\-k\fR <kind> = "kind" of volume ("scalar", "vector", or "tensor")
+(kind)
+.HP
+\fB\-fr\fR <eye pos> = camera eye point (3 doubles)
+.HP
+\fB\-at\fR <at pos> = camera look\-at point (3 doubles); default: "0 0 0"
+.HP
+\fB\-up\fR <up dir> = camera pseudo\-up vector (3 doubles); default: "0 0 1"
+.IP 
+\fB\-rh\fR = use a right\-handed UVN frame (V points down)
+\fB\-or\fR = orthogonal (not perspective) projection
+.HP
+\fB\-dn\fR <near> = distance to near clipping plane (double)
+.HP
+\fB\-di\fR <image> = distance to image plane (double)
+.HP
+\fB\-df\fR <far> = distance to far clipping plane (double)
+.IP 
+\fB\-ar\fR = near, image, and far plane distances are relative to the
+.IP 
+*at* point, instead of the eye point
+.TP 
+\fB\-ur\fR <uMin uMax> = range in U direction of image plane (2 doubles);
+default: "nan nan"
+.TP 
+\fB\-vr\fR <vMin vMax> = range in V direction of image plane (2 doubles);
+default: "nan nan"
+.PP 
+\fB\-fv\fR <field of view> = angle (in degrees) vertically subtended by view window
+.IP 
+(double); default: "20"
+.IP 
+\fB\-offfr\fR = the given eye point ("\-fr") is to be interpreted as an
+.IP 
+offset from the at point.
+.TP 
+\fB\-turn\fR <angle> = angle (degrees) by which to rotate the from point around
+true up, for making stereo pairs. Positive means move
+towards positive U (the right) (double); default: "0.0"
+.HP
+\fB\-is\fR <image size> = image dimensions (2 ints); default: "256 256"
+.TP 
+\fB\-k00\fR <kernel> = value reconstruction kernel (kernel specification);
+default: "tent"
+.TP 
+\fB\-k11\fR <kernel> = first derivative kernel (kernel specification);
+default: "cubicd:1,0"
+.TP 
+\fB\-k22\fR <kernel> = second derivative kernel (kernel specification);
+default: "cubicdd:1,0"
+.IP 
+\fB\-rn\fR = renormalize kernel weights at each new sample location.
+.IP 
+"Accurate" kernels don't need this; doing it always makes
+things go slower
+.TP 
+\fB\-q\fR <query> = the quantity (scalar, vector, or matrix) to learn by
+probing (string)
+.TP 
+\fB\-m\fR <measure> = how to collapse list of ray samples into one scalar.
+Possibilities include:
+o "min", "max", "mean", "median", "mode", "variance",
+"skew"
+(self\-explanatory)
+o "intc", "slope", "error": intercept, slope, and
+error from line fitting
+o "sd": standard deviation
+o "product", "sum": product or sum of all values
+o "L1", "L2", "Linf": different norms
+o "histo\-min", "histo\-max", "histo\-mean",
+"histo\-median", "histo\-mode", "histo\-product",
+"histo\-l2", "histo\-sum", "histo\-variance", "histo\-sd":
+same measures, but for situations where we're given not
+the original values, but a histogram of them.
+(measure)
+.TP 
+\fB\-gmc\fR <min gradmag> = For curvature\-related queries, set answer to zero when
+gradient magnitude is below this (double); default: "0.0"
+.TP 
+\fB\-fn\fR <from nan> = When histo\-based measures generate NaN answers, the
+value that should be substituted for NaN. (double);
+default: "nan"
+.TP 
+\fB\-step\fR <size> = step size along ray in world space (double);
+default: "0.01"
+.HP
+\fB\-nt\fR <# threads> = number of threads hoover should use (int); default: "1"
+.TP 
+\fB\-vp\fR <img coords> = pixel coordinates for which to turn on all verbose
+debugging messages, or "\-1 \fB\-1\fR" to disable this. (2 ints);
+default: "\-1 \fB\-1\fR"
+.TP 
+\fB\-o\fR <filename> = file to write output nrrd to. Defaults to stdout ("\-").
+(string); default: "\-"
+.SH "DESCRIPTION"
+Uses hoover to cast rays through a volume (scalar, vector, or tensor), gage to
+measure one of various quantities along the rays, and a specified nrrd measure
+to reduce all the values along a ray down to one scalar, which is saved in the
+output (double) image.
+.SH "SEE ALSO"
+The full documentation for
+.B teem\-mrender
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B teem\-mrender
+programs are properly installed at your site, the command
+.IP 
+.B info teem\-mrender
+.PP 
+should give you access to the complete manual.

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-nrrdSanity.1
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-nrrdSanity.1?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-nrrdSanity.1 (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-nrrdSanity.1 Thu Oct 22 01:16:41 2009
@@ -1,0 +1,29 @@
+.TH "teem-nrrdSanity" "1" "December 10, 2008" "1.10.0" "User Commands"
+.SH "NAME"
+teem\-nrrdSanity \- Nearly Raw Raster Data Sanity Check
+.SH "DESCRIPTION"
+.IP 
+Usage: teem\-nrrdSanity
+.IP 
+nrrdSanity calls the nrrdSanity() check to verify the correctness of all
+.IP 
+the information (set at compile\-time) about the architecture, such as
+endianness, 32/64\-bit, and the size of various types, as well as running
+sanity checks on the global default (nrrdDefault*) and state (nrrdState*)
+variables.
+.IP 
+As a convenience, nrrdSanity also list the availability of the different
+.IP 
+formats and data encodings (for Nrrd files) supported by this build.
+.SH "SEE ALSO"
+The full documentation for
+.B teem\-nrrdSanity
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B teem\-nrrdSanity
+programs are properly installed at your site, the command
+.IP 
+.B info teem\-nrrdSanity
+.PP 
+should give you access to the complete manual.

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-overrgb.1
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-overrgb.1?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-overrgb.1 (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-overrgb.1 Thu Oct 22 01:16:41 2009
@@ -1,0 +1,50 @@
+.TH TEEM "1" "December 10, 2008" "1.10.0" "User Commands"
+.SH NAME
+teem\-overrgb \- Composites an RGBA nrrd over a background color.
+.SH SYNOPSIS
+.B teem-overrgb
+\fI-i <nin> \fR[\fI-c <contrast>\fR] [\fI-cfp <fixed point>\fR] \fI\\fR
+.SH DESCRIPTION
+\&./teem\-overrgb: Composites an RGBA nrrd over a background color (or image),
+after doing gamma correction, then quantizes to an 8\-bit image. Actually, the
+input nrrd can have more than 4 values per pixel, but only the first four are
+used. If the RGBA nrrd is floating point, the values are taken at face value;
+if it is fixed point, the values interpreted as having been quantized (so that
+8\-bit RGBA images will act as you expect). When compositing with a background
+image, the given background image does not have to be the same size as the
+input image; it will be resampled (with linear interpolation) to fit.
+.IP
+[\-g <gamma>] [\-b <background>] [\-bi <nbg>] \fB\-o\fR <filename>
+.HP
+\fB\-i\fR <nin> = input nrrd to composite (nrrd)
+.TP
+\fB\-c\fR <contrast> = contrast to apply to RGB values, before gamma. "0.0"
+means no change, "1.0" means thresholding, "\-1.0" means a
+complete washout. (double); default: "0.0"
+.PP
+\fB\-cfp\fR <fixed point> = component level that doesn't change with contrast
+.IP
+(double); default: "0.5"
+.TP
+\fB\-g\fR <gamma> = gamma to apply to image data, after contrast (double);
+default: "1.0"
+.TP
+\fB\-b\fR <background> = background color to composite against; white is 1 1 1,
+not 255 255 255. (3 doubles); default: "0 0 0"
+.TP
+\fB\-bi\fR <nbg> = 8\-bit RGB background image to composite against (nrrd);
+default: ""
+.HP
+\fB\-o\fR <filename> = file to write output PPM image to (string)
+.SH "SEE ALSO"
+The full documentation for
+.B teem-overrgb
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B teem-overrgb
+programs are properly installed at your site, the command
+.IP
+.B info teem-overrgb
+.PP
+should give you access to the complete manual.

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-tend.1
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-tend.1?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-tend.1 (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-tend.1 Thu Oct 22 01:16:41 2009
@@ -1,0 +1,47 @@
+.TH "teem-tend" "1" "December 10, 2008" "1.10.0" "User Commands"
+.SH "NAME"
+teem\-tend \- Diffusion Image Processing and Analysis
+.SH "DESCRIPTION"
+.IP 
+"tend" is a command\-line interface to much of the functionality in "ten",
+.IP 
+a C library for diffusion image processing. Ten is one library in the "Teem"
+collection of libraries. More information about Teem is at
+<http://teem.sourceforge.net>.
+.IP 
+Users are strongly encouraged to join the teem\-users mailing list:
+.IP 
+<http://lists.sourceforge.net/lists/listinfo/teem\-users>. This is the primary
+forum for feedback, questions, and feature requests.
+.IP 
+Like "unu", another Teem command\-line binary, it is often useful to chain
+.IP 
+together invocations of tend with pipes, as in the following, which estimates
+tensors from DWIs, takes a slice of the tensor volume, computes the standard
+RGB colormap of the principal eigenvector, and then quantizes it to an 8\-bit
+PNG:
+.IP 
+tend estim \fB\-i\fR dwi.nhdr \fB\-B\fR kvp \fB\-knownB0\fR true \e
+.IP 
+| tend slice \fB\-a\fR 2 \fB\-p\fR 30 \e
+| tend evecrgb \fB\-c\fR 0 \fB\-a\fR cl2 \fB\-gam\fR 1.2 \e
+| unu quantize \fB\-b\fR 8 \fB\-min\fR 0 \fB\-max\fR 1 \fB\-o\fR z30\-rgb.png
+.IP 
+If tend repeatedly proves itself useful for your research, an
+.IP 
+acknowledgment to that effect in your publication would be greatly
+appreciated, such as (for LaTeX): "Dataset processing performed with the {\ett
+tend} tool part of the {\ett Teem} toolkit available at
+{\ett $<$http://teem.sf.net$>$}"
+.SH "SEE ALSO"
+The full documentation for
+.B Teem
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B teem\-tend
+programs are properly installed at your site, the command
+.IP 
+.B info teem\-tend
+.PP 
+should give you access to the complete manual.

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-unu.1
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-unu.1?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-unu.1 (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-unu.1 Thu Oct 22 01:16:41 2009
@@ -1,0 +1,65 @@
+.TH "teem-unu" "1" "December 10, 2008" "1.10.0" "User Commands"
+.SH "NAME"
+teem\-unu \- Utah Nrrd Utilities command\-line interface
+.SH "DESCRIPTION"
+.HP
+"teem\-unu" is a command\-line interface to much of the functionality in "nrrd",
+.IP 
+a C library for raster data processing. Nrrd is one library in the "Teem"
+collection of libraries. More information about Teem is at
+<http://teem.sf.net>.
+.IP 
+Users are strongly encouraged to join the teem\-users mailing list:
+.IP 
+<http://lists.sourceforge.net/lists/listinfo/teem\-users>. This is the primary
+forum for feedback, questions, and feature requests.
+.IP 
+The utility of unu is mainly as a pre\-processing tool for getting data
+.IP 
+into a type, encoding, format, or dimensions best suited for some
+visualization or rendering task. Also, slices and projections are effective
+ways to visually inspect the contents of a dataset. Especially useful
+commands include make, resample, crop, slice, project, histo, dhisto,
+quantize, and save. Full documentation for each command is shown by typing
+the command alone, e.g., "unu make". Unu can process CT and MRI volume
+datasets, grayscale and color images, time\-varying volumes of vector fields
+(5\-D arrays), and more. Currently supported formats are plain text files (2\-D
+float arrays), NRRD, VTK structured points, and PNG and PNM images. "unu make
+\fB\-bs\fR \fB\-1\fR" can read from DICOM files. "unu save" can generate EPS files.
+Supported encodings are raw, ascii, hex, gzip, and bzip2.
+.IP 
+Much of the functionality of unu derives from chaining multiple
+.IP 
+invocations together with pipes ("|"), minimizing the need to save out
+intermediate files. For example, if "data.raw.gz" is a gzip'ed 256 x 256 x 80
+volume of raw floats written from a PC, then the following will save to
+"zsum.png" a histogram equalized summation projection along the slowest
+axis:
+.IP 
+unu make \fB\-i\fR data.raw.gz \fB\-t\fR float \fB\-s\fR 256 256 80 \fB\-e\fR gzip \fB\-en\fR little \e
+.IP 
+| unu project \fB\-a\fR 2 \fB\-m\fR sum \e
+| unu heq \fB\-b\fR 2000 \fB\-s\fR 1 \e
+| unu quantize \fB\-b\fR 8 \fB\-o\fR zsum.png
+.IP 
+If unu or nrrd repeatedly proves itself useful for your research, an
+.IP 
+acknowledgment to that effect in your publication would be greatly
+appreciated, such as (for LaTeX): "Dataset processing performed with the {\ett
+unu} tool (or the {\ett nrrd} library), part of the {\ett Teem} toolkit
+available at {\ett $<$http://teem.sf.net$>$}"
+.IP 
+Formats available: nrrd pnm png vtk text eps
+Nrrd data encodings available: raw ascii hex gz bz2
+.SH "SEE ALSO"
+The full documentation for
+.B teem\-unu
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B teem\-unu
+programs are properly installed at your site, the command
+.IP 
+.B info teem\-unu
+.PP 
+should give you access to the complete manual.

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-vprobe.1
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-vprobe.1?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-vprobe.1 (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem-vprobe.1 Thu Oct 22 01:16:41 2009
@@ -1,0 +1,92 @@
+.TH "teem-vprobe" "1" "December 10, 2008" "1.10.0" "User Commands"
+.SH "NAME"
+teem\-vprobe \- Shows off the functionality of the gage library.
+.SH "SYNOPSIS"
+.B teem\-vprobe
+\fI\-i <nin> \-k <kind> \fR[\fI\-v <verbosity>\fR] \fI\-q <query> \fR[\fI\-s <sclX \\fR
+.SH "DESCRIPTION"
+Uses gageProbe() to query various kinds of volumes to learn various measured or
+derived quantities. Can set environment variable TEEM_VPROBE_HACK_ZI to limit
+probing to a single z slice.
+.IP 
+sclY sxlZ>] [\-k00 <kern00>] [\-k11 <kern11>] [\-k22 <kern22>] [\-seed <N>] \e
+[\-ssn <SS #>] [\-ssr <scale range>] [\-sss <scale save path>] [\-ssw <SS \e
+pos>] [\-kssblur <kernel>] [\-kss <kernel>] [\-ssrn <ssrn>] [\-ssu] [\-rn] \e
+[\-gmc <min gradmag>] [\-t <type>] [\-o <nout>]
+.IP 
+\fB\-i\fR <nin> = input volume
+.IP 
+\fB\-k\fR <kind> = "kind" of volume ("scalar", "vector", "tensor", or
+.IP 
+"dwi")
+.HP
+\fB\-v\fR <verbosity> = verbosity level (int); default: "1"
+.IP 
+\fB\-q\fR <query> = the quantity (scalar, vector, or matrix) to learn by
+.IP 
+probing (string)
+.TP 
+\fB\-s\fR <sclX sclY sxlZ> = scaling factor for resampling on each axis (>1.0 :
+supersampling) (3 doubles); default: "1.0 1.0 1.0"
+.HP
+\fB\-k00\fR <kern00> = kernel for gageKernel00; default: "tent"
+.HP
+\fB\-k11\fR <kern11> = kernel for gageKernel11; default: "cubicd:1,0"
+.HP
+\fB\-k22\fR <kern22> = kernel for gageKernel22; default: "cubicdd:1,0"
+.IP 
+\fB\-seed\fR <N> = RNG seed; mostly for debugging (unsigned int);
+.IP 
+default: "42"
+.IP 
+\fB\-ssn\fR <SS #> = how many scale\-space samples to evaluate, or, 0 to
+.IP 
+turn\-off all scale\-space behavior (unsigned int);
+default: "0"
+.TP 
+\fB\-ssr\fR <scale range> = range of scales in scale\-space (2 doubles);
+default: "nan nan"
+.PP 
+\fB\-sss\fR <scale save path> = give a non\-empty path string (like "./") to save out
+.IP 
+the pre\-blurred volumes computed for the stack
+(string); default: ""
+.TP 
+\fB\-ssw\fR <SS pos> = "world"\-space position (true sigma) at which to
+sample in scale\-space (double); default: "0"
+.TP 
+\fB\-kssblur\fR <kernel> = blurring kernel, to sample scale space;
+default: "dgauss:1,5"
+.TP 
+\fB\-kss\fR <kernel> = kernel for reconstructing from scale space samples;
+default: "tent"
+.TP 
+\fB\-ssrn\fR <ssrn> = enable derivative normalization based on scale space
+(int); default: "0"
+.IP 
+\fB\-ssu\fR = do uniform samples along sigma, and not (by default)
+.IP 
+samples according to the logarithm of diffusion time
+.IP 
+\fB\-rn\fR = renormalize kernel weights at each new sample
+.IP 
+location. "Accurate" kernels don't need this; doing it
+always makes things go slower
+.TP 
+\fB\-gmc\fR <min gradmag> = For curvature\-based queries, use zero when gradient
+magnitude is below this (double); default: "0.0"
+.IP 
+\fB\-t\fR <type> = type of output volume (type); default: "float"
+\fB\-o\fR <nout> = output volume (string); default: "\-"
+.SH "SEE ALSO"
+The full documentation for
+.B teem\-vprobe
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B teem\-vprobe
+programs are properly installed at your site, the command
+.IP 
+.B info teem\-vprobe
+.PP 
+should give you access to the complete manual.

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem.1
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem.1?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem.1 (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/man/teem.1 Thu Oct 22 01:16:41 2009
@@ -1,0 +1,126 @@
+.TH "teem" "1" "April 2008" "" ""
+.SH "NAME"
+teem \- simple command\-line tools which provide fast and easy access to the functionality in the various libraries
+.SH "DESCRIPTION"
+\fBteem\-affine\fR: This uses air's AIR_AFFINE macro to print out the value which stands in
+the same relationship with the interval [<minOut>, <maxOut>] as <value>
+has with the interval [minIn, maxOut].
+
+
+\fBteem\-deconv\fR: Does deconvolution.
+
+
+\fBteem\-airSanity\fR:
+
+\fBteem\-cubic\fR:
+
+\fBteem\-emap\fR: Creates environment maps based on limn's "checker" normal quantization
+methods. By taking into account camera parameters, this allows for both lights
+in both world and view space. Solely out of laziness, the nrrd format is used
+for specifying the lights, but not to worry: you can use a simple un\-adorned
+text file, defining one light per line, with 7 values per light: 0/1
+(world/view space), R G B color, and X Y Z position.
+
+\fBteem\-gkms\fR: Semi\-Automatic Generation of Transfer Functions
+
+\fBteem\-idx2pos\fR: Converts from floating\-point "index" to floating\-point "position",
+given the centering of the data (cell vs. node), the range of positions, and
+the number of intervals into which position has been quantized.
+
+\fBteem\-ilk\fR: (I)mage (L)inear Trans(X\-\->K)forms. Applies linear (homogenous
+coordinate) transforms to a given image, using the given kernel for resampling.
+
+\fBteem\-miter\fR: A simple but effective little volume renderer.
+
+\fBteem\-mrender\fR: A demonstration of hoover, gage, and nrrd measures. Uses hoover to
+cast rays through a volume (scalar, vector, or tensor), gage to measure one of
+various quantities along the rays, and a specified nrrd measure to reduce all
+the values along a ray down to one scalar, which is saved in the output
+(double) image.
+
+\fBteem\-ninspect\fR: Quick way of seeing what's inside a 3D volume. A color image of
+three axis\-aligned projections is composed of histogram\-equalized and quantized
+images of the summation (red), variance (green), and maximum (blue) intensity
+projections. If volume is orientation in RAS space, then a standard orientation
+is used for projections and projections are upsampled (with box kernel) to have
+isotropic pixels.
+
+\fBteem\-ninspect\fR: Quick way of seeing what's inside a 3D volume. A color image of
+three axis\-aligned projections is composed of histogram\-equalized and quantized
+images of the summation (red), variance (green), and maximum (blue) intensity
+projections. If volume is orientation in RAS space, then a standard orientation
+is used for projections and projections are upsampled (with box kernel) to have
+isotropic pixels.
+
+\fBteem\-nrrdSanity\fR:
+
+\fBteem\-overrgb\fR: Composites an RGBA nrrd over a background color (or image), after
+doing gamma correction, then quantizes to an 8\-bit image. Actually, the input
+nrrd can have more than 4 values per pixel, but only the first four are used.
+If the RGBA nrrd is floating point, the values are taken at face value; if it
+is fixed point, the values interpreted as having been quantized (so that 8\-bit
+RGBA images will act as you expect). When compositing with a background image,
+the given background image does not have to be the same size as the input
+image; it will be resampled (with linear interpolation) to fit.
+
+
+\fBteem\-pos2idx\fR: Converts from floating\-point "position" to floating\-point "index",
+given the centering of the data (cell vs. node), the range of positions, and
+the number of intervals into which position has been quantized.
+
+
+\fBteem\-pprobe\fR: Uses gageProbe() to query scalar or vector volumes at a single probe
+location.
+
+
+
+\fBteem\-qbert\fR: Generates volume datasets friendly to hardware\-based volume renderers.
+The main value of this is a means of combining the functions of resampling a
+dataset to a particular size, measuring first (and optionally second)
+derivatives, and doing some semi\-intelligent quantization of the derivative
+values down to 8\-bits (if quantization is desired). The various up and down
+sampling, as well as the the VGH measurements, can be done with various nrrd
+kernels. Also, histogram\-equalized VG and VH scatterplots can be generated at a
+specified resolution.
+
+
+\fBteem\-talkweb\fR: Generates HTML pages from slide images and text. This program takes
+multiple inputs: a template for the table of contents that will become
+"index.html" ("\-i"), a template for the pages generated for each slide e.g.
+"slide000.html" ("\-t"), and a script text file that contains all the
+information that will go into the slide pages. The format of this file is:
+  \- Seperator line indicating slide transitions, e.g. "\-\-\-\-\-\-\-\-\-\-\-\-\-"
+  \- Title of first slide (one line)
+  \- Filename for image to put on first slide (one line)
+  \- Body of HTML text to put with the slide image (multiple lines)
+  \- Seperator
+followed by information for the second slide, and so forth. Textual
+subtitutions are performed in the template files, according to the replacement
+tags ("\-r", see below). Within the slide pages, navigation arrows are based on
+remaining command\-line options.
+
+\fBteem\-tend\fR: Diffusion Tensor Processing and Analysis
+
+\fBteem\-undos\fR
+undos: Converts from DOS text files to normal (converting LF\-CR pairs to just
+CR), or, with the "\-r" option, convert back to DOS, for whatever sick and
+twisted reason you'd have to do that. Can also handle legacy MAC text files
+(only LF). Unlike the simple sed or perl scripts for this purpose, this program
+is careful to be idempotent. Also, this makes an effort to not meddle with
+binary files (on which this may be mistakenly invoked). A message is printed to
+stderr for all the files actually modified.
+
+\fBteem\-ungantry\fR: Gantry tilt be gone! This program is actually of limited utility: it
+can only change the tilt by shearing with the X and Z axis fixed, by some angle
+"around" the X axis, assuming that (X,Y,Z) is a right\-handed frame.
+
+
+\fBteem\-unu\fR: Utah Nrrd Utilities command\-line interface
+
+
+\fBteem\-vprobe\fR: Shows off the functionality of the gage library. Uses gageProbe() to
+query various kinds of volumes to learn various measured or derived quantities.
+Can set environment variable TEEM_VPROBE_HACK_ZI to limit probing to a single z
+slice.
+.SH "SEE ALSO"
+slicer(1)

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/patches/00list
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/patches/00list?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/patches/00list (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/patches/00list Thu Oct 22 01:16:41 2009
@@ -1,0 +1,2 @@
+10_renameapps.dpatch
+20_segfault.dpatch

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/patches/10_renameapps.dpatch
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/patches/10_renameapps.dpatch?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/patches/10_renameapps.dpatch (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/patches/10_renameapps.dpatch Thu Oct 22 01:16:41 2009
@@ -1,0 +1,69 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_renameapps.dpatch by  <domibel at sid1500>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: For each application app: rename "app" to "teem-app".
+
+ at DPATCH@
+diff -urNad teem-1.10.0.dfsg1~/src/bin/CMakeLists.txt teem-1.10.0.dfsg1/src/bin/CMakeLists.txt
+--- teem-1.10.0.dfsg1~/src/bin/CMakeLists.txt	2008-12-31 17:58:25.000000000 -0500
++++ teem-1.10.0.dfsg1/src/bin/CMakeLists.txt	2008-12-31 17:58:32.000000000 -0500
+@@ -33,35 +33,35 @@
+ ENDMACRO(CREATE_EXEC)
+ 
+ # These binaries should not be depending on BUILD_EXPERIMENTAL_LIBS
+-CREATE_EXEC(nrrdSanity nrrdSanity.c nrrd)
+-CREATE_EXEC(overrgb overrgb.c nrrd)
+-CREATE_EXEC(mrender mrender.c "hoover;gage;ten")
+-CREATE_EXEC(miter miter.c mite)
+-CREATE_EXEC(vprobe vprobe.c ten)
+-CREATE_EXEC(unu unu.c unrrdu) 
+-CREATE_EXEC(tend tend.c ten)
++CREATE_EXEC(teem-nrrdSanity nrrdSanity.c nrrd)
++CREATE_EXEC(teem-overrgb overrgb.c nrrd)
++CREATE_EXEC(teem-mrender mrender.c "hoover;gage;ten")
++CREATE_EXEC(teem-miter miter.c mite)
++CREATE_EXEC(teem-vprobe vprobe.c ten)
++CREATE_EXEC(teem-unu unu.c unrrdu) 
++CREATE_EXEC(teem-tend tend.c ten)
+ 
+ # NOTE: The BUILD_EXPERIMENTAL_LIBS-dependent inclusion of binaries has to be
+ # done with knowledge of how BUILD_EXPERIMENTAL_LIBS behaves in the top-level
+ # CMakeLists.txt file
+ IF(BUILD_EXPERIMENTAL_APPS)
+-  CREATE_EXEC(airSanity airSanity.c air)
+-  CREATE_EXEC(affine affine.c air)
+-  CREATE_EXEC(cubic cubic.c ell)
+-  CREATE_EXEC(undos undos.c hest)
+-  CREATE_EXEC(idx2pos idx2pos.c nrrd)
+-  CREATE_EXEC(pos2idx pos2idx.c nrrd)
+-  CREATE_EXEC(qbert qbert.c gage)
+-  CREATE_EXEC(emap emap.c limn)
+-  CREATE_EXEC(talkweb talkweb.c nrrd)
+-  CREATE_EXEC(pprobe pprobe.c ten)
+-  CREATE_EXEC(ninspect ninspect.c nrrd)
+-  CREATE_EXEC(ungantry ungantry.c gage)
+-  CREATE_EXEC(deconv deconv.c ten)
++  CREATE_EXEC(teem-airSanity airSanity.c air)
++  CREATE_EXEC(teem-affine affine.c air)
++  CREATE_EXEC(teem-cubic cubic.c ell)
++  CREATE_EXEC(teem-undos undos.c hest)
++  CREATE_EXEC(teem-idx2pos idx2pos.c nrrd)
++  CREATE_EXEC(teem-pos2idx pos2idx.c nrrd)
++  CREATE_EXEC(teem-qbert qbert.c gage)
++  CREATE_EXEC(teem-emap emap.c limn)
++  CREATE_EXEC(teem-talkweb talkweb.c nrrd)
++  CREATE_EXEC(teem-pprobe pprobe.c ten)
++  CREATE_EXEC(teem-ninspect ninspect.c nrrd)
++  CREATE_EXEC(teem-ungantry ungantry.c gage)
++  CREATE_EXEC(teem-deconv deconv.c ten)
+   IF(BUILD_EXPERIMENTAL_LIBS)
+-    CREATE_EXEC(ilk ilk.c "unrrdu;moss")
+-    CREATE_EXEC(gkms gkms.c bane)
+-    CREATE_EXEC(spots spots.c alan)
++    CREATE_EXEC(teem-ilk ilk.c "unrrdu;moss")
++    CREATE_EXEC(teem-gkms gkms.c bane)
++    CREATE_EXEC(teem-spots spots.c alan)
+   ENDIF(BUILD_EXPERIMENTAL_LIBS)
+ ENDIF(BUILD_EXPERIMENTAL_APPS)
+ 

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/patches/20_segfault.dpatch
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/patches/20_segfault.dpatch?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/patches/20_segfault.dpatch (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/patches/20_segfault.dpatch Thu Oct 22 01:16:41 2009
@@ -1,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_segfault.dpatch by  <domibel at sid1500>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fix for nrrdHistoAxis() and "unu histax" for a bug that caused segfaults
+
+ at DPATCH@
+diff -urNad teem-1.10.0.dfsg1~/src/nrrd/histogram.c teem-1.10.0.dfsg1/src/nrrd/histogram.c
+--- teem-1.10.0.dfsg1~/src/nrrd/histogram.c	2008-12-31 17:58:25.000000000 -0500
++++ teem-1.10.0.dfsg1/src/nrrd/histogram.c	2008-12-31 17:58:42.000000000 -0500
+@@ -403,14 +403,14 @@
+      disaster */
+   nrrdAxisInfoGet_nva(nin, nrrdAxisInfoSize, szIn);
+   nrrdAxisInfoGet_nva(nout, nrrdAxisInfoSize, szOut);
+-  memset(coordIn, 0, NRRD_DIM_MAX*sizeof(unsigned int));
++  memset(coordIn, 0, NRRD_DIM_MAX*sizeof(size_t));
+   num = nrrdElementNumber(nin);
+   for (I=0; I<num; I++) {
+     /* get input nrrd value and compute its histogram index */
+     val = nrrdDLookup[nin->type](nin->data, I);
+     if (AIR_EXISTS(val) && AIR_IN_CL(range->min, val, range->max)) {
+       hidx = airIndex(range->min, val, range->max, bins);
+-      memcpy(coordOut, coordIn, nin->dim*sizeof(int));
++      memcpy(coordOut, coordIn, nin->dim*sizeof(size_t));
+       coordOut[hax] = (unsigned int)hidx;
+       NRRD_INDEX_GEN(hI, coordOut, szOut, nout->dim);
+       count = nrrdDLookup[nout->type](nout->data, hI);

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/rules?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/rules (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/rules Thu Oct 22 01:16:41 2009
@@ -1,0 +1,169 @@
+#!/usr/bin/make -f
+
+PACKAGE=teem
+
+# DPatch
+DEB_SOURCE_PACKAGE:=$(PACKAGE)
+include /usr/share/dpatch/dpatch.make
+
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE = 1
+
+STATIC_BUILD_PATH = DEB_build_static
+SHARED_BUILD_PATH = DEB_build_shared
+
+CMAKE_FLAGS = -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+              -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \
+              -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed" \
+              -DCMAKE_SKIP_RPATH:BOOL=ON \
+              -DBUILD_EXPERIMENTAL_APPS:BOOL=OFF \
+              -DBUILD_EXPERIMENTAL_LIBS:BOOL=OFF \
+              -DBUILD_TESTING:BOOL=OFF \
+
+CFLAGS = -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+export CFLAGS
+
+# set the number of build jobs
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+        JOBS := -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+endif
+
+get-orig-source:
+	. debian/get-orig-source
+
+
+configure: configure-stamp
+configure-stamp: patch-stamp
+	dh_testdir
+
+	# Add here commands to configure the package.
+	if [ ! -d $(STATIC_BUILD_PATH) ]; then mkdir $(STATIC_BUILD_PATH); fi
+	if [ ! -d $(SHARED_BUILD_PATH) ]; then mkdir $(SHARED_BUILD_PATH); fi
+
+	cd $(STATIC_BUILD_PATH) \
+            && cmake $(CURDIR) $(CMAKE_FLAGS) -DBUILD_SHARED_LIBS:BOOL=OFF
+
+	cd $(SHARED_BUILD_PATH) \
+            && cmake $(CURDIR) $(CMAKE_FLAGS) -DBUILD_SHARED_LIBS:BOOL=ON
+
+	touch configure-stamp
+
+build: build-arch
+
+build-arch: build-arch-stamp
+build-arch-stamp: configure
+	dh_testdir
+
+	# Add here commands to compile the package.
+
+        # build static libs
+	$(MAKE) $(JOBS) -C $(STATIC_BUILD_PATH)
+
+        # build shared libs and binaries
+	$(MAKE) $(JOBS) -C $(SHARED_BUILD_PATH)
+#	- cd $(SHARED_BUILD_PATH) && ctest -D Nightly -VV
+
+	touch $@
+
+build-indep: build-indep-stamp
+build-indep-stamp: configure
+	dh_testdir
+
+	# generate documentation
+	doxygen debian/Doxyfile
+
+	# remove zero byte files
+	find doc/ -depth -empty | xargs rm -rf
+
+	touch $@
+
+
+clean: clean-patched unpatch
+
+clean-patched:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp docs-stamp build-indep-stamp build-arch-stamp
+
+	# Add here commands to clean up after the build process.
+	rm -rf $(STATIC_BUILD_PATH)
+	rm -rf $(SHARED_BUILD_PATH)
+	rm -rf doc
+
+	dh_clean 
+
+install: install-indep install-arch
+
+install-indep: build-indep
+	dh_install -pteem-doc             doc/*                                  usr/share/doc/teem-doc
+
+install-arch: build-arch
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp
+
+	# install binaries and shared libs
+	$(MAKE) $(JOBS) -C $(SHARED_BUILD_PATH) install DESTDIR=$(CURDIR)/debian/tmp
+
+        # install static libs
+	cd $(STATIC_BUILD_PATH)/bin/ \
+                && cp libteem.a $(CURDIR)/debian/tmp/usr/lib/
+
+
+	d-shlibmove \
+              --commit \
+              --override s/libbz2-1.0-dev/libbz2-dev/ \
+              --movedev "debian/tmp/usr/include/teem/*" usr/include/teem \
+              debian/tmp/usr/lib/libteem.so
+
+
+	dh_install -plibteem1-dev         debian/tmp/usr/lib/Teem-1.10.0            usr/lib
+	dh_install -pteem-apps            debian/tmp/usr/bin/*                      usr/bin
+
+	dh_installman
+
+
+
+#	dpkg-gensymbols -v1.10.0 -plibteem1 -Pdebian/libteem1  -Odebian/libteem1.symbols 
+
+
+
+# Build architecture independant packages using the common target.
+binary-indep: build-indep install-indep
+	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+
+# Build architecture dependant packages using the common target.
+binary-arch: build-arch install-arch
+	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
+
+
+# Build architecture-dependent files here.
+binary-common:
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_install  --sourcedir=$(CURDIR)/debian/tmp
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure

Propchange: packages/teem/tags/1.10.0.dfsg1-2/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/teem-apps.manpages
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/teem-apps.manpages?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/teem-apps.manpages (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/teem-apps.manpages Thu Oct 22 01:16:41 2009
@@ -1,0 +1,8 @@
+debian/man/teem.1
+debian/man/teem-mrender.1
+debian/man/teem-overrgb.1
+debian/man/teem-unu.1
+debian/man/teem-miter.1
+debian/man/teem-nrrdSanity.1
+debian/man/teem-tend.1
+debian/man/teem-vprobe.1

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/teem-doc.doc-base
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/teem-doc.doc-base?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/teem-doc.doc-base (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/teem-doc.doc-base Thu Oct 22 01:16:41 2009
@@ -1,0 +1,25 @@
+Document: teem-doc
+Title: TEEM class documentation
+Author: Various
+Abstract: Teem - Tools to process and visualize scientific data and images
+ Teem is a coordinated group of libraries for representing, processing, and
+ visualizing scientific raster data. Teem includes command-line tools that
+ permit the library functions to be quickly applied to files and streams,
+ without having to write any code. The most important and useful libraries in
+ Teem are:
+ .
+  * Nrrd (and the unu command-line tool on top of it) supports a range of
+    operations for  transforming N-dimensional raster data (resample, crop,
+    slice, project, histogram, etc.), as  well as the NRRD file format for
+    storing arrays and their meta-information.
+  * Gage: fast convolution-based measurements at arbitrary point locations in
+    volume datasets (scalar, vector, tensor, etc.)
+  * Mite: a multi-threaded ray-casting volume render with transfer functions
+    based on any quantity Gage can measure
+  * Ten: for estimating, processing, and visualizing diffusion tensor fields,
+    including fiber tractography methods.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/teem-doc/html/index.html
+Files: /usr/share/doc/teem-doc/html/*.html

Added: packages/teem/tags/1.10.0.dfsg1-2/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/teem/tags/1.10.0.dfsg1-2/debian/watch?rev=35916&op=file
==============================================================================
--- packages/teem/tags/1.10.0.dfsg1-2/debian/watch (added)
+++ packages/teem/tags/1.10.0.dfsg1-2/debian/watch Thu Oct 22 01:16:41 2009
@@ -1,0 +1,2 @@
+version=3
+opts="dversionmangle=s/\.dfsg1//" http://sf.net/teem/teem-(.*)-src\.tar\.gz




More information about the debian-science-commits mailing list