HDK
|
#include "SOP_NodeVerb.h"
#include <GA/GA_AttributeRefMap.h>
#include <GA/GA_WeightedSum.h>
#include <GEO/GEO_PointTree.h>
#include <GU/GU_Detail.h>
#include "GU/GU_RayIntersect.h"
#include <UT/UT_LineTree.h>
#include <UT/UT_Ramp.h>
#include <UT/UT_Tuple.h>
#include <UT/UT_UniquePtr.h>
#include "GEO/GEO_PrimPoly.h"
#include "SOP_ParmOverride.h"
Go to the source code of this file.
Classes | |
class | SOP_GroomCurveTree |
class | SOP_GroomFastRamp |
class | SOP_GroomSourceAttribList |
class | SOP_GroomSourceAttribList::CacheData |
class | SOP_GroomUtils |
struct | SOP_GroomInterpCoords |
class | SOP_GroomSkinIntersect |
struct | SOP_GroomPartingLineAttribs |
class | SOP_GroomPartingLineLookup |
struct | SOP_GroomPartingLineLookup::PerThreadData |
Typedefs | |
using | sop_PartingLineAttribsUPtr = UT_UniquePtr< SOP_GroomPartingLineAttribs > |
Functions | |
uint | sop_vexHash (float seed) |
uint | sop_vexHash (float seed1, float seed2) |
float | sop_vexRandom (uint seed) |
float | sop_vexRand (uint seed) |
Definition at line 568 of file SOP_GroomUtils.h.
uint sop_vexHash | ( | float | seed | ) |
uint sop_vexHash | ( | float | seed1, |
float | seed2 | ||
) |
float sop_vexRand | ( | uint | seed | ) |
float sop_vexRandom | ( | uint | seed | ) |