Home > brede > brede_ta3_sur_digitize.m

brede_ta3_sur_digitize

PURPOSE ^

brede_ta3_sur_digitize - Digitization of surfaces

SYNOPSIS ^

function O = brede_ta3_sur_digitize(varargin)

DESCRIPTION ^

 brede_ta3_sur_digitize - Digitization of surfaces

       O = brede_ta3_sur_digitize(S)

       Input:  S   'Sur' structure

       Output: O   Vertex row indices in S.vertices

       Function to mark (digitize) surfaces in 3D. Presently only a
       single vertiex can be marked. 

       Break with Return on keyboard.

       A small yellow octahedron is placed on the marked vertex.  

       Example:
         S = brede_sur_octahedron('size', 0.03);
         figure, brede_ta3_frame;
         brede_ta3_sur_digitize(S)

         S = brede_vol_vol2sur(V, 'type', 'isosurface')
         figure, brede_ta3_frame('space', 'jerom')
         brede_ta3_sur_digitize(S)

       See also BREDE, BREDE_SUR, BREDE_TA2_DIGITIZE.

 $Id: brede_ta3_sur_digitize.m,v 1.4 2003/12/01 23:44:18 fnielsen Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Nov-2009 18:11:22 by m2html © 2005