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