HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_GroomUtils.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: SOP Library (C++)
7  *
8  * COMMENTS:
9  * Helper classes for working with hair and fur grooms.
10  */
11 
12 #ifndef __SOP_GroomUtils_h__
13 #define __SOP_GroomUtils_h__
14 
15 #include "SOP_NodeVerb.h"
16 
18 {
19 public:
20  static void skinPrimError(
21  const SOP_NodeVerb::CookParms &cookparms,
22  const UT_StringRef &curvetype);
23 
24 };
25 
26 uint sop_vexHash(float seed);
27 uint sop_vexHash(float seed1, float seed2);
28 float sop_vexRandom(uint seed);
29 float sop_vexRand(uint seed);
30 
31 #endif
static void skinPrimError(const SOP_NodeVerb::CookParms &cookparms, const UT_StringRef &curvetype)
uint sop_vexHash(float seed)
float sop_vexRand(uint seed)
float sop_vexRandom(uint seed)
unsigned int uint
Definition: SYS_Types.h:45