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
 
bool getPointreverse () const
 
void setPointreverse (bool val)
 
bool opPointreverse (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
 
bool getPrimreverse () const
 
void setPrimreverse (bool val)
 
bool opPrimreverse (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 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 60 of file SOP_Sort.proto.h.

Member Typedef Documentation

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

Constructor & Destructor Documentation

SOP_SortParms::SOP_SortParms ( )
inline

Definition at line 65 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 98 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 137 of file SOP_Sort.proto.h.

void SOP_SortParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

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

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

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

exint SOP_SortParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

ParmType SOP_SortParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 515 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 316 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 318 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 320 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 322 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 324 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 326 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 328 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 330 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 332 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 334 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 336 of file SOP_Sort.proto.h.

const UT_StringHolder& SOP_SortParms::getPointattrib ( ) const
inline

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

int64 SOP_SortParms::getPointattribcomp ( ) const
inline

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

UT_Vector3D SOP_SortParms::getPointdir ( ) const
inline

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

fpreal64 SOP_SortParms::getPointexpr ( ) const
inline

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

const UT_StringHolder& SOP_SortParms::getPointobjpath ( ) const
inline

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

int64 SOP_SortParms::getPointoffset ( ) const
inline

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

UT_Vector3D SOP_SortParms::getPointprox ( ) const
inline

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

bool SOP_SortParms::getPointreverse ( ) const
inline

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

int64 SOP_SortParms::getPointseed ( ) const
inline

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

const UT_StringHolder& SOP_SortParms::getPrimattrib ( ) const
inline

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

int64 SOP_SortParms::getPrimattribcomp ( ) const
inline

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

UT_Vector3D SOP_SortParms::getPrimdir ( ) const
inline

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

fpreal64 SOP_SortParms::getPrimexpr ( ) const
inline

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

const UT_StringHolder& SOP_SortParms::getPrimgroup ( ) const
inline

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

const UT_StringHolder& SOP_SortParms::getPrimobjpath ( ) const
inline

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

int64 SOP_SortParms::getPrimoffset ( ) const
inline

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

UT_Vector3D SOP_SortParms::getPrimprox ( ) const
inline

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

bool SOP_SortParms::getPrimreverse ( ) const
inline

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

int64 SOP_SortParms::getPrimseed ( ) const
inline

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

Primsort SOP_SortParms::getPrimsort ( ) const
inline

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

const UT_StringHolder& SOP_SortParms::getPtgroup ( ) const
inline

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

Ptsort SOP_SortParms::getPtsort ( ) const
inline

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

bool SOP_SortParms::getVertexPrimOrder ( ) const
inline

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

bool SOP_SortParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

bool SOP_SortParms::load ( UT_IStream is)
inline

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void SOP_SortParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

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

Definition at line 128 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 100 of file SOP_Sort.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Definition at line 663 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 423 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 425 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 427 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 429 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 431 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 433 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 435 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 437 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 439 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 441 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 443 of file SOP_Sort.proto.h.

void SOP_SortParms::setPointattrib ( const UT_StringHolder val)
inline

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

void SOP_SortParms::setPointattribcomp ( int64  val)
inline

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

void SOP_SortParms::setPointdir ( UT_Vector3D  val)
inline

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

void SOP_SortParms::setPointexpr ( fpreal64  val)
inline

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

void SOP_SortParms::setPointobjpath ( const UT_StringHolder val)
inline

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

void SOP_SortParms::setPointoffset ( int64  val)
inline

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

void SOP_SortParms::setPointprox ( UT_Vector3D  val)
inline

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

void SOP_SortParms::setPointreverse ( bool  val)
inline

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

void SOP_SortParms::setPointseed ( int64  val)
inline

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

void SOP_SortParms::setPrimattrib ( const UT_StringHolder val)
inline

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

void SOP_SortParms::setPrimattribcomp ( int64  val)
inline

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

void SOP_SortParms::setPrimdir ( UT_Vector3D  val)
inline

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

void SOP_SortParms::setPrimexpr ( fpreal64  val)
inline

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

void SOP_SortParms::setPrimgroup ( const UT_StringHolder val)
inline

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

void SOP_SortParms::setPrimobjpath ( const UT_StringHolder val)
inline

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

void SOP_SortParms::setPrimoffset ( int64  val)
inline

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

void SOP_SortParms::setPrimprox ( UT_Vector3D  val)
inline

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

void SOP_SortParms::setPrimreverse ( bool  val)
inline

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

void SOP_SortParms::setPrimseed ( int64  val)
inline

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

void SOP_SortParms::setPrimsort ( Primsort  val)
inline

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

void SOP_SortParms::setPtgroup ( const UT_StringHolder val)
inline

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

void SOP_SortParms::setPtsort ( Ptsort  val)
inline

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

void SOP_SortParms::setVertexPrimOrder ( bool  val)
inline

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

static int SOP_SortParms::version ( )
inlinestatic

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


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