HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_Scatter_2_0Parms Class Reference

#include <SOP_Scatter-2.0.proto.h>

+ Inheritance diagram for SOP_Scatter_2_0Parms:

Public Types

using GenerateBy = SOP_Scatter_2_0Enums::GenerateBy
 
- Public Types inherited from OP_NodeParms
enum  ParmType {
  PARM_INTEGER, PARM_FLOAT, PARM_VECTOR2, PARM_VECTOR3,
  PARM_VECTOR4, PARM_MATRIX2, PARM_MATRIX3, PARM_MATRIX4,
  PARM_STRING, PARM_RAMP, PARM_DATA, PARM_MULTIPARM,
  PARM_UNSUPPORTED
}
 

Public Member Functions

 SOP_Scatter_2_0Parms ()
 
 SOP_Scatter_2_0Parms (const SOP_Scatter_2_0Parms &)=default
 
SOP_Scatter_2_0Parmsoperator= (const SOP_Scatter_2_0Parms &)=default
 
 SOP_Scatter_2_0Parms (SOP_Scatter_2_0Parms &&) noexcept=default
 
SOP_Scatter_2_0Parmsoperator= (SOP_Scatter_2_0Parms &&) noexcept=default
 
 ~SOP_Scatter_2_0Parms () override
 
bool operator== (const SOP_Scatter_2_0Parms &src) const
 
bool operator!= (const SOP_Scatter_2_0Parms &src) const
 
void buildFromOp (const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
 
void loadFromOpSubclass (const LoadParms &loadparms) override
 
void copyFrom (const OP_NodeParms *src) override
 
template<typename T >
void doGetParmValue (TempIndex idx, TempIndex instance, T &value) const
 
bool isParmColorRamp (exint idx) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, exint &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, fpreal &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
 
template<typename T >
void doSetParmValue (TempIndex idx, TempIndex instance, const T &value)
 
void setNestParmValue (TempIndex idx, TempIndex instance, const exint &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const fpreal &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
 
exint getNestNumParms (TempIndex idx) const override
 
const char * getNestParmName (TempIndex fieldnum) const override
 
ParmType getNestParmType (TempIndex fieldnum) const override
 
void save (std::ostream &os) const
 
bool load (UT_IStream &is)
 
const UT_StringHoldergetGroup () const
 
void setGroup (const UT_StringHolder &val)
 
UT_StringHolder opGroup (const SOP_NodeVerb::CookParms &cookparms) const
 
GenerateBy getGenerateBy () const
 
void setGenerateBy (GenerateBy val)
 
GenerateBy opGenerateBy (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getIndepVoxel () const
 
void setIndepVoxel (bool val)
 
bool opIndepVoxel (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getForceTotal () const
 
void setForceTotal (bool val)
 
bool opForceTotal (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getNpts () const
 
void setNpts (int64 val)
 
int64 opNpts (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getDensityScale () const
 
void setDensityScale (fpreal64 val)
 
fpreal64 opDensityScale (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseDensityAttrib () const
 
void setUseDensityAttrib (bool val)
 
bool opUseDensityAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetDensityAttrib () const
 
void setDensityAttrib (const UT_StringHolder &val)
 
UT_StringHolder opDensityAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseAreaAttrib () const
 
void setUseAreaAttrib (bool val)
 
bool opUseAreaAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetAreaAttrib () const
 
void setAreaAttrib (const UT_StringHolder &val)
 
UT_StringHolder opAreaAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseAreaForVolumes () const
 
void setUseAreaForVolumes (bool val)
 
bool opUseAreaForVolumes (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseDensityTexture () const
 
void setUseDensityTexture (bool val)
 
bool opUseDensityTexture (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetDensityTexture () const
 
void setDensityTexture (const UT_StringHolder &val)
 
UT_StringHolder opDensityTexture (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetUVAttrib () const
 
void setUVAttrib (const UT_StringHolder &val)
 
UT_StringHolder opUVAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetCountPerPrimAttrib () const
 
void setCountPerPrimAttrib (const UT_StringHolder &val)
 
UT_StringHolder opCountPerPrimAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseEmergencyLimit () const
 
void setUseEmergencyLimit (bool val)
 
bool opUseEmergencyLimit (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getEmergencyLimit () const
 
void setEmergencyLimit (int64 val)
 
int64 opEmergencyLimit (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSeed () const
 
void setSeed (fpreal64 val)
 
fpreal64 opSeed (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOverridePrimSeed () const
 
void setOverridePrimSeed (bool val)
 
bool opOverridePrimSeed (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimSeedAttrib () const
 
void setPrimSeedAttrib (const UT_StringHolder &val)
 
UT_StringHolder opPrimSeedAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getRandomizeOrder () const
 
void setRandomizeOrder (bool val)
 
bool opRandomizeOrder (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getRelaxPoints () const
 
void setRelaxPoints (bool val)
 
bool opRelaxPoints (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getRelaxIterations () const
 
void setRelaxIterations (int64 val)
 
int64 opRelaxIterations (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseGeometricNormals () const
 
void setUseGeometricNormals (bool val)
 
bool opUseGeometricNormals (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsePrimNumAttrib () const
 
void setUsePrimNumAttrib (bool val)
 
bool opUsePrimNumAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimNumAttrib () const
 
void setPrimNumAttrib (const UT_StringHolder &val)
 
UT_StringHolder opPrimNumAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsePrimUVWAttrib () const
 
void setUsePrimUVWAttrib (bool val)
 
bool opUsePrimUVWAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimUVWAttrib () const
 
void setPrimUVWAttrib (const UT_StringHolder &val)
 
UT_StringHolder opPrimUVWAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseOutputDensityAttrib () const
 
void setUseOutputDensityAttrib (bool val)
 
bool opUseOutputDensityAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOutputDensityAttrib () const
 
void setOutputDensityAttrib (const UT_StringHolder &val)
 
UT_StringHolder opOutputDensityAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseOutputRadiusAttrib () const
 
void setUseOutputRadiusAttrib (bool val)
 
bool opUseOutputRadiusAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOutputRadiusAttrib () const
 
void setOutputRadiusAttrib (const UT_StringHolder &val)
 
UT_StringHolder opOutputRadiusAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseOutputIdAttrib () const
 
void setUseOutputIdAttrib (bool val)
 
bool opUseOutputIdAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetOutputIdAttrib () const
 
void setOutputIdAttrib (const UT_StringHolder &val)
 
UT_StringHolder opOutputIdAttrib (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getRadiusInTextureSpace () const
 
void setRadiusInTextureSpace (bool val)
 
bool opRadiusInTextureSpace (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPointAttribs () const
 
void setPointAttribs (const UT_StringHolder &val)
 
UT_StringHolder opPointAttribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetVertAttribs () const
 
void setVertAttribs (const UT_StringHolder &val)
 
UT_StringHolder opVertAttribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimAttribs () const
 
void setPrimAttribs (const UT_StringHolder &val)
 
UT_StringHolder opPrimAttribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetDetailAttribs () const
 
void setDetailAttribs (const UT_StringHolder &val)
 
UT_StringHolder opDetailAttribs (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetDetailAttribsAsDetail () const
 
void setDetailAttribsAsDetail (const UT_StringHolder &val)
 
UT_StringHolder opDetailAttribsAsDetail (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getScaleRadiiBy () const
 
void setScaleRadiiBy (fpreal64 val)
 
fpreal64 opScaleRadiiBy (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseMaxRadius () const
 
void setUseMaxRadius (bool val)
 
bool opUseMaxRadius (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getMaxRadius () const
 
void setMaxRadius (fpreal64 val)
 
fpreal64 opMaxRadius (const SOP_NodeVerb::CookParms &cookparms) const
 
- Public Member Functions inherited from SOP_NodeParms
 SOP_NodeParms ()
 
bool applyGeometryOverride (GU_ConstDetailHandle gdh)
 
bool applyGeometryOverrideFromNode (SOP_Node *node, OP_Context &context, SOP_NodeCache *cache)
 
- Public Member Functions inherited from OP_NodeParms
 OP_NodeParms ()
 
virtual ~OP_NodeParms ()
 
void loadFromOp (const LoadParms &loadparms)
 
bool applyOptionsOverride (const UT_Options *options)
 
virtual exint getNumParms () const
 
virtual const char * getParmName (exint idx) const
 
virtual ParmType getParmType (exint idx) const
 
virtual void getParmValue (exint idx, exint &value) const
 
virtual void getParmValue (exint idx, fpreal &value) const
 
virtual void getParmValue (exint idx, UT_Vector2D &value) const
 
virtual void getParmValue (exint idx, UT_Vector3D &value) const
 
virtual void getParmValue (exint idx, UT_Vector4D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix2D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix3D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix4D &value) const
 
virtual void getParmValue (exint idx, UT_StringHolder &value) const
 
virtual void getParmValue (exint idx, UT_SharedPtr< UT_Ramp > &value) const
 
virtual void getParmValue (exint idx, PRM_DataItemHandle &value) const
 
virtual void setParmValue (exint idx, const exint &value)
 
virtual void setParmValue (exint idx, const fpreal &value)
 
virtual void setParmValue (exint idx, const UT_Vector2D &value)
 
virtual void setParmValue (exint idx, const UT_Vector3D &value)
 
virtual void setParmValue (exint idx, const UT_Vector4D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix2D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix3D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix4D &value)
 
virtual void setParmValue (exint idx, const UT_StringHolder &value)
 
virtual void setParmValue (exint idx, const UT_SharedPtr< UT_Ramp > &value)
 
virtual void setParmValue (exint idx, const PRM_DataItemHandle &value)
 
virtual UT_StringHolder baseGetSignature () const
 
virtual void baseSetSignature (const UT_StringHolder &sig)
 
virtual int64 getMemoryUsage (bool inclusive) const
 
template<>
void coerceValue (exint &result, const exint &src) const
 
template<>
void coerceValue (bool &result, const exint &src) const
 
template<>
void coerceValue (exint &result, const bool &src) const
 
template<>
void coerceValue (bool &result, const bool &src) const
 
template<>
void coerceValue (fpreal &result, const fpreal &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Matrix2D &result, const UT_Matrix2D &src) const
 
template<>
void coerceValue (UT_Matrix3D &result, const UT_Matrix3D &src) const
 
template<>
void coerceValue (UT_Matrix4D &result, const UT_Matrix4D &src) const
 
template<>
void coerceValue (UT_StringHolder &result, const UT_StringHolder &src) const
 
template<>
void coerceValue (UT_SharedPtr< UT_Ramp > &result, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
void coerceValue (PRM_DataItemHandle &result, const PRM_DataItemHandle &src) const
 
template<>
void coerceValue (UT_Vector2I &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2I &src) const
 
template<>
void coerceValue (UT_Vector3I &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3I &src) const
 
template<>
void coerceValue (UT_Vector4I &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4I &src) const
 
template<>
exint clampMinValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMinValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMinValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMinValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMinValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMinValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMinValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMinValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMinValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMinValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMinValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMinValue (fpreal clamp, const UT_Vector4I &src) const
 
template<>
UT_SharedPtr< UT_RampclampMinValue (fpreal clamp, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
exint clampMaxValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMaxValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMaxValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMaxValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMaxValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMaxValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMaxValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMaxValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMaxValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMaxValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMaxValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMaxValue (fpreal clamp, const UT_Vector4I &src) const
 

Static Public Member Functions

static int version ()
 
static void loadData (UT_IStream &is, int64 &v)
 
static void loadData (UT_IStream &is, bool &v)
 
static void loadData (UT_IStream &is, fpreal64 &v)
 
static void loadData (UT_IStream &is, UT_Vector2D &v)
 
static void loadData (UT_IStream &is, UT_Vector3D &v)
 
static void loadData (UT_IStream &is, UT_Vector4D &v)
 
static void loadData (UT_IStream &is, UT_Matrix2D &v)
 
static void loadData (UT_IStream &is, UT_Matrix3D &v)
 
static void loadData (UT_IStream &is, UT_Matrix4D &v)
 
static void loadData (UT_IStream &is, UT_Vector2I &v)
 
static void loadData (UT_IStream &is, UT_Vector3I &v)
 
static void loadData (UT_IStream &is, UT_Vector4I &v)
 
static void loadData (UT_IStream &is, UT_StringHolder &v)
 
static void loadData (UT_IStream &is, UT_SharedPtr< UT_Ramp > &v)
 
static void loadData (UT_IStream &is, PRM_DataItemHandle &v)
 
static void saveData (std::ostream &os, int64 v)
 
static void saveData (std::ostream &os, bool v)
 
static void saveData (std::ostream &os, fpreal64 v)
 
static void saveData (std::ostream &os, UT_Vector2D v)
 
static void saveData (std::ostream &os, UT_Vector3D v)
 
static void saveData (std::ostream &os, UT_Vector4D v)
 
static void saveData (std::ostream &os, UT_Matrix2D v)
 
static void saveData (std::ostream &os, UT_Matrix3D v)
 
static void saveData (std::ostream &os, UT_Matrix4D v)
 
static void saveData (std::ostream &os, UT_StringHolder s)
 
static void saveData (std::ostream &os, UT_SharedPtr< UT_Ramp > s)
 
static void saveData (std::ostream &os, PRM_DataItemHandle s)
 
- Static Public Member Functions inherited from SOP_NodeParms
static bool nodeHasGeometryOverride (SOP_Node *node, OP_Context &context)
 

Additional Inherited Members

- Protected Member Functions inherited from OP_NodeParms
 OP_NodeParms (const OP_NodeParms &)=default
 
OP_NodeParmsoperator= (const OP_NodeParms &)=default
 
template<typename T , typename S >
void coerceValue (T &result, const S &src) const
 
template<typename T >
T clampMinValue (fpreal minvalue, const T &src) const
 
template<typename T >
T clampMaxValue (fpreal maxvalue, const T &src) const
 
- Protected Attributes inherited from OP_NodeParms
UT_StringHolder _myBaseSignature
 

Detailed Description

Definition at line 47 of file SOP_Scatter-2.0.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_Scatter_2_0Parms::SOP_Scatter_2_0Parms ( )
inline

Definition at line 52 of file SOP_Scatter-2.0.proto.h.

SOP_Scatter_2_0Parms::SOP_Scatter_2_0Parms ( const SOP_Scatter_2_0Parms )
explicitdefault
SOP_Scatter_2_0Parms::SOP_Scatter_2_0Parms ( SOP_Scatter_2_0Parms &&  )
defaultnoexcept
SOP_Scatter_2_0Parms::~SOP_Scatter_2_0Parms ( )
inlineoverride

Definition at line 105 of file SOP_Scatter-2.0.proto.h.

Member Function Documentation

void SOP_Scatter_2_0Parms::buildFromOp ( const OP_GraphProxy graph,
exint  nodeidx,
fpreal  time,
DEP_MicroNode depnode 
)
inline

Definition at line 166 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 307 of file SOP_Scatter-2.0.proto.h.

template<typename T >
void SOP_Scatter_2_0Parms::doGetParmValue ( TempIndex  idx,
TempIndex  instance,
T value 
) const
inline

Definition at line 314 of file SOP_Scatter-2.0.proto.h.

template<typename T >
void SOP_Scatter_2_0Parms::doSetParmValue ( TempIndex  idx,
TempIndex  instance,
const T value 
)
inline

Definition at line 490 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getAreaAttrib ( ) const
inline

Definition at line 1162 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getCountPerPrimAttrib ( ) const
inline

Definition at line 1212 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getDensityAttrib ( ) const
inline

Definition at line 1142 of file SOP_Scatter-2.0.proto.h.

fpreal64 SOP_Scatter_2_0Parms::getDensityScale ( ) const
inline

Definition at line 1122 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getDensityTexture ( ) const
inline

Definition at line 1192 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getDetailAttribs ( ) const
inline

Definition at line 1452 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getDetailAttribsAsDetail ( ) const
inline

Definition at line 1462 of file SOP_Scatter-2.0.proto.h.

int64 SOP_Scatter_2_0Parms::getEmergencyLimit ( ) const
inline

Definition at line 1232 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getForceTotal ( ) const
inline

Definition at line 1102 of file SOP_Scatter-2.0.proto.h.

GenerateBy SOP_Scatter_2_0Parms::getGenerateBy ( ) const
inline

Definition at line 1082 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getGroup ( ) const
inline

Definition at line 1072 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getIndepVoxel ( ) const
inline

Definition at line 1092 of file SOP_Scatter-2.0.proto.h.

fpreal64 SOP_Scatter_2_0Parms::getMaxRadius ( ) const
inline

Definition at line 1492 of file SOP_Scatter-2.0.proto.h.

exint SOP_Scatter_2_0Parms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 655 of file SOP_Scatter-2.0.proto.h.

const char* SOP_Scatter_2_0Parms::getNestParmName ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 667 of file SOP_Scatter-2.0.proto.h.

ParmType SOP_Scatter_2_0Parms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 764 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
exint value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 465 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
fpreal value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 467 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Vector2D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 469 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Vector3D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 471 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Vector4D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 473 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Matrix2D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 475 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Matrix3D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 477 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Matrix4D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 479 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_StringHolder value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 481 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_SharedPtr< UT_Ramp > &  value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 483 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
PRM_DataItemHandle value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 485 of file SOP_Scatter-2.0.proto.h.

int64 SOP_Scatter_2_0Parms::getNpts ( ) const
inline

Definition at line 1112 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getOutputDensityAttrib ( ) const
inline

Definition at line 1362 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getOutputIdAttrib ( ) const
inline

Definition at line 1402 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getOutputRadiusAttrib ( ) const
inline

Definition at line 1382 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getOverridePrimSeed ( ) const
inline

Definition at line 1252 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getPointAttribs ( ) const
inline

Definition at line 1422 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getPrimAttribs ( ) const
inline

Definition at line 1442 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getPrimNumAttrib ( ) const
inline

Definition at line 1322 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getPrimSeedAttrib ( ) const
inline

Definition at line 1262 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getPrimUVWAttrib ( ) const
inline

Definition at line 1342 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getRadiusInTextureSpace ( ) const
inline

Definition at line 1412 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getRandomizeOrder ( ) const
inline

Definition at line 1272 of file SOP_Scatter-2.0.proto.h.

int64 SOP_Scatter_2_0Parms::getRelaxIterations ( ) const
inline

Definition at line 1292 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getRelaxPoints ( ) const
inline

Definition at line 1282 of file SOP_Scatter-2.0.proto.h.

fpreal64 SOP_Scatter_2_0Parms::getScaleRadiiBy ( ) const
inline

Definition at line 1472 of file SOP_Scatter-2.0.proto.h.

fpreal64 SOP_Scatter_2_0Parms::getSeed ( ) const
inline

Definition at line 1242 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getUseAreaAttrib ( ) const
inline

Definition at line 1152 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getUseAreaForVolumes ( ) const
inline

Definition at line 1172 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getUseDensityAttrib ( ) const
inline

Definition at line 1132 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getUseDensityTexture ( ) const
inline

Definition at line 1182 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getUseEmergencyLimit ( ) const
inline

Definition at line 1222 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getUseGeometricNormals ( ) const
inline

Definition at line 1302 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getUseMaxRadius ( ) const
inline

Definition at line 1482 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getUseOutputDensityAttrib ( ) const
inline

Definition at line 1352 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getUseOutputIdAttrib ( ) const
inline

Definition at line 1392 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getUseOutputRadiusAttrib ( ) const
inline

Definition at line 1372 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getUsePrimNumAttrib ( ) const
inline

Definition at line 1312 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::getUsePrimUVWAttrib ( ) const
inline

Definition at line 1332 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getUVAttrib ( ) const
inline

Definition at line 1202 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getVertAttribs ( ) const
inline

Definition at line 1432 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 456 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::load ( UT_IStream is)
inline

Definition at line 1016 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
int64 v 
)
inlinestatic

Definition at line 862 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
bool &  v 
)
inlinestatic

Definition at line 864 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
fpreal64 v 
)
inlinestatic

Definition at line 866 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
UT_Vector2D v 
)
inlinestatic

Definition at line 868 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
UT_Vector3D v 
)
inlinestatic

Definition at line 870 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
UT_Vector4D v 
)
inlinestatic

Definition at line 873 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
UT_Matrix2D v 
)
inlinestatic

Definition at line 876 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
UT_Matrix3D v 
)
inlinestatic

Definition at line 878 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
UT_Matrix4D v 
)
inlinestatic

Definition at line 880 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
UT_Vector2I v 
)
inlinestatic

Definition at line 882 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
UT_Vector3I v 
)
inlinestatic

Definition at line 884 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
UT_Vector4I v 
)
inlinestatic

Definition at line 887 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
UT_StringHolder v 
)
inlinestatic

Definition at line 890 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
UT_SharedPtr< UT_Ramp > &  v 
)
inlinestatic

Definition at line 892 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::loadData ( UT_IStream is,
PRM_DataItemHandle v 
)
inlinestatic

Definition at line 903 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 301 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opAreaAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1164 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opCountPerPrimAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1214 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opDensityAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1144 of file SOP_Scatter-2.0.proto.h.

fpreal64 SOP_Scatter_2_0Parms::opDensityScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1124 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opDensityTexture ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1194 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opDetailAttribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1454 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opDetailAttribsAsDetail ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1464 of file SOP_Scatter-2.0.proto.h.

int64 SOP_Scatter_2_0Parms::opEmergencyLimit ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1234 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::operator!= ( const SOP_Scatter_2_0Parms src) const
inline

Definition at line 158 of file SOP_Scatter-2.0.proto.h.

SOP_Scatter_2_0Parms& SOP_Scatter_2_0Parms::operator= ( const SOP_Scatter_2_0Parms )
default
SOP_Scatter_2_0Parms& SOP_Scatter_2_0Parms::operator= ( SOP_Scatter_2_0Parms &&  )
defaultnoexcept
bool SOP_Scatter_2_0Parms::operator== ( const SOP_Scatter_2_0Parms src) const
inline

Definition at line 107 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opForceTotal ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1104 of file SOP_Scatter-2.0.proto.h.

GenerateBy SOP_Scatter_2_0Parms::opGenerateBy ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1084 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opGroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1074 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opIndepVoxel ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1094 of file SOP_Scatter-2.0.proto.h.

fpreal64 SOP_Scatter_2_0Parms::opMaxRadius ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1494 of file SOP_Scatter-2.0.proto.h.

int64 SOP_Scatter_2_0Parms::opNpts ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1114 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opOutputDensityAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1364 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opOutputIdAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1404 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opOutputRadiusAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1384 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opOverridePrimSeed ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1254 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opPointAttribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1424 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opPrimAttribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1444 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opPrimNumAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1324 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opPrimSeedAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1264 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opPrimUVWAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1344 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opRadiusInTextureSpace ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1414 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opRandomizeOrder ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1274 of file SOP_Scatter-2.0.proto.h.

int64 SOP_Scatter_2_0Parms::opRelaxIterations ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1294 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opRelaxPoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1284 of file SOP_Scatter-2.0.proto.h.

fpreal64 SOP_Scatter_2_0Parms::opScaleRadiiBy ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1474 of file SOP_Scatter-2.0.proto.h.

fpreal64 SOP_Scatter_2_0Parms::opSeed ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1244 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opUseAreaAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1154 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opUseAreaForVolumes ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1174 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opUseDensityAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1134 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opUseDensityTexture ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1184 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opUseEmergencyLimit ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1224 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opUseGeometricNormals ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1304 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opUseMaxRadius ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1484 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opUseOutputDensityAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1354 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opUseOutputIdAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1394 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opUseOutputRadiusAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1374 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opUsePrimNumAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1314 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::opUsePrimUVWAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1334 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opUVAttrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1204 of file SOP_Scatter-2.0.proto.h.

UT_StringHolder SOP_Scatter_2_0Parms::opVertAttribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1434 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::save ( std::ostream &  os) const
inline

Definition at line 966 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::saveData ( std::ostream &  os,
int64  v 
)
inlinestatic

Definition at line 923 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::saveData ( std::ostream &  os,
bool  v 
)
inlinestatic

Definition at line 925 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::saveData ( std::ostream &  os,
fpreal64  v 
)
inlinestatic

Definition at line 927 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::saveData ( std::ostream &  os,
UT_Vector2D  v 
)
inlinestatic

Definition at line 929 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::saveData ( std::ostream &  os,
UT_Vector3D  v 
)
inlinestatic

Definition at line 931 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::saveData ( std::ostream &  os,
UT_Vector4D  v 
)
inlinestatic

Definition at line 934 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::saveData ( std::ostream &  os,
UT_Matrix2D  v 
)
inlinestatic

Definition at line 937 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::saveData ( std::ostream &  os,
UT_Matrix3D  v 
)
inlinestatic

Definition at line 939 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::saveData ( std::ostream &  os,
UT_Matrix4D  v 
)
inlinestatic

Definition at line 941 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::saveData ( std::ostream &  os,
UT_StringHolder  s 
)
inlinestatic

Definition at line 943 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::saveData ( std::ostream &  os,
UT_SharedPtr< UT_Ramp s 
)
inlinestatic

Definition at line 945 of file SOP_Scatter-2.0.proto.h.

static void SOP_Scatter_2_0Parms::saveData ( std::ostream &  os,
PRM_DataItemHandle  s 
)
inlinestatic

Definition at line 952 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setAreaAttrib ( const UT_StringHolder val)
inline

Definition at line 1163 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setCountPerPrimAttrib ( const UT_StringHolder val)
inline

Definition at line 1213 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setDensityAttrib ( const UT_StringHolder val)
inline

Definition at line 1143 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setDensityScale ( fpreal64  val)
inline

Definition at line 1123 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setDensityTexture ( const UT_StringHolder val)
inline

Definition at line 1193 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setDetailAttribs ( const UT_StringHolder val)
inline

Definition at line 1453 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setDetailAttribsAsDetail ( const UT_StringHolder val)
inline

Definition at line 1463 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setEmergencyLimit ( int64  val)
inline

Definition at line 1233 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setForceTotal ( bool  val)
inline

Definition at line 1103 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setGenerateBy ( GenerateBy  val)
inline

Definition at line 1083 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setGroup ( const UT_StringHolder val)
inline

Definition at line 1073 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setIndepVoxel ( bool  val)
inline

Definition at line 1093 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setMaxRadius ( fpreal64  val)
inline

Definition at line 1493 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const exint value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 632 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const fpreal value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 634 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Vector2D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 636 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Vector3D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 638 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Vector4D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 640 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Matrix2D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 642 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Matrix3D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 644 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Matrix4D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 646 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_StringHolder value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 648 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_SharedPtr< UT_Ramp > &  value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 650 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const PRM_DataItemHandle value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 652 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNpts ( int64  val)
inline

Definition at line 1113 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setOutputDensityAttrib ( const UT_StringHolder val)
inline

Definition at line 1363 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setOutputIdAttrib ( const UT_StringHolder val)
inline

Definition at line 1403 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setOutputRadiusAttrib ( const UT_StringHolder val)
inline

Definition at line 1383 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setOverridePrimSeed ( bool  val)
inline

Definition at line 1253 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setPointAttribs ( const UT_StringHolder val)
inline

Definition at line 1423 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setPrimAttribs ( const UT_StringHolder val)
inline

Definition at line 1443 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setPrimNumAttrib ( const UT_StringHolder val)
inline

Definition at line 1323 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setPrimSeedAttrib ( const UT_StringHolder val)
inline

Definition at line 1263 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setPrimUVWAttrib ( const UT_StringHolder val)
inline

Definition at line 1343 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setRadiusInTextureSpace ( bool  val)
inline

Definition at line 1413 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setRandomizeOrder ( bool  val)
inline

Definition at line 1273 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setRelaxIterations ( int64  val)
inline

Definition at line 1293 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setRelaxPoints ( bool  val)
inline

Definition at line 1283 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setScaleRadiiBy ( fpreal64  val)
inline

Definition at line 1473 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setSeed ( fpreal64  val)
inline

Definition at line 1243 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUseAreaAttrib ( bool  val)
inline

Definition at line 1153 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUseAreaForVolumes ( bool  val)
inline

Definition at line 1173 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUseDensityAttrib ( bool  val)
inline

Definition at line 1133 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUseDensityTexture ( bool  val)
inline

Definition at line 1183 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUseEmergencyLimit ( bool  val)
inline

Definition at line 1223 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUseGeometricNormals ( bool  val)
inline

Definition at line 1303 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUseMaxRadius ( bool  val)
inline

Definition at line 1483 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUseOutputDensityAttrib ( bool  val)
inline

Definition at line 1353 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUseOutputIdAttrib ( bool  val)
inline

Definition at line 1393 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUseOutputRadiusAttrib ( bool  val)
inline

Definition at line 1373 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUsePrimNumAttrib ( bool  val)
inline

Definition at line 1313 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUsePrimUVWAttrib ( bool  val)
inline

Definition at line 1333 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setUVAttrib ( const UT_StringHolder val)
inline

Definition at line 1203 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setVertAttribs ( const UT_StringHolder val)
inline

Definition at line 1433 of file SOP_Scatter-2.0.proto.h.

static int SOP_Scatter_2_0Parms::version ( )
inlinestatic

Definition at line 50 of file SOP_Scatter-2.0.proto.h.


The documentation for this class was generated from the following file: