X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=CreaPhase.git;a=blobdiff_plain;f=octave_packages%2Fgeometry-1.5.0%2Fio%2Fdeprecated%2Fdoc-cache;fp=octave_packages%2Fgeometry-1.5.0%2Fio%2Fdeprecated%2Fdoc-cache;h=ca6b6f38308b484bdb7f3c5f1b832c3aa3809bed;hp=0000000000000000000000000000000000000000;hb=c880e8788dfc484bf23ce13fa2787f2c6bca4863;hpb=1705066eceaaea976f010f669ce8e972f3734b05 diff --git a/octave_packages/geometry-1.5.0/io/deprecated/doc-cache b/octave_packages/geometry-1.5.0/io/deprecated/doc-cache new file mode 100644 index 0000000..ca6b6f3 --- /dev/null +++ b/octave_packages/geometry-1.5.0/io/deprecated/doc-cache @@ -0,0 +1,111 @@ +# Created by Octave 3.6.2, Sun Jun 10 09:53:40 2012 UTC +# name: cache +# type: cell +# rows: 3 +# columns: 3 +# name: +# type: sq_string +# elements: 1 +# length: 7 +svgload + + +# name: +# type: sq_string +# elements: 1 +# length: 405 + -- Function File: SVG = loadSVG (FILENAME) + Reads the plain SVG file FILENAME and returns an SVG structure. + + In the current version only SVG path elements are parsed and + stored in the field path of the SVG structure. The coordinates of + the path are not modified in anyway. This produces the path to be + ploted vertically reflected. + + See also: svgnormalize, svgpath2polygon + + + + + +# name: +# type: sq_string +# elements: 1 +# length: 63 +Reads the plain SVG file FILENAME and returns an SVG structure. + + + +# name: +# type: sq_string +# elements: 1 +# length: 12 +svgnormalize + + +# name: +# type: sq_string +# elements: 1 +# length: 402 + -- Function File: SVGN = loadSVG (SVG) + Scales and reflects the SVG structure and returns a modified SVGN + structure. + + The height and width of the SVG are scaled such that the diagonal + of the bounding box has length 1. Coordinates are trasnfomed such + that a plot of the paths coincides with the visualization of the + original SVG. + + See also: svgload, svgpath2polygon + + + + + +# name: +# type: sq_string +# elements: 1 +# length: 76 +Scales and reflects the SVG structure and returns a modified SVGN +structure. + + + +# name: +# type: sq_string +# elements: 1 +# length: 15 +svgpath2polygon + + +# name: +# type: sq_string +# elements: 1 +# length: 513 + -- Function File: P = svgpath2polygon (SVGPATH) + Converts the SVG path structure SVGPATH to an array of polygons + compatible with the geometry package and matGeom + (`http://matgeom.sf.net'). + + SVGPATH is a substructure of the SVG structure output by loadSVG. + This function extracts the field named "coord" if there is only + one path. If there are more than oe path it puts the "coord" field + of each path in the same array, separated by nans. + + See also: svgnormalize, svgload + + + + + +# name: +# type: sq_string +# elements: 1 +# length: 80 +Converts the SVG path structure SVGPATH to an array of polygons +compatible with + + + + +