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 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
 

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 163 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 304 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 311 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 487 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getAreaAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getCountPerPrimAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getDensityAttrib ( ) const
inline

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

fpreal64 SOP_Scatter_2_0Parms::getDensityScale ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getDensityTexture ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getDetailAttribs ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getDetailAttribsAsDetail ( ) const
inline

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

int64 SOP_Scatter_2_0Parms::getEmergencyLimit ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getForceTotal ( ) const
inline

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

GenerateBy SOP_Scatter_2_0Parms::getGenerateBy ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getGroup ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getIndepVoxel ( ) const
inline

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

fpreal64 SOP_Scatter_2_0Parms::getMaxRadius ( ) const
inline

Definition at line 1489 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 652 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 664 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 761 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 462 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 464 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 466 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 468 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 470 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 472 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 474 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 476 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 478 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 480 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 482 of file SOP_Scatter-2.0.proto.h.

int64 SOP_Scatter_2_0Parms::getNpts ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getOutputDensityAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getOutputIdAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getOutputRadiusAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getOverridePrimSeed ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getPointAttribs ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getPrimAttribs ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getPrimNumAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getPrimSeedAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getPrimUVWAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getRadiusInTextureSpace ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getRandomizeOrder ( ) const
inline

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

int64 SOP_Scatter_2_0Parms::getRelaxIterations ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getRelaxPoints ( ) const
inline

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

fpreal64 SOP_Scatter_2_0Parms::getScaleRadiiBy ( ) const
inline

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

fpreal64 SOP_Scatter_2_0Parms::getSeed ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseAreaAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseAreaForVolumes ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseDensityAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseDensityTexture ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseEmergencyLimit ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseGeometricNormals ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseMaxRadius ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseOutputDensityAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseOutputIdAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseOutputRadiusAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUsePrimNumAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUsePrimUVWAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getUVAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getVertAttribs ( ) const
inline

Definition at line 1429 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 453 of file SOP_Scatter-2.0.proto.h.

bool SOP_Scatter_2_0Parms::load ( UT_IStream is)
inline

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

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

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

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

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

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

Definition at line 863 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 865 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 867 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 870 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 873 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 875 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 877 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 879 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 881 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 884 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 887 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 889 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 900 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 298 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 1161 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 1211 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 1141 of file SOP_Scatter-2.0.proto.h.

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

Definition at line 1121 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 1191 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 1451 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 1461 of file SOP_Scatter-2.0.proto.h.

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

Definition at line 1231 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 155 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 1101 of file SOP_Scatter-2.0.proto.h.

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

Definition at line 1081 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 1071 of file SOP_Scatter-2.0.proto.h.

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

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

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

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

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

Definition at line 1111 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 1361 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 1401 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 1381 of file SOP_Scatter-2.0.proto.h.

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

Definition at line 1251 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 1421 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 1441 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 1321 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 1261 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 1341 of file SOP_Scatter-2.0.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 1331 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 1201 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 1431 of file SOP_Scatter-2.0.proto.h.

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

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

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

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

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

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

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

Definition at line 924 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 926 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 928 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 931 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 934 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 936 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 938 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 940 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 942 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 949 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setAreaAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setCountPerPrimAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setDensityAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setDensityScale ( fpreal64  val)
inline

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

void SOP_Scatter_2_0Parms::setDensityTexture ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setDetailAttribs ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setDetailAttribsAsDetail ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setEmergencyLimit ( int64  val)
inline

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

void SOP_Scatter_2_0Parms::setForceTotal ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setGenerateBy ( GenerateBy  val)
inline

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

void SOP_Scatter_2_0Parms::setGroup ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setIndepVoxel ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setMaxRadius ( fpreal64  val)
inline

Definition at line 1490 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 629 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 631 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 633 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 635 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 637 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 639 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 641 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 643 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 645 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 647 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 649 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNpts ( int64  val)
inline

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

void SOP_Scatter_2_0Parms::setOutputDensityAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setOutputIdAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setOutputRadiusAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setOverridePrimSeed ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setPointAttribs ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setPrimAttribs ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setPrimNumAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setPrimSeedAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setPrimUVWAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setRadiusInTextureSpace ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setRandomizeOrder ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setRelaxIterations ( int64  val)
inline

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

void SOP_Scatter_2_0Parms::setRelaxPoints ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setScaleRadiiBy ( fpreal64  val)
inline

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

void SOP_Scatter_2_0Parms::setSeed ( fpreal64  val)
inline

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

void SOP_Scatter_2_0Parms::setUseAreaAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseAreaForVolumes ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseDensityAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseDensityTexture ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseEmergencyLimit ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseGeometricNormals ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseMaxRadius ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseOutputDensityAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseOutputIdAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseOutputRadiusAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUsePrimNumAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUsePrimUVWAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUVAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setVertAttribs ( const UT_StringHolder val)
inline

Definition at line 1430 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: