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 34 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 39 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 92 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 150 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 291 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 298 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 474 of file SOP_Scatter-2.0.proto.h.

const UT_StringHolder& SOP_Scatter_2_0Parms::getAreaAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getCountPerPrimAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getDensityAttrib ( ) const
inline

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

fpreal64 SOP_Scatter_2_0Parms::getDensityScale ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getDensityTexture ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getDetailAttribs ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getDetailAttribsAsDetail ( ) const
inline

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

int64 SOP_Scatter_2_0Parms::getEmergencyLimit ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getForceTotal ( ) const
inline

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

GenerateBy SOP_Scatter_2_0Parms::getGenerateBy ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getGroup ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getIndepVoxel ( ) const
inline

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

fpreal64 SOP_Scatter_2_0Parms::getMaxRadius ( ) const
inline

Definition at line 1476 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 639 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 651 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 748 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 449 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 451 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 453 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 455 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 457 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 459 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 461 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 463 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 465 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 467 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 469 of file SOP_Scatter-2.0.proto.h.

int64 SOP_Scatter_2_0Parms::getNpts ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getOutputDensityAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getOutputIdAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getOutputRadiusAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getOverridePrimSeed ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getPointAttribs ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getPrimAttribs ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getPrimNumAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getPrimSeedAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getPrimUVWAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getRadiusInTextureSpace ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getRandomizeOrder ( ) const
inline

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

int64 SOP_Scatter_2_0Parms::getRelaxIterations ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getRelaxPoints ( ) const
inline

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

fpreal64 SOP_Scatter_2_0Parms::getScaleRadiiBy ( ) const
inline

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

fpreal64 SOP_Scatter_2_0Parms::getSeed ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseAreaAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseAreaForVolumes ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseDensityAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseDensityTexture ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseEmergencyLimit ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseGeometricNormals ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseMaxRadius ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseOutputDensityAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseOutputIdAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUseOutputRadiusAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUsePrimNumAttrib ( ) const
inline

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

bool SOP_Scatter_2_0Parms::getUsePrimUVWAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getUVAttrib ( ) const
inline

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

const UT_StringHolder& SOP_Scatter_2_0Parms::getVertAttribs ( ) const
inline

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

bool SOP_Scatter_2_0Parms::load ( UT_IStream is)
inline

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

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

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

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

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

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

Definition at line 850 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 852 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 854 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 857 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 860 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 862 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 864 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 866 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 868 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 871 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 874 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 876 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 887 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 285 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 1148 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 1198 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 1128 of file SOP_Scatter-2.0.proto.h.

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

Definition at line 1108 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 1178 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 1438 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 1448 of file SOP_Scatter-2.0.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 1098 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 1348 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 1388 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 1368 of file SOP_Scatter-2.0.proto.h.

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

Definition at line 1238 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 1408 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 1428 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 1308 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 1248 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 1328 of file SOP_Scatter-2.0.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 1318 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 1188 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 1418 of file SOP_Scatter-2.0.proto.h.

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

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

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

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

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

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

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

Definition at line 911 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 913 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 915 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 918 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 921 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 923 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 925 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 927 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 929 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 936 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setAreaAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setCountPerPrimAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setDensityAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setDensityScale ( fpreal64  val)
inline

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

void SOP_Scatter_2_0Parms::setDensityTexture ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setDetailAttribs ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setDetailAttribsAsDetail ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setEmergencyLimit ( int64  val)
inline

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

void SOP_Scatter_2_0Parms::setForceTotal ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setGenerateBy ( GenerateBy  val)
inline

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

void SOP_Scatter_2_0Parms::setGroup ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setIndepVoxel ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setMaxRadius ( fpreal64  val)
inline

Definition at line 1477 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 616 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 618 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 620 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 622 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 624 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 626 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 628 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 630 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 632 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 634 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 636 of file SOP_Scatter-2.0.proto.h.

void SOP_Scatter_2_0Parms::setNpts ( int64  val)
inline

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

void SOP_Scatter_2_0Parms::setOutputDensityAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setOutputIdAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setOutputRadiusAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setOverridePrimSeed ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setPointAttribs ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setPrimAttribs ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setPrimNumAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setPrimSeedAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setPrimUVWAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setRadiusInTextureSpace ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setRandomizeOrder ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setRelaxIterations ( int64  val)
inline

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

void SOP_Scatter_2_0Parms::setRelaxPoints ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setScaleRadiiBy ( fpreal64  val)
inline

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

void SOP_Scatter_2_0Parms::setSeed ( fpreal64  val)
inline

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

void SOP_Scatter_2_0Parms::setUseAreaAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseAreaForVolumes ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseDensityAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseDensityTexture ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseEmergencyLimit ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseGeometricNormals ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseMaxRadius ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseOutputDensityAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseOutputIdAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUseOutputRadiusAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUsePrimNumAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUsePrimUVWAttrib ( bool  val)
inline

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

void SOP_Scatter_2_0Parms::setUVAttrib ( const UT_StringHolder val)
inline

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

void SOP_Scatter_2_0Parms::setVertAttribs ( const UT_StringHolder val)
inline

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

static int SOP_Scatter_2_0Parms::version ( )
inlinestatic

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


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