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

#include <SOP_Sort.proto.h>

+ Inheritance diagram for SOP_SortParms:

Public Types

using Ptsort = SOP_SortEnums::Ptsort
 
using Primsort = SOP_SortEnums::Primsort
 
- 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_SortParms ()
 
 SOP_SortParms (const SOP_SortParms &)=default
 
SOP_SortParmsoperator= (const SOP_SortParms &)=default
 
 SOP_SortParms (SOP_SortParms &&) noexcept=default
 
SOP_SortParmsoperator= (SOP_SortParms &&) noexcept=default
 
 ~SOP_SortParms () override
 
bool operator== (const SOP_SortParms &src) const
 
bool operator!= (const SOP_SortParms &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_StringHoldergetPtgroup () const
 
void setPtgroup (const UT_StringHolder &val)
 
UT_StringHolder opPtgroup (const SOP_NodeVerb::CookParms &cookparms) const
 
Ptsort getPtsort () const
 
void setPtsort (Ptsort val)
 
Ptsort opPtsort (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getPointseed () const
 
void setPointseed (int64 val)
 
int64 opPointseed (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getPointoffset () const
 
void setPointoffset (int64 val)
 
int64 opPointoffset (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getPointprox () const
 
void setPointprox (UT_Vector3D val)
 
UT_Vector3D opPointprox (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPointobjpath () const
 
void setPointobjpath (const UT_StringHolder &val)
 
UT_StringHolder opPointobjpath (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getPointdir () const
 
void setPointdir (UT_Vector3D val)
 
UT_Vector3D opPointdir (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getPointexpr () const
 
void setPointexpr (fpreal64 val)
 
fpreal64 opPointexpr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPointattrib () const
 
void setPointattrib (const UT_StringHolder &val)
 
UT_StringHolder opPointattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getPointattribcomp () const
 
void setPointattribcomp (int64 val)
 
int64 opPointattribcomp (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPointorder () const
 
void setPointorder (const UT_StringHolder &val)
 
UT_StringHolder opPointorder (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPointreverse () const
 
void setPointreverse (bool val)
 
bool opPointreverse (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUsepointindices () const
 
void setUsepointindices (bool val)
 
bool opUsepointindices (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPointindices () const
 
void setPointindices (const UT_StringHolder &val)
 
UT_StringHolder opPointindices (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCombinepointindices () const
 
void setCombinepointindices (bool val)
 
bool opCombinepointindices (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimgroup () const
 
void setPrimgroup (const UT_StringHolder &val)
 
UT_StringHolder opPrimgroup (const SOP_NodeVerb::CookParms &cookparms) const
 
Primsort getPrimsort () const
 
void setPrimsort (Primsort val)
 
Primsort opPrimsort (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getPrimseed () const
 
void setPrimseed (int64 val)
 
int64 opPrimseed (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getPrimoffset () const
 
void setPrimoffset (int64 val)
 
int64 opPrimoffset (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getPrimprox () const
 
void setPrimprox (UT_Vector3D val)
 
UT_Vector3D opPrimprox (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimobjpath () const
 
void setPrimobjpath (const UT_StringHolder &val)
 
UT_StringHolder opPrimobjpath (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getPrimdir () const
 
void setPrimdir (UT_Vector3D val)
 
UT_Vector3D opPrimdir (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getPrimexpr () const
 
void setPrimexpr (fpreal64 val)
 
fpreal64 opPrimexpr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimattrib () const
 
void setPrimattrib (const UT_StringHolder &val)
 
UT_StringHolder opPrimattrib (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getPrimattribcomp () const
 
void setPrimattribcomp (int64 val)
 
int64 opPrimattribcomp (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimorder () const
 
void setPrimorder (const UT_StringHolder &val)
 
UT_StringHolder opPrimorder (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPrimreverse () const
 
void setPrimreverse (bool val)
 
bool opPrimreverse (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseprimindices () const
 
void setUseprimindices (bool val)
 
bool opUseprimindices (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPrimindices () const
 
void setPrimindices (const UT_StringHolder &val)
 
UT_StringHolder opPrimindices (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCombineprimindices () const
 
void setCombineprimindices (bool val)
 
bool opCombineprimindices (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getVertexPrimOrder () const
 
void setVertexPrimOrder (bool val)
 
bool opVertexPrimOrder (const SOP_NodeVerb::CookParms &cookparms) const
 
- Public Member Functions inherited from SOP_NodeParms
 SOP_NodeParms ()
 
bool applyGeometryOverride (GU_ConstDetailHandle gdh)
 
bool applyGeometryOverrideFromNode (SOP_Node *node, OP_Context &context, SOP_NodeCache *cache)
 
- Public Member Functions inherited from OP_NodeParms
 OP_NodeParms ()
 
virtual ~OP_NodeParms ()
 
void loadFromOp (const LoadParms &loadparms)
 
bool applyOptionsOverride (const UT_Options *options)
 
virtual exint getNumParms () const
 
virtual const char * getParmName (exint idx) const
 
virtual ParmType getParmType (exint idx) const
 
virtual void getParmValue (exint idx, exint &value) const
 
virtual void getParmValue (exint idx, fpreal &value) const
 
virtual void getParmValue (exint idx, UT_Vector2D &value) const
 
virtual void getParmValue (exint idx, UT_Vector3D &value) const
 
virtual void getParmValue (exint idx, UT_Vector4D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix2D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix3D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix4D &value) const
 
virtual void getParmValue (exint idx, UT_StringHolder &value) const
 
virtual void getParmValue (exint idx, UT_SharedPtr< UT_Ramp > &value) const
 
virtual void getParmValue (exint idx, PRM_DataItemHandle &value) const
 
virtual void setParmValue (exint idx, const exint &value)
 
virtual void setParmValue (exint idx, const fpreal &value)
 
virtual void setParmValue (exint idx, const UT_Vector2D &value)
 
virtual void setParmValue (exint idx, const UT_Vector3D &value)
 
virtual void setParmValue (exint idx, const UT_Vector4D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix2D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix3D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix4D &value)
 
virtual void setParmValue (exint idx, const UT_StringHolder &value)
 
virtual void setParmValue (exint idx, const UT_SharedPtr< UT_Ramp > &value)
 
virtual void setParmValue (exint idx, const PRM_DataItemHandle &value)
 
virtual UT_StringHolder baseGetSignature () const
 
virtual void baseSetSignature (const UT_StringHolder &sig)
 
virtual int64 getMemoryUsage (bool inclusive) const
 
template<>
void coerceValue (exint &result, const exint &src) const
 
template<>
void coerceValue (bool &result, const exint &src) const
 
template<>
void coerceValue (exint &result, const bool &src) const
 
template<>
void coerceValue (bool &result, const bool &src) const
 
template<>
void coerceValue (fpreal &result, const fpreal &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Matrix2D &result, const UT_Matrix2D &src) const
 
template<>
void coerceValue (UT_Matrix3D &result, const UT_Matrix3D &src) const
 
template<>
void coerceValue (UT_Matrix4D &result, const UT_Matrix4D &src) const
 
template<>
void coerceValue (UT_StringHolder &result, const UT_StringHolder &src) const
 
template<>
void coerceValue (UT_SharedPtr< UT_Ramp > &result, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
void coerceValue (PRM_DataItemHandle &result, const PRM_DataItemHandle &src) const
 
template<>
void coerceValue (UT_Vector2I &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2I &src) const
 
template<>
void coerceValue (UT_Vector3I &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3I &src) const
 
template<>
void coerceValue (UT_Vector4I &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4I &src) const
 
template<>
exint clampMinValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMinValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMinValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMinValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMinValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMinValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMinValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMinValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMinValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMinValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMinValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMinValue (fpreal clamp, const UT_Vector4I &src) const
 
template<>
UT_SharedPtr< UT_RampclampMinValue (fpreal clamp, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
exint clampMaxValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMaxValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMaxValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMaxValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMaxValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMaxValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMaxValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMaxValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMaxValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMaxValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMaxValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMaxValue (fpreal clamp, const UT_Vector4I &src) const
 

Static Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 110 of file SOP_Sort.proto.h.

Member Typedef Documentation

Definition at line 201 of file SOP_Sort.proto.h.

Constructor & Destructor Documentation

SOP_SortParms::SOP_SortParms ( )
inline

Definition at line 115 of file SOP_Sort.proto.h.

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

Definition at line 156 of file SOP_Sort.proto.h.

Member Function Documentation

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

Definition at line 206 of file SOP_Sort.proto.h.

void SOP_SortParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 311 of file SOP_Sort.proto.h.

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

Definition at line 318 of file SOP_Sort.proto.h.

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

Definition at line 458 of file SOP_Sort.proto.h.

bool SOP_SortParms::getCombinepointindices ( ) const
inline

Definition at line 1072 of file SOP_Sort.proto.h.

bool SOP_SortParms::getCombineprimindices ( ) const
inline

Definition at line 1222 of file SOP_Sort.proto.h.

exint SOP_SortParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 587 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 599 of file SOP_Sort.proto.h.

ParmType SOP_SortParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 672 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 433 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 435 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 437 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 439 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 441 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 443 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 445 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 447 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 449 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 451 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 453 of file SOP_Sort.proto.h.

const UT_StringHolder& SOP_SortParms::getPointattrib ( ) const
inline

Definition at line 1012 of file SOP_Sort.proto.h.

int64 SOP_SortParms::getPointattribcomp ( ) const
inline

Definition at line 1022 of file SOP_Sort.proto.h.

UT_Vector3D SOP_SortParms::getPointdir ( ) const
inline

Definition at line 992 of file SOP_Sort.proto.h.

fpreal64 SOP_SortParms::getPointexpr ( ) const
inline

Definition at line 1002 of file SOP_Sort.proto.h.

const UT_StringHolder& SOP_SortParms::getPointindices ( ) const
inline

Definition at line 1062 of file SOP_Sort.proto.h.

const UT_StringHolder& SOP_SortParms::getPointobjpath ( ) const
inline

Definition at line 982 of file SOP_Sort.proto.h.

int64 SOP_SortParms::getPointoffset ( ) const
inline

Definition at line 962 of file SOP_Sort.proto.h.

const UT_StringHolder& SOP_SortParms::getPointorder ( ) const
inline

Definition at line 1032 of file SOP_Sort.proto.h.

UT_Vector3D SOP_SortParms::getPointprox ( ) const
inline

Definition at line 972 of file SOP_Sort.proto.h.

bool SOP_SortParms::getPointreverse ( ) const
inline

Definition at line 1042 of file SOP_Sort.proto.h.

int64 SOP_SortParms::getPointseed ( ) const
inline

Definition at line 952 of file SOP_Sort.proto.h.

const UT_StringHolder& SOP_SortParms::getPrimattrib ( ) const
inline

Definition at line 1162 of file SOP_Sort.proto.h.

int64 SOP_SortParms::getPrimattribcomp ( ) const
inline

Definition at line 1172 of file SOP_Sort.proto.h.

UT_Vector3D SOP_SortParms::getPrimdir ( ) const
inline

Definition at line 1142 of file SOP_Sort.proto.h.

fpreal64 SOP_SortParms::getPrimexpr ( ) const
inline

Definition at line 1152 of file SOP_Sort.proto.h.

const UT_StringHolder& SOP_SortParms::getPrimgroup ( ) const
inline

Definition at line 1082 of file SOP_Sort.proto.h.

const UT_StringHolder& SOP_SortParms::getPrimindices ( ) const
inline

Definition at line 1212 of file SOP_Sort.proto.h.

const UT_StringHolder& SOP_SortParms::getPrimobjpath ( ) const
inline

Definition at line 1132 of file SOP_Sort.proto.h.

int64 SOP_SortParms::getPrimoffset ( ) const
inline

Definition at line 1112 of file SOP_Sort.proto.h.

const UT_StringHolder& SOP_SortParms::getPrimorder ( ) const
inline

Definition at line 1182 of file SOP_Sort.proto.h.

UT_Vector3D SOP_SortParms::getPrimprox ( ) const
inline

Definition at line 1122 of file SOP_Sort.proto.h.

bool SOP_SortParms::getPrimreverse ( ) const
inline

Definition at line 1192 of file SOP_Sort.proto.h.

int64 SOP_SortParms::getPrimseed ( ) const
inline

Definition at line 1102 of file SOP_Sort.proto.h.

Primsort SOP_SortParms::getPrimsort ( ) const
inline

Definition at line 1092 of file SOP_Sort.proto.h.

const UT_StringHolder& SOP_SortParms::getPtgroup ( ) const
inline

Definition at line 932 of file SOP_Sort.proto.h.

Ptsort SOP_SortParms::getPtsort ( ) const
inline

Definition at line 942 of file SOP_Sort.proto.h.

bool SOP_SortParms::getUsepointindices ( ) const
inline

Definition at line 1052 of file SOP_Sort.proto.h.

bool SOP_SortParms::getUseprimindices ( ) const
inline

Definition at line 1202 of file SOP_Sort.proto.h.

bool SOP_SortParms::getVertexPrimOrder ( ) const
inline

Definition at line 1232 of file SOP_Sort.proto.h.

bool SOP_SortParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 424 of file SOP_Sort.proto.h.

bool SOP_SortParms::load ( UT_IStream is)
inline

Definition at line 888 of file SOP_Sort.proto.h.

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

Definition at line 746 of file SOP_Sort.proto.h.

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

Definition at line 748 of file SOP_Sort.proto.h.

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

Definition at line 750 of file SOP_Sort.proto.h.

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

Definition at line 752 of file SOP_Sort.proto.h.

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

Definition at line 754 of file SOP_Sort.proto.h.

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

Definition at line 757 of file SOP_Sort.proto.h.

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

Definition at line 760 of file SOP_Sort.proto.h.

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

Definition at line 762 of file SOP_Sort.proto.h.

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

Definition at line 764 of file SOP_Sort.proto.h.

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

Definition at line 766 of file SOP_Sort.proto.h.

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

Definition at line 768 of file SOP_Sort.proto.h.

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

Definition at line 771 of file SOP_Sort.proto.h.

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

Definition at line 774 of file SOP_Sort.proto.h.

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

Definition at line 776 of file SOP_Sort.proto.h.

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

Definition at line 787 of file SOP_Sort.proto.h.

void SOP_SortParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 305 of file SOP_Sort.proto.h.

bool SOP_SortParms::opCombinepointindices ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1074 of file SOP_Sort.proto.h.

bool SOP_SortParms::opCombineprimindices ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1224 of file SOP_Sort.proto.h.

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

Definition at line 197 of file SOP_Sort.proto.h.

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

Definition at line 158 of file SOP_Sort.proto.h.

UT_StringHolder SOP_SortParms::opPointattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1014 of file SOP_Sort.proto.h.

int64 SOP_SortParms::opPointattribcomp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1024 of file SOP_Sort.proto.h.

UT_Vector3D SOP_SortParms::opPointdir ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 994 of file SOP_Sort.proto.h.

fpreal64 SOP_SortParms::opPointexpr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1004 of file SOP_Sort.proto.h.

UT_StringHolder SOP_SortParms::opPointindices ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1064 of file SOP_Sort.proto.h.

UT_StringHolder SOP_SortParms::opPointobjpath ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 984 of file SOP_Sort.proto.h.

int64 SOP_SortParms::opPointoffset ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 964 of file SOP_Sort.proto.h.

UT_StringHolder SOP_SortParms::opPointorder ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1034 of file SOP_Sort.proto.h.

UT_Vector3D SOP_SortParms::opPointprox ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 974 of file SOP_Sort.proto.h.

bool SOP_SortParms::opPointreverse ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1044 of file SOP_Sort.proto.h.

int64 SOP_SortParms::opPointseed ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 954 of file SOP_Sort.proto.h.

UT_StringHolder SOP_SortParms::opPrimattrib ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1164 of file SOP_Sort.proto.h.

int64 SOP_SortParms::opPrimattribcomp ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1174 of file SOP_Sort.proto.h.

UT_Vector3D SOP_SortParms::opPrimdir ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1144 of file SOP_Sort.proto.h.

fpreal64 SOP_SortParms::opPrimexpr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1154 of file SOP_Sort.proto.h.

UT_StringHolder SOP_SortParms::opPrimgroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1084 of file SOP_Sort.proto.h.

UT_StringHolder SOP_SortParms::opPrimindices ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1214 of file SOP_Sort.proto.h.

UT_StringHolder SOP_SortParms::opPrimobjpath ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1134 of file SOP_Sort.proto.h.

int64 SOP_SortParms::opPrimoffset ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1114 of file SOP_Sort.proto.h.

UT_StringHolder SOP_SortParms::opPrimorder ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1184 of file SOP_Sort.proto.h.

UT_Vector3D SOP_SortParms::opPrimprox ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1124 of file SOP_Sort.proto.h.

bool SOP_SortParms::opPrimreverse ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1194 of file SOP_Sort.proto.h.

int64 SOP_SortParms::opPrimseed ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1104 of file SOP_Sort.proto.h.

Primsort SOP_SortParms::opPrimsort ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1094 of file SOP_Sort.proto.h.

UT_StringHolder SOP_SortParms::opPtgroup ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 934 of file SOP_Sort.proto.h.

Ptsort SOP_SortParms::opPtsort ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 944 of file SOP_Sort.proto.h.

bool SOP_SortParms::opUsepointindices ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1054 of file SOP_Sort.proto.h.

bool SOP_SortParms::opUseprimindices ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1204 of file SOP_Sort.proto.h.

bool SOP_SortParms::opVertexPrimOrder ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1234 of file SOP_Sort.proto.h.

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

Definition at line 850 of file SOP_Sort.proto.h.

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

Definition at line 807 of file SOP_Sort.proto.h.

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

Definition at line 809 of file SOP_Sort.proto.h.

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

Definition at line 811 of file SOP_Sort.proto.h.

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

Definition at line 813 of file SOP_Sort.proto.h.

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

Definition at line 815 of file SOP_Sort.proto.h.

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

Definition at line 818 of file SOP_Sort.proto.h.

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

Definition at line 821 of file SOP_Sort.proto.h.

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

Definition at line 823 of file SOP_Sort.proto.h.

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

Definition at line 825 of file SOP_Sort.proto.h.

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

Definition at line 827 of file SOP_Sort.proto.h.

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

Definition at line 829 of file SOP_Sort.proto.h.

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

Definition at line 836 of file SOP_Sort.proto.h.

void SOP_SortParms::setCombinepointindices ( bool  val)
inline

Definition at line 1073 of file SOP_Sort.proto.h.

void SOP_SortParms::setCombineprimindices ( bool  val)
inline

Definition at line 1223 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 564 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 566 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 568 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 570 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 572 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 574 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 576 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 578 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 580 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 582 of file SOP_Sort.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 584 of file SOP_Sort.proto.h.

void SOP_SortParms::setPointattrib ( const UT_StringHolder val)
inline

Definition at line 1013 of file SOP_Sort.proto.h.

void SOP_SortParms::setPointattribcomp ( int64  val)
inline

Definition at line 1023 of file SOP_Sort.proto.h.

void SOP_SortParms::setPointdir ( UT_Vector3D  val)
inline

Definition at line 993 of file SOP_Sort.proto.h.

void SOP_SortParms::setPointexpr ( fpreal64  val)
inline

Definition at line 1003 of file SOP_Sort.proto.h.

void SOP_SortParms::setPointindices ( const UT_StringHolder val)
inline

Definition at line 1063 of file SOP_Sort.proto.h.

void SOP_SortParms::setPointobjpath ( const UT_StringHolder val)
inline

Definition at line 983 of file SOP_Sort.proto.h.

void SOP_SortParms::setPointoffset ( int64  val)
inline

Definition at line 963 of file SOP_Sort.proto.h.

void SOP_SortParms::setPointorder ( const UT_StringHolder val)
inline

Definition at line 1033 of file SOP_Sort.proto.h.

void SOP_SortParms::setPointprox ( UT_Vector3D  val)
inline

Definition at line 973 of file SOP_Sort.proto.h.

void SOP_SortParms::setPointreverse ( bool  val)
inline

Definition at line 1043 of file SOP_Sort.proto.h.

void SOP_SortParms::setPointseed ( int64  val)
inline

Definition at line 953 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimattrib ( const UT_StringHolder val)
inline

Definition at line 1163 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimattribcomp ( int64  val)
inline

Definition at line 1173 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimdir ( UT_Vector3D  val)
inline

Definition at line 1143 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimexpr ( fpreal64  val)
inline

Definition at line 1153 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimgroup ( const UT_StringHolder val)
inline

Definition at line 1083 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimindices ( const UT_StringHolder val)
inline

Definition at line 1213 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimobjpath ( const UT_StringHolder val)
inline

Definition at line 1133 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimoffset ( int64  val)
inline

Definition at line 1113 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimorder ( const UT_StringHolder val)
inline

Definition at line 1183 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimprox ( UT_Vector3D  val)
inline

Definition at line 1123 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimreverse ( bool  val)
inline

Definition at line 1193 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimseed ( int64  val)
inline

Definition at line 1103 of file SOP_Sort.proto.h.

void SOP_SortParms::setPrimsort ( Primsort  val)
inline

Definition at line 1093 of file SOP_Sort.proto.h.

void SOP_SortParms::setPtgroup ( const UT_StringHolder val)
inline

Definition at line 933 of file SOP_Sort.proto.h.

void SOP_SortParms::setPtsort ( Ptsort  val)
inline

Definition at line 943 of file SOP_Sort.proto.h.

void SOP_SortParms::setUsepointindices ( bool  val)
inline

Definition at line 1053 of file SOP_Sort.proto.h.

void SOP_SortParms::setUseprimindices ( bool  val)
inline

Definition at line 1203 of file SOP_Sort.proto.h.

void SOP_SortParms::setVertexPrimOrder ( bool  val)
inline

Definition at line 1233 of file SOP_Sort.proto.h.

static int SOP_SortParms::version ( )
inlinestatic

Definition at line 113 of file SOP_Sort.proto.h.


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