[cig-commits] commit: merging updated meta files into -dev branch

Mercurial hg at geodynamics.org
Mon Nov 24 11:29:44 PST 2008


changeset:   91:6c090e607cdd
tag:         tip
parent:      89:f49fe434cc69
parent:      90:fd1cadc48f64
user:        Julian Giordani <julian.giordani at sci.monash.edu.au>
date:        Thu Nov 20 15:52:37 2008 +1100
files:       RenderingEngines/src/RenderingEngineGL.meta
description:
merging updated meta files into -dev branch


diff -r f49fe434cc69 -r 6c090e607cdd RenderingEngines/src/RenderingEngineGL.meta
--- a/RenderingEngines/src/RenderingEngineGL.meta	Mon Nov 17 17:09:52 2008 +1100
+++ b/RenderingEngines/src/RenderingEngineGL.meta	Thu Nov 20 15:52:37 2008 +1100
@@ -23,9 +23,11 @@
 
 <!-- Add an exmaple XML if possible -->
 <param name="Example">
+<![CDATA[
 		<struct name="renderingEngine">
 			<param name="Type">lucRenderingEngineGL</param>
 		</struct>
+	]]>
 </param>
 
 </StGermainData>
diff -r f49fe434cc69 -r 6c090e607cdd RenderingEngines/src/RenderingEngineVTK.meta
--- a/RenderingEngines/src/RenderingEngineVTK.meta	Mon Nov 17 17:09:52 2008 +1100
+++ b/RenderingEngines/src/RenderingEngineVTK.meta	Thu Nov 20 15:52:37 2008 +1100
@@ -3,5 +3,30 @@
 <StGermainData xmlns="http://www.vpac.org/StGermain/XML_IO_Handler/Jun2003">
 
 <param name="Name">lucRenderingEngineVTK</param>
+<param name="Author">Robert Turnbull</param>
+<param name="Organisation">MCC</param>
+<param name="Project">gLucifer</param>
+<param name="Location">./gLucifer/RenderingEngines/src/</param>
+<param name="Project Web">http://mcc.monash.edu.au/gLucifer</param>
+<param name="Copyright">Copyright (c) 2005, Monash Cluster Computing</param>
+<param name="License">http://www.opensource.org/licenses/bsd-license.php</param>
+<param name="Parent">lucRenderingEngine</param>
+<param name="Reference">...</param>
+<param name="Summary">...</param>
+<param name="Description">Non implemented. A skeleton template of the lucRenderingEngine Class using VTK.</param>
+
+<list name="Params">
+</list>
+
+<list name="Dependencies">
+</list>
+
+<param name="Example">
+<![CDATA[
+		<struct name="renderingEngine">
+			<param name="Type">lucRenderingEngineVTK</param>
+		</struct>
+]]>
+</param>
 
 </StGermainData>
diff -r f49fe434cc69 -r 6c090e607cdd WindowInteractions/src/ColourBarInteraction.meta
--- a/WindowInteractions/src/ColourBarInteraction.meta	Mon Nov 17 17:09:52 2008 +1100
+++ b/WindowInteractions/src/ColourBarInteraction.meta	Thu Nov 20 15:52:37 2008 +1100
@@ -13,18 +13,25 @@
 <param name="Parent">lucWindowInteraction</param>
 <param name="Reference">...</param>
 <param name="Summary">...</param>
-<param name="Description">...</param>
-
-<!--Now the interesting stuff-->
-
+<param name="Description">Allows the user to interactively query the value of a colour from the colour bar. The user must point the mouse over the colour bar and then press the 'c' button ; the value of that colour will be printed to the termainal. This can only run under interactive mode. No dependencies or parameters are required for this functionality.</param>
 
 <list name="Params">
-
 </list>
 
 <list name="Dependencies">
+</list>
+<param name="Example">
+<![CDATA[
+		<struct name="ColourBarInteractions">
+			<param name="Type">lucColourBarInteraction</param>
+		</struct>
+		<struct name="window" mergeType="merge">
+			<param name="Viewport">ParticleDensityVP StrainRateInvariantVP</param>
+			<list name="WindowInteraction">
+				<param>ColourBarInteractions</param>
+			</list>
+		</struct>
+		]]>
+</param>
 
-</list>
-<!-- Add an exmaple XML if possible -->
-<param name="Example">...</param>
-
+</StGermainData>
diff -r f49fe434cc69 -r 6c090e607cdd WindowInteractions/src/FieldValueInteraction.meta
--- a/WindowInteractions/src/FieldValueInteraction.meta	Mon Nov 17 17:09:52 2008 +1100
+++ b/WindowInteractions/src/FieldValueInteraction.meta	Thu Nov 20 15:52:37 2008 +1100
@@ -13,19 +13,25 @@
 <param name="Parent">lucInputFormat</param>
 <param name="Reference">...</param>
 <param name="Summary">...</param>
-<param name="Description">...</param>
-
-<!--Now the interesting stuff-->
-
+<param name="Description">Allows the user to interactively query the value of a scalar field from a viewport. The user must point the mouse over a viewport containing a lucScalarFieldCrossSection object and then press the 'f' button; the xyz coordinates of that point and a scalar value will be printed at that location. It should be remembered that this will only work for lucScalarFieldCrossSection viewing objects which provide a 2D surface for this functionality. This can only run under interactive mode. No dependencies or parameters are required for this functionality.</param>
 
 <list name="Params">
-
 </list>
 
 <list name="Dependencies">
-
 </list>
-<!-- Add an exmaple XML if possible -->
-<param name="Example">...</param>
+<param name="Example">
+<![CDATA[
+		<struct name="FieldInteractions">
+			<param name="Type">lucFieldValueInteraction</param>
+		</struct>
+		<struct name="window" mergeType="merge">
+			<param name="Viewport">ParticleDensityVP StrainRateInvariantVP</param>
+			<list name="FieldInteractions">
+				<param>ColourBarInteractions</param>
+			</list>
+		</struct>
+		]]>
+</param>
 
 </StGermainData>
diff -r f49fe434cc69 -r 6c090e607cdd WindowInteractions/src/LightInteraction.meta
--- a/WindowInteractions/src/LightInteraction.meta	Mon Nov 17 17:09:52 2008 +1100
+++ b/WindowInteractions/src/LightInteraction.meta	Thu Nov 20 15:52:37 2008 +1100
@@ -10,10 +10,7 @@
 <param name="Copyright">Copyright (c) 2005, Monash Cluster Computing</param>
 <param name="License">http://www.opensource.org/licenses/bsd-license.php</param>
 <param name="Parent">lucWindowInteraction</param>
-<param name="Description">...</param>
-
-<!--Now the interesting stuff-->
-
+<param name="Description">Currently unsupported.<p> Allows the user to interactively move the light in a viewport. This can only run under interactive mode. No dependencies or parameters are required for this functionality.</p></param>
 
 <list name="Params">
 
@@ -22,6 +19,5 @@
 <list name="Dependencies">
 
 </list>
-<!-- Add an exmaple XML if possible -->
 <param name="Example">...</param>
 
diff -r f49fe434cc69 -r 6c090e607cdd WindowInteractions/src/MeshViewerInteraction.meta
--- a/WindowInteractions/src/MeshViewerInteraction.meta	Mon Nov 17 17:09:52 2008 +1100
+++ b/WindowInteractions/src/MeshViewerInteraction.meta	Thu Nov 20 15:52:37 2008 +1100
@@ -13,18 +13,13 @@
 <param name="Parent">lucWindowInteraction</param>
 <param name="Reference">...</param>
 <param name="Summary">...</param>
-<param name="Description">Allows to print out node or element number by positioning the mouse on the desired spot and pressing 'n' for the node number, 'e' for the element number</param>
-
-<!--Now the interesting stuff-->
-
+<param name="Description">This is disabled at present. It allows the user to print out the node or element number closed to the cursor, by positioning the mouse on the desired spot and pressing 'n' for the node number, 'e' for the element number</param>
 
 <list name="Params">
-
 </list>
 
 <list name="Dependencies">
+</list>
 
-</list>
-<!-- Add an exmaple XML if possible -->
-<param name="Example">...</param>
+<param name="Example">N/A</param>
 
diff -r f49fe434cc69 -r 6c090e607cdd WindowInteractions/src/SwarmViewerInteraction.meta
--- a/WindowInteractions/src/SwarmViewerInteraction.meta	Mon Nov 17 17:09:52 2008 +1100
+++ b/WindowInteractions/src/SwarmViewerInteraction.meta	Thu Nov 20 15:52:37 2008 +1100
@@ -13,18 +13,12 @@
 <param name="Parent">lucWindowInteraction</param>
 <param name="Reference">...</param>
 <param name="Summary">...</param>
-<param name="Description">...</param>
-
-<!--Now the interesting stuff-->
-
+<param name="Description">Currently diabled. Allows the user to interactively query the particle index from a lucSwarmViewer type object. This can only run under interactive mode. No dependencies or parameters are required for this functionality.</param>
 
 <list name="Params">
-
 </list>
 
 <list name="Dependencies">
+</list>
+<param name="Example">N/A</param>
 
-</list>
-<!-- Add an exmaple XML if possible -->
-<param name="Example">...</param>
-



More information about the CIG-COMMITS mailing list