Ignore:
Timestamp:
Jul 26, 2013, 6:00:09 PM (11 years ago)
Author:
ldelgass
Message:

Sync with trunk. Branch now differs only from trunk by r3722 (branch is version
1.3, trunk is version 1.4)

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

  • branches/1.3/packages/vizservers/vtkvis/protocol.txt

    r3696 r3844  
    342342contour2d add contourlist <list> <?datasetName?>
    343343          list = {isoval1 isoval2 isoval3...}
    344 contour2d ccolor <r> <g> <b> <?datasetName?>
     344contour2d color <r> <g> <b> <?datasetName?>
    345345          synonym for linecolor
    346346contour2d colormap <colormapName> <?datasetName?>
    347 contour2d colormode <scalar|vmag|vx|vy|vz|ccolor> <fieldName> <?datasetName?>
    348           Set the field used to color the object.  'ccolor' means to use
    349           the constant color defined by the ccolor subcommand.  'scalar' uses
     347contour2d colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?>
     348          Set the field used to color the object.  'constant' means to use
     349          the constant color defined by the color subcommand.  'scalar' uses
    350350          the active scalar field.  'vmag' uses the magnitude of the current
    351351          vector field, and 'vx','vy','vz' use the corresponding component of
     
    369369contour3d add contourlist <list> <?datasetName?>
    370370          list = {isoval1 isoval2 isoval3...}
    371 contour3d ccolor r g b <?datasetName?>
     371contour3d color r g b <?datasetName?>
    372372contour3d colormap <colorMapName> <?dataSetName?>
    373 contour3d colormode <scalar|vmag|vx|vy|vz|ccolor> <fieldName> <?datasetName?>
    374           Set the field used to color the object.  'ccolor' means to use
    375           the constant color defined by the ccolor subcommand.  'scalar' uses
     373contour3d colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?>
     374          Set the field used to color the object.  'constant' means to use
     375          the constant color defined by the color subcommand.  'scalar' uses
    376376          the active scalar field.  'vmag' uses the magnitude of the current
    377377          vector field, and 'vx','vy','vz' use the corresponding component of
     
    394394cutplane axis <axis> <bool> <?dataSetName?>
    395395         Toggle visibility of the 3 principal axis cutplanes
    396 cutplane ccolor r g b <?datasetName?>
     396cutplane color r g b <?datasetName?>
    397397         Set color of outline bounding box
    398398cutplane cloudstyle <style> <?datasetName?>
     
    471471glyphs add <shape> <?dataSetName?>
    472472       See 'glyphs shape' for list of shapes
    473 glyphs ccolor r g b <?datasetName?>
     473glyphs color r g b <?datasetName?>
    474474glyphs colormap <colorMapName> <?dataSetName?>
    475 glyphs colormode <scalar|vmag|vx|vy|vz|ccolor> <fieldName> <?dataSetName?>
     475glyphs colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?dataSetName?>
    476476       Set the color mode: color by scalar field or
    477477       vector magnitude -- uses the current color map,
    478        or ccolor for constant color
     478       or color for constant color
    479479glyphs delete <?dataSetName?>
    480480glyphs edges <bool> <?datasetName?>
     
    490490       Control if data values are normalized to [0,1] range before applying
    491491       glyph scaling factor (gscale)
     492glyphs numglyphs <max> <random> <offset> <ratio> <?dataSetName?>
     493       Limit the maximum number of glyphs displayed.  Can use either a random
     494       sampling or every nth point sampling (useful for uniform grids)
     495       <max> = integer maximum number of glyphs
     496       <random> = bool indicating if random sampling should be used
     497       <offset> = offset point index from which to start sampling
     498       <ratio> = If random is false, use this to control every nth point sampling
    492499glyphs opacity <val> <?datasetName?>
    493500glyphs orient <qw> <qx> <qy> <qz> <?dataSetName?>
     
    505512
    506513group add <nodeList> <name>
     514      Add listed nodes to group named <name>.  Group will be created if
     515      it doesn't exist, but nodes may be added to existing groups.  The
     516      nodes will be removed from the virtual root scene.
    507517group delete <?name?>
    508518group orient <qw> <qx> <qy> <qz> <?name?>
     
    510520group pos <x> <y> <z> <?name?>
    511521group remove <nodeList> <name>
     522      Remove listed nodes from group.  Currently, nodes will be added back
     523      to the virtual root scene, and so nodes must be explicitly deleted to
     524      remove them from the scene.
    512525group scale <sx> <sy> <sz> <?name?>
    513526group visible <bool> <?name?>
     
    524537          <style> = mesh | splat
    525538heightmap colormap <colorMapName> <?dataSetName?>
    526 heightmap colormode <scalar|vmag|vx|vy|vz|ccolor> <fieldName> <?datasetName?>
    527           Set the field used to color the object.  'ccolor' means to use
    528           the constant color defined by the ccolor subcommand.  'scalar' uses
     539heightmap colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?>
     540          Set the field used to color the object.  'constant' means to use
     541          the constant color defined by the color subcommand.  'scalar' uses
    529542          the active scalar field.  'vmag' uses the magnitude of the current
    530543          vector field, and 'vx','vy','vz' use the corresponding component of
     
    560573heightmap wireframe <bool> <?datasetName?>
    561574
     575image add <?dataSetName?>
     576      Create an image from a vtkImageData data set
     577image backing <bool> <?dataSetName?>
     578image bg <bool> <?dataSetName?>
     579image border <bool> <?dataSetName?>
     580image color <r> <g> <b> <?dataSetName?>
     581image colormap <colorMapName> <?dataSetName?>
     582image delete <?dataSetName?>
     583image extents <xmin> <xmax> <ymin> <ymax> <zmin> <zmax> <?dataSetName?>
     584image level <level> <?dataSetName?>
     585image opacity <opacity> <?dataSetName?>
     586image orient <qw> <qx> <qy> <qz> <?dataSetName?>
     587image pos <x> <y> <z> <?dataSetName?>
     588image scale <sx> <sy> <sz> <?dataSetName?>
     589image visible <bool> <?dataSetName?>
     590image window <windowWidth> <?dataSetName?>
     591image zslice <sliceNum> <?dataSetName?>
     592
    562593lic add <?datasetName?>
    563594lic colormap <colormapName> <?datasetName?>
     
    615646molecule bstyle <cylinder|line> <?datasetName?>
    616647         Set bond render style
    617 molecule ccolor r g b <?datasetName?>
     648molecule color r g b <?datasetName?>
    618649molecule colormap <colormapName> <?datasetName?>
    619 molecule colormode <by_elements|scalar|vmag|vx|vy|vz|ccolor> <fieldName> <?datasetName?>
    620          Set the field used to color the object.  'ccolor' means to use
    621          the constant color defined by the ccolor subcommand.  'scalar' uses
     650molecule colormode <by_elements|scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?>
     651         Set the field used to color the object.  'constant' means to use
     652         the constant color defined by the color subcommand.  'scalar' uses
    622653         the active scalar field.  'vmag' uses the magnitude of the current
    623654         vector field, and 'vx','vy','vz' use the corresponding component of
     
    632663molecule linecolor <r> <g> <b> <?datasetName?>
    633664molecule linewidth <val> <?datasetName?>
     665molecule material <ambientCoeff> <diffuseCoeff> <specularCoeff> <specularExp> <?datasetName?>
    634666molecule opacity <val> <?datasetName?>
    635667molecule orient <qw> <qx> <qy> <qz> <?dataSetName?>
     
    655687
    656688polydata add <?datasetName?>
     689polydata color <r> <g> <b> <?datasetName?>
    657690polydata cloudstyle <style> <?datasetName?>
    658691         <style> = mesh | points
    659 polydata color <r> <g> <b> <?datasetName?>
     692polydata colormap <colormapName> <?datasetName?>
     693polydata colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?>
     694         Set the field used to color the object.  'constant' means to use
     695         the constant color defined by the color subcommand.  'scalar' uses
     696         the active scalar field.  'vmag' uses the magnitude of the current
     697         vector field, and 'vx','vy','vz' use the corresponding component of
     698         the active vector field.
    660699polydata culling <bool> <?name?>
    661700polydata delete <?datasetName?>
     
    669708polydata origin <x> <y> <z> <?name?>
    670709polydata pos <x> <y> <z> <?dataSetName?>
     710polydata preinterp <bool> <?dataSetName?>
     711         Controls if VTK's InterpolateScalarsBeforeMapping option is set.
     712         Setting this on will give more correct colors, as the interpolation
     713         is done on texture coordinates that lookup into a 1D texture instead
     714         of using color interpolation from triangle vertices.
    671715polydata ptsize <size> <?dataSetName?>
    672716polydata scale <sx> <sy> <sz> <?dataSetName?>
     
    697741
    698742pseudocolor add <?datasetName?>
    699 pseudocolor ccolor <r> <g> <b> <?datasetName?>
     743pseudocolor color <r> <g> <b> <?datasetName?>
    700744pseudocolor cloudstyle <style> <?datasetName?>
    701745            <style> = mesh | points | splat
    702746pseudocolor colormap <colormapName> <?datasetName?>
    703 pseudocolor colormode <scalar|vmag|vx|vy|vz|ccolor> <fieldName> <?datasetName?>
    704             Set the field used to color the object.  'ccolor' means to use
    705             the constant color defined by the ccolor subcommand.  'scalar' uses
     747pseudocolor colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?>
     748            Set the field used to color the object.  'constant' means to use
     749            the constant color defined by the color subcommand.  'scalar' uses
    706750            the active scalar field.  'vmag' uses the magnitude of the current
    707751            vector field, and 'vx','vy','vz' use the corresponding component of
     
    749793
    750794streamlines add <?datasetName?>
    751 streamlines ccolor <r> <g> <b> <?datasetName?>
    752             Set the constant color of streamlines used for color mode 'ccolor'
     795streamlines color <r> <g> <b> <?datasetName?>
     796            Set the constant color of streamlines used for color mode 'constant'
    753797streamlines colormap <colormapName> <?datasetName?>
    754798            Colormap used to color streamlines/tubes/ribbons by vector magnitude
    755 streamlines colormode <scalar|vmag|vx|vy|vz|ccolor> <fieldName> <?datasetName?>
    756             Set the field used to color the streamlines.  'ccolor' means to use
    757             the constant color defined by the ccolor subcommand.  'scalar' uses
     799streamlines colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?>
     800            Set the field used to color the streamlines.  'constant' means to use
     801            the constant color defined by the color subcommand.  'scalar' uses
    758802            the active scalar field.  'vmag' uses the magnitude of the current
    759803            vector field, and 'vx','vy','vz' use the corresponding component of
     
    812856streamlines visible <bool> <?datasetName?>
    813857
     858text3d add <textString> <name>
     859text3d color <r> <g> <b> <?name?>
     860text3d delete <?name?>
     861text3d fntfamily <fontName> <?name?>
     862text3d fntsize <fontSize> <?name?>
     863text3d opacity <opacity> <?name?>
     864text3d orient <qw> <qx> <qy> <qz> <?name?>
     865text3d origin <x> <y> <z> <?name?>
     866text3d pos <x> <y> <z> <?name?>
     867text3d scale <sx> <sy> <sz> <?name?>
     868text3d visible <bool> <?name?>
     869
    814870volume add <?datasetName?>
    815871volume colormap <colorMapName> <?datasetName?>
     
    827883
    828884warp add <?dataSetName?>
    829 warp ccolor <r> <g> <b> <?datasetName?>
     885warp color <r> <g> <b> <?datasetName?>
    830886warp cloudstyle <style> <?datasetName?>
    831887     <style> = mesh | points
    832888warp colormap <colormapName> <?datasetName?>
    833 warp colormode <scalar|vmag|vx|vy|vz|ccolor> <fieldName> <?datasetName?>
    834      Set the field used to color the object.  'ccolor' means to use
    835      the constant color defined by the ccolor subcommand.  'scalar' uses
     889warp colormode <scalar|vmag|vx|vy|vz|constant> <fieldName> <?datasetName?>
     890     Set the field used to color the object.  'constant' means to use
     891     the constant color defined by the color subcommand.  'scalar' uses
    836892     the active scalar field.  'vmag' uses the magnitude of the current
    837893     vector field, and 'vx','vy','vz' use the corresponding component of
Note: See TracChangeset for help on using the changeset viewer.