From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03146.html | 89 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 docs/doxygen/nel/a03146.html (limited to 'docs/doxygen/nel/a03146.html') diff --git a/docs/doxygen/nel/a03146.html b/docs/doxygen/nel/a03146.html new file mode 100644 index 00000000..953db4be --- /dev/null +++ b/docs/doxygen/nel/a03146.html @@ -0,0 +1,89 @@ + + +NeL: NL3D::CPSBinOp struct Reference + + + +
+

NL3D::CPSBinOp Struct Reference

#include <ps_attrib_maker_bin_op.h> +

+


Detailed Description

+this struct has an enumeration of various binary operators available with CPSAttribMakerBinOp +

+ +

+Definition at line 39 of file ps_attrib_maker_bin_op.h. + + + + +

Public Types

enum  BinOp {
+  selectArg1 = 0, +selectArg2, +modulate, +add, +
+  subtract, +last +
+ }
+


Member Enumeration Documentation

+

+ + + + +
+ + +
enum NL3D::CPSBinOp::BinOp +
+
+ + + + + +
+   + + +

+

Enumeration values:
+ + + + + + + +
selectArg1  +
selectArg2  +
modulate  +
add  +
subtract  +
last  +
+
+ +

+Definition at line 41 of file ps_attrib_maker_bin_op.h. +

+

00042         {
+00043                 selectArg1 = 0,
+00044                 selectArg2,
+00045                 modulate,
+00046                 add,
+00047                 subtract,
+00048                 last
+00049         };
+
+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 07:04:20 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1