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

#include <SOP_File.proto.h>

+ Inheritance diagram for SOP_FileParms:

Public Types

using Filemode = SOP_FileEnums::Filemode
 
using Missingframe = SOP_FileEnums::Missingframe
 
using Loadtype = SOP_FileEnums::Loadtype
 
using Packedviewedit = SOP_FileEnums::Packedviewedit
 
using Viewportlod = SOP_FileEnums::Viewportlod
 
using Wrap = SOP_FileEnums::Wrap
 
- 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_FileParms ()
 
 SOP_FileParms (const SOP_FileParms &)=default
 
SOP_FileParmsoperator= (const SOP_FileParms &)=default
 
 SOP_FileParms (SOP_FileParms &&) noexcept=default
 
SOP_FileParmsoperator= (SOP_FileParms &&) noexcept=default
 
 ~SOP_FileParms () override
 
bool operator== (const SOP_FileParms &src) const
 
bool operator!= (const SOP_FileParms &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)
 
Filemode getFilemode () const
 
void setFilemode (Filemode val)
 
Filemode opFilemode (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetFile () const
 
void setFile (const UT_StringHolder &val)
 
UT_StringHolder opFile (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHolderraw_getFile () const
 
void raw_setFile (const UT_StringHolder &val)
 
UT_StringHolder raw_opFile (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetObjpattern () const
 
void setObjpattern (const UT_StringHolder &val)
 
UT_StringHolder opObjpattern (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_StringHoldergetGeodatapath () const
 
void setGeodatapath (const UT_StringHolder &val)
 
UT_StringHolder opGeodatapath (const SOP_NodeVerb::CookParms &cookparms) const
 
Missingframe getMissingframe () const
 
void setMissingframe (Missingframe val)
 
Missingframe opMissingframe (const SOP_NodeVerb::CookParms &cookparms) const
 
Loadtype getLoadtype () const
 
void setLoadtype (Loadtype val)
 
Loadtype opLoadtype (const SOP_NodeVerb::CookParms &cookparms) const
 
Packedviewedit getPackedviewedit () const
 
void setPackedviewedit (Packedviewedit val)
 
Packedviewedit opPackedviewedit (const SOP_NodeVerb::CookParms &cookparms) const
 
Viewportlod getViewportlod () const
 
void setViewportlod (Viewportlod val)
 
Viewportlod opViewportlod (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPackexpanded () const
 
void setPackexpanded (bool val)
 
bool opPackexpanded (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getDelayload () const
 
void setDelayload (bool val)
 
bool opDelayload (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getMkpath () const
 
void setMkpath (bool val)
 
bool opMkpath (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getCachesize () const
 
void setCachesize (int64 val)
 
int64 opCachesize (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getPrefetch () const
 
void setPrefetch (bool val)
 
bool opPrefetch (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector2I getF () const
 
void setF (UT_Vector2I val)
 
UT_Vector2I opF (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getIndex () const
 
void setIndex (fpreal64 val)
 
fpreal64 opIndex (const SOP_NodeVerb::CookParms &cookparms) const
 
Wrap getWrap () const
 
void setWrap (Wrap val)
 
Wrap opWrap (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getRetry () const
 
void setRetry (int64 val)
 
int64 opRetry (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 74 of file SOP_File.proto.h.

Member Typedef Documentation

Definition at line 141 of file SOP_File.proto.h.

Constructor & Destructor Documentation

SOP_FileParms::SOP_FileParms ( )
inline

Definition at line 79 of file SOP_File.proto.h.

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

Definition at line 107 of file SOP_File.proto.h.

Member Function Documentation

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

Definition at line 145 of file SOP_File.proto.h.

void SOP_FileParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 211 of file SOP_File.proto.h.

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

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

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

Definition at line 316 of file SOP_File.proto.h.

int64 SOP_FileParms::getCachesize ( ) const
inline

Definition at line 786 of file SOP_File.proto.h.

bool SOP_FileParms::getDelayload ( ) const
inline

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

UT_Vector2I SOP_FileParms::getF ( ) const
inline

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

const UT_StringHolder& SOP_FileParms::getFile ( ) const
inline

Definition at line 676 of file SOP_File.proto.h.

Filemode SOP_FileParms::getFilemode ( ) const
inline

Definition at line 666 of file SOP_File.proto.h.

const UT_StringHolder& SOP_FileParms::getGeodatapath ( ) const
inline

Definition at line 706 of file SOP_File.proto.h.

fpreal64 SOP_FileParms::getIndex ( ) const
inline

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

Loadtype SOP_FileParms::getLoadtype ( ) const
inline

Definition at line 726 of file SOP_File.proto.h.

Missingframe SOP_FileParms::getMissingframe ( ) const
inline

Definition at line 716 of file SOP_File.proto.h.

bool SOP_FileParms::getMkpath ( ) const
inline

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

exint SOP_FileParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 403 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 415 of file SOP_File.proto.h.

ParmType SOP_FileParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 460 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 291 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 293 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 295 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 297 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 299 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 301 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 303 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 309 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

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

const UT_StringHolder& SOP_FileParms::getObjpattern ( ) const
inline

Definition at line 696 of file SOP_File.proto.h.

Packedviewedit SOP_FileParms::getPackedviewedit ( ) const
inline

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

bool SOP_FileParms::getPackexpanded ( ) const
inline

Definition at line 756 of file SOP_File.proto.h.

bool SOP_FileParms::getPrefetch ( ) const
inline

Definition at line 796 of file SOP_File.proto.h.

int64 SOP_FileParms::getRetry ( ) const
inline

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

Viewportlod SOP_FileParms::getViewportlod ( ) const
inline

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

Wrap SOP_FileParms::getWrap ( ) const
inline

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

bool SOP_FileParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 282 of file SOP_File.proto.h.

bool SOP_FileParms::load ( UT_IStream is)
inline

Definition at line 635 of file SOP_File.proto.h.

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

Definition at line 506 of file SOP_File.proto.h.

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

Definition at line 508 of file SOP_File.proto.h.

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

Definition at line 510 of file SOP_File.proto.h.

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

Definition at line 512 of file SOP_File.proto.h.

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

Definition at line 514 of file SOP_File.proto.h.

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

Definition at line 517 of file SOP_File.proto.h.

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

Definition at line 520 of file SOP_File.proto.h.

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

Definition at line 522 of file SOP_File.proto.h.

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

Definition at line 524 of file SOP_File.proto.h.

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

Definition at line 526 of file SOP_File.proto.h.

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

Definition at line 528 of file SOP_File.proto.h.

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

Definition at line 531 of file SOP_File.proto.h.

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

Definition at line 534 of file SOP_File.proto.h.

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

Definition at line 536 of file SOP_File.proto.h.

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

Definition at line 547 of file SOP_File.proto.h.

void SOP_FileParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 205 of file SOP_File.proto.h.

int64 SOP_FileParms::opCachesize ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 788 of file SOP_File.proto.h.

bool SOP_FileParms::opDelayload ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

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

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

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

Definition at line 109 of file SOP_File.proto.h.

UT_Vector2I SOP_FileParms::opF ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_StringHolder SOP_FileParms::opFile ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 678 of file SOP_File.proto.h.

Filemode SOP_FileParms::opFilemode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 668 of file SOP_File.proto.h.

UT_StringHolder SOP_FileParms::opGeodatapath ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 708 of file SOP_File.proto.h.

fpreal64 SOP_FileParms::opIndex ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Loadtype SOP_FileParms::opLoadtype ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 728 of file SOP_File.proto.h.

Missingframe SOP_FileParms::opMissingframe ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 718 of file SOP_File.proto.h.

bool SOP_FileParms::opMkpath ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 778 of file SOP_File.proto.h.

UT_StringHolder SOP_FileParms::opObjpattern ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 698 of file SOP_File.proto.h.

Packedviewedit SOP_FileParms::opPackedviewedit ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 738 of file SOP_File.proto.h.

bool SOP_FileParms::opPackexpanded ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 758 of file SOP_File.proto.h.

bool SOP_FileParms::opPrefetch ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 798 of file SOP_File.proto.h.

int64 SOP_FileParms::opRetry ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Viewportlod SOP_FileParms::opViewportlod ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Wrap SOP_FileParms::opWrap ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

const UT_StringHolder& SOP_FileParms::raw_getFile ( ) const
inline

Definition at line 686 of file SOP_File.proto.h.

UT_StringHolder SOP_FileParms::raw_opFile ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 688 of file SOP_File.proto.h.

void SOP_FileParms::raw_setFile ( const UT_StringHolder val)
inline

Definition at line 687 of file SOP_File.proto.h.

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

Definition at line 610 of file SOP_File.proto.h.

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

Definition at line 567 of file SOP_File.proto.h.

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

Definition at line 569 of file SOP_File.proto.h.

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

Definition at line 571 of file SOP_File.proto.h.

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

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

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

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

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

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

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

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

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

Definition at line 583 of file SOP_File.proto.h.

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

Definition at line 585 of file SOP_File.proto.h.

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

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

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

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

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

Definition at line 596 of file SOP_File.proto.h.

void SOP_FileParms::setCachesize ( int64  val)
inline

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

void SOP_FileParms::setDelayload ( bool  val)
inline

Definition at line 767 of file SOP_File.proto.h.

void SOP_FileParms::setF ( UT_Vector2I  val)
inline

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

void SOP_FileParms::setFile ( const UT_StringHolder val)
inline

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

void SOP_FileParms::setFilemode ( Filemode  val)
inline

Definition at line 667 of file SOP_File.proto.h.

void SOP_FileParms::setGeodatapath ( const UT_StringHolder val)
inline

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

void SOP_FileParms::setIndex ( fpreal64  val)
inline

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

void SOP_FileParms::setLoadtype ( Loadtype  val)
inline

Definition at line 727 of file SOP_File.proto.h.

void SOP_FileParms::setMissingframe ( Missingframe  val)
inline

Definition at line 717 of file SOP_File.proto.h.

void SOP_FileParms::setMkpath ( bool  val)
inline

Definition at line 777 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 380 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 382 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 384 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 388 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 390 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 392 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 394 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 396 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 398 of file SOP_File.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 400 of file SOP_File.proto.h.

void SOP_FileParms::setObjpattern ( const UT_StringHolder val)
inline

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

void SOP_FileParms::setPackedviewedit ( Packedviewedit  val)
inline

Definition at line 737 of file SOP_File.proto.h.

void SOP_FileParms::setPackexpanded ( bool  val)
inline

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

void SOP_FileParms::setPrefetch ( bool  val)
inline

Definition at line 797 of file SOP_File.proto.h.

void SOP_FileParms::setRetry ( int64  val)
inline

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

void SOP_FileParms::setViewportlod ( Viewportlod  val)
inline

Definition at line 747 of file SOP_File.proto.h.

void SOP_FileParms::setWrap ( Wrap  val)
inline

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

static int SOP_FileParms::version ( )
inlinestatic

Definition at line 77 of file SOP_File.proto.h.


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