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/structNL3D_1_1CPSInputType.html | 294 +++++++++++++++++++++++ 1 file changed, 294 insertions(+) create mode 100644 docs/doxygen/nel/structNL3D_1_1CPSInputType.html (limited to 'docs/doxygen/nel/structNL3D_1_1CPSInputType.html') diff --git a/docs/doxygen/nel/structNL3D_1_1CPSInputType.html b/docs/doxygen/nel/structNL3D_1_1CPSInputType.html new file mode 100644 index 00000000..221ba963 --- /dev/null +++ b/docs/doxygen/nel/structNL3D_1_1CPSInputType.html @@ -0,0 +1,294 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::CPSInputType Struct Reference

this struct only contains an enum that tell chat the input of an attribute maker is. +More... +

+#include <ps_attrib_maker.h> +

+List of all members. + + + + + + + + + + + + +

Public Types

enum  TInputType {
+  attrDate = 0, +attrPosition = 1, +attrInverseMass = 2, +attrSpeed = 3, +
+  attrUniformRandom = 4, +attrUserParam = 5, +attrLOD = 6, +attrSquareLOD = 7, +
+  attrClampedLOD = 8, +attrClampedSquareLOD = 9 +
+ }
 input types. More...


Public Methods

 CPSInputType ()
 ctor. More...

void serial (NLMISC::IStream &f) throw (NLMISC::EStream)

Public Attributes

enum NL3D::CPSInputType::TInputType InputType
 input types. More...

uint32 UserParamNum
 The user param being used. Valid only when InputType has been set to attrUserParam. More...

+


Detailed Description

+this struct only contains an enum that tell chat the input of an attribute maker is. +

+

+See also:
+class CPSAttributeMaker
+

+ +

+Definition at line 45 of file ps_attrib_maker.h.


Member Enumeration Documentation

+

+ + + + +
+ + +
enum NL3D::CPSInputType::TInputType +
+
+ + + + + +
+   + + +

+input types. +

+

+Enumeration values:
+ + + + + + + + + + + +
attrDate  +
attrPosition  +
attrInverseMass  +
attrSpeed  +
attrUniformRandom  +
attrUserParam  +
attrLOD  +
attrSquareLOD  +
attrClampedLOD  +
attrClampedSquareLOD  +
+
+ +

+Definition at line 53 of file ps_attrib_maker.h.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CPSInputType::CPSInputType   [inline]
+
+ + + + + +
+   + + +

+ctor. +

+ +

+Definition at line 48 of file ps_attrib_maker.h. +

+References attrDate, and InputType.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CPSInputType::serial NLMISC::IStream  f throw (NLMISC::EStream) [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 73 of file ps_attrib_maker.h. +

+References attrUserParam, InputType, and UserParamNum.

+


Member Data Documentation

+

+ + + + +
+ + +
enum NL3D::CPSInputType::TInputType NL3D::CPSInputType::InputType +
+
+ + + + + +
+   + + +

+input types. +

+ +

+Referenced by CPSInputType, and serial.

+

+ + + + +
+ + +
uint32 NL3D::CPSInputType::UserParamNum +
+
+ + + + + +
+   + + +

+The user param being used. Valid only when InputType has been set to attrUserParam. +

+ +

+Definition at line 70 of file ps_attrib_maker.h. +

+Referenced by serial.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1