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

#include <SOP_Resample.proto.h>

+ Inheritance diagram for SOP_ResampleParms:

Public Types

using Method = SOP_ResampleEnums::Method
 
using Measure = SOP_ResampleEnums::Measure
 
using Treatpolysas = SOP_ResampleEnums::Treatpolysas
 
- 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_ResampleParms ()
 
 SOP_ResampleParms (const SOP_ResampleParms &)=default
 
SOP_ResampleParmsoperator= (const SOP_ResampleParms &)=default
 
 SOP_ResampleParms (SOP_ResampleParms &&) noexcept=default
 
SOP_ResampleParmsoperator= (SOP_ResampleParms &&) noexcept=default
 
 ~SOP_ResampleParms () override
 
bool operator== (const SOP_ResampleParms &src) const
 
bool operator!= (const SOP_ResampleParms &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
 
bool getMaintainprimorder () const
 
void setMaintainprimorder (bool val)
 
bool opMaintainprimorder (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getLod () const
 
void setLod (fpreal64 val)
 
fpreal64 opLod (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getEdge () const
 
void setEdge (bool val)
 
bool opEdge (const SOP_NodeVerb::CookParms &cookparms) const
 
Method getMethod () const
 
void setMethod (Method val)
 
Method opMethod (const SOP_NodeVerb::CookParms &cookparms) const
 
Measure getMeasure () const
 
void setMeasure (Measure val)
 
Measure opMeasure (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDolength () const
 
void setDolength (bool val)
 
bool opDolength (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getLength () const
 
void setLength (fpreal64 val)
 
fpreal64 opLength (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDosegs () const
 
void setDosegs (bool val)
 
bool opDosegs (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getSegs () const
 
void setSegs (int64 val)
 
int64 opSegs (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getUseattribs () const
 
void setUseattribs (bool val)
 
bool opUseattribs (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getAllequal () const
 
void setAllequal (bool val)
 
bool opAllequal (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getLast () const
 
void setLast (bool val)
 
bool opLast (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getRandomshift () const
 
void setRandomshift (bool val)
 
bool opRandomshift (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOnlypoints () const
 
void setOnlypoints (bool val)
 
bool opOnlypoints (const SOP_NodeVerb::CookParms &cookparms) const
 
Treatpolysas getTreatpolysas () const
 
void setTreatpolysas (Treatpolysas val)
 
Treatpolysas opTreatpolysas (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getOutputsubdpoly () const
 
void setOutputsubdpoly (bool val)
 
bool opOutputsubdpoly (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDoptdistattr () const
 
void setDoptdistattr (bool val)
 
bool opDoptdistattr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetPtdistattr () const
 
void setPtdistattr (const UT_StringHolder &val)
 
UT_StringHolder opPtdistattr (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDotangentattr () const
 
void setDotangentattr (bool val)
 
bool opDotangentattr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetTangentattr () const
 
void setTangentattr (const UT_StringHolder &val)
 
UT_StringHolder opTangentattr (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDocurveuattr () const
 
void setDocurveuattr (bool val)
 
bool opDocurveuattr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetCurveuattr () const
 
void setCurveuattr (const UT_StringHolder &val)
 
UT_StringHolder opCurveuattr (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDocurvenumattr () const
 
void setDocurvenumattr (bool val)
 
bool opDocurvenumattr (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetCurvenumattr () const
 
void setCurvenumattr (const UT_StringHolder &val)
 
UT_StringHolder opCurvenumattr (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 85 of file SOP_Resample.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_ResampleParms::SOP_ResampleParms ( )
inline

Definition at line 90 of file SOP_Resample.proto.h.

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

Definition at line 125 of file SOP_Resample.proto.h.

Member Function Documentation

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

Definition at line 170 of file SOP_Resample.proto.h.

void SOP_ResampleParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 257 of file SOP_Resample.proto.h.

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

Definition at line 264 of file SOP_Resample.proto.h.

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

Definition at line 386 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getAllequal ( ) const
inline

Definition at line 916 of file SOP_Resample.proto.h.

const UT_StringHolder& SOP_ResampleParms::getCurvenumattr ( ) const
inline

Definition at line 1046 of file SOP_Resample.proto.h.

const UT_StringHolder& SOP_ResampleParms::getCurveuattr ( ) const
inline

Definition at line 1026 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getDocurvenumattr ( ) const
inline

Definition at line 1036 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getDocurveuattr ( ) const
inline

Definition at line 1016 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getDolength ( ) const
inline

Definition at line 866 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getDoptdistattr ( ) const
inline

Definition at line 976 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getDosegs ( ) const
inline

Definition at line 886 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getDotangentattr ( ) const
inline

Definition at line 996 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getEdge ( ) const
inline

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

const UT_StringHolder& SOP_ResampleParms::getGroup ( ) const
inline

Definition at line 806 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getLast ( ) const
inline

Definition at line 926 of file SOP_Resample.proto.h.

fpreal64 SOP_ResampleParms::getLength ( ) const
inline

Definition at line 876 of file SOP_Resample.proto.h.

fpreal64 SOP_ResampleParms::getLod ( ) const
inline

Definition at line 826 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getMaintainprimorder ( ) const
inline

Definition at line 816 of file SOP_Resample.proto.h.

Measure SOP_ResampleParms::getMeasure ( ) const
inline

Definition at line 856 of file SOP_Resample.proto.h.

Method SOP_ResampleParms::getMethod ( ) const
inline

Definition at line 846 of file SOP_Resample.proto.h.

exint SOP_ResampleParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 497 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 509 of file SOP_Resample.proto.h.

ParmType SOP_ResampleParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 361 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 363 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 365 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 367 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 369 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 371 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 373 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 375 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 377 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 379 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 381 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getOnlypoints ( ) const
inline

Definition at line 946 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getOutputsubdpoly ( ) const
inline

Definition at line 966 of file SOP_Resample.proto.h.

const UT_StringHolder& SOP_ResampleParms::getPtdistattr ( ) const
inline

Definition at line 986 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getRandomshift ( ) const
inline

Definition at line 936 of file SOP_Resample.proto.h.

int64 SOP_ResampleParms::getSegs ( ) const
inline

Definition at line 896 of file SOP_Resample.proto.h.

const UT_StringHolder& SOP_ResampleParms::getTangentattr ( ) const
inline

Definition at line 1006 of file SOP_Resample.proto.h.

Treatpolysas SOP_ResampleParms::getTreatpolysas ( ) const
inline

Definition at line 956 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::getUseattribs ( ) const
inline

Definition at line 906 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 352 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::load ( UT_IStream is)
inline

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

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

Definition at line 632 of file SOP_Resample.proto.h.

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

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

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

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

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

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

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

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

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

Definition at line 643 of file SOP_Resample.proto.h.

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

Definition at line 646 of file SOP_Resample.proto.h.

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

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

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

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

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

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

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

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

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

Definition at line 657 of file SOP_Resample.proto.h.

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

Definition at line 660 of file SOP_Resample.proto.h.

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

Definition at line 662 of file SOP_Resample.proto.h.

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

Definition at line 673 of file SOP_Resample.proto.h.

void SOP_ResampleParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 251 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opAllequal ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 918 of file SOP_Resample.proto.h.

UT_StringHolder SOP_ResampleParms::opCurvenumattr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1048 of file SOP_Resample.proto.h.

UT_StringHolder SOP_ResampleParms::opCurveuattr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1028 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opDocurvenumattr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1038 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opDocurveuattr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1018 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opDolength ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 868 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opDoptdistattr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 978 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opDosegs ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

bool SOP_ResampleParms::opDotangentattr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 998 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opEdge ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 838 of file SOP_Resample.proto.h.

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

Definition at line 160 of file SOP_Resample.proto.h.

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

Definition at line 127 of file SOP_Resample.proto.h.

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

Definition at line 808 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opLast ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 928 of file SOP_Resample.proto.h.

fpreal64 SOP_ResampleParms::opLength ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 878 of file SOP_Resample.proto.h.

fpreal64 SOP_ResampleParms::opLod ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 828 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opMaintainprimorder ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Measure SOP_ResampleParms::opMeasure ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 858 of file SOP_Resample.proto.h.

Method SOP_ResampleParms::opMethod ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 848 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opOnlypoints ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 948 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opOutputsubdpoly ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 968 of file SOP_Resample.proto.h.

UT_StringHolder SOP_ResampleParms::opPtdistattr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 988 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opRandomshift ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 938 of file SOP_Resample.proto.h.

int64 SOP_ResampleParms::opSegs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 898 of file SOP_Resample.proto.h.

UT_StringHolder SOP_ResampleParms::opTangentattr ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1008 of file SOP_Resample.proto.h.

Treatpolysas SOP_ResampleParms::opTreatpolysas ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 958 of file SOP_Resample.proto.h.

bool SOP_ResampleParms::opUseattribs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 908 of file SOP_Resample.proto.h.

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

Definition at line 736 of file SOP_Resample.proto.h.

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

Definition at line 693 of file SOP_Resample.proto.h.

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

Definition at line 695 of file SOP_Resample.proto.h.

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

Definition at line 697 of file SOP_Resample.proto.h.

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

Definition at line 699 of file SOP_Resample.proto.h.

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

Definition at line 701 of file SOP_Resample.proto.h.

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

Definition at line 704 of file SOP_Resample.proto.h.

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

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

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

Definition at line 709 of file SOP_Resample.proto.h.

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

Definition at line 711 of file SOP_Resample.proto.h.

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

Definition at line 713 of file SOP_Resample.proto.h.

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

Definition at line 715 of file SOP_Resample.proto.h.

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

Definition at line 722 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setAllequal ( bool  val)
inline

Definition at line 917 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setCurvenumattr ( const UT_StringHolder val)
inline

Definition at line 1047 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setCurveuattr ( const UT_StringHolder val)
inline

Definition at line 1027 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setDocurvenumattr ( bool  val)
inline

Definition at line 1037 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setDocurveuattr ( bool  val)
inline

Definition at line 1017 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setDolength ( bool  val)
inline

Definition at line 867 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setDoptdistattr ( bool  val)
inline

Definition at line 977 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setDosegs ( bool  val)
inline

Definition at line 887 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setDotangentattr ( bool  val)
inline

Definition at line 997 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setEdge ( bool  val)
inline

Definition at line 837 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setGroup ( const UT_StringHolder val)
inline

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

void SOP_ResampleParms::setLast ( bool  val)
inline

Definition at line 927 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setLength ( fpreal64  val)
inline

Definition at line 877 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setLod ( fpreal64  val)
inline

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

void SOP_ResampleParms::setMaintainprimorder ( bool  val)
inline

Definition at line 817 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setMeasure ( Measure  val)
inline

Definition at line 857 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setMethod ( Method  val)
inline

Definition at line 847 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 474 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 476 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 478 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 480 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 482 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 484 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 486 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 488 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 490 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 492 of file SOP_Resample.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 494 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setOnlypoints ( bool  val)
inline

Definition at line 947 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setOutputsubdpoly ( bool  val)
inline

Definition at line 967 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setPtdistattr ( const UT_StringHolder val)
inline

Definition at line 987 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setRandomshift ( bool  val)
inline

Definition at line 937 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setSegs ( int64  val)
inline

Definition at line 897 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setTangentattr ( const UT_StringHolder val)
inline

Definition at line 1007 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setTreatpolysas ( Treatpolysas  val)
inline

Definition at line 957 of file SOP_Resample.proto.h.

void SOP_ResampleParms::setUseattribs ( bool  val)
inline

Definition at line 907 of file SOP_Resample.proto.h.

static int SOP_ResampleParms::version ( )
inlinestatic

Definition at line 88 of file SOP_Resample.proto.h.


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