|
| SOP_VolumeVisualizationParms () |
|
| SOP_VolumeVisualizationParms (const SOP_VolumeVisualizationParms &)=default |
|
SOP_VolumeVisualizationParms & | operator= (const SOP_VolumeVisualizationParms &)=default |
|
| SOP_VolumeVisualizationParms (SOP_VolumeVisualizationParms &&) noexcept=default |
|
SOP_VolumeVisualizationParms & | operator= (SOP_VolumeVisualizationParms &&) noexcept=default |
|
| ~SOP_VolumeVisualizationParms () override |
|
bool | operator== (const SOP_VolumeVisualizationParms &src) const |
|
bool | operator!= (const SOP_VolumeVisualizationParms &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) |
|
VisMode | getVisMode () const |
|
void | setVisMode (VisMode val) |
|
VisMode | opVisMode (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getRangemin () const |
|
void | setRangemin (fpreal64 val) |
|
fpreal64 | opRangemin (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getRangemax () const |
|
void | setRangemax (fpreal64 val) |
|
fpreal64 | opRangemax (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getDensityscale () const |
|
void | setDensityscale (fpreal64 val) |
|
fpreal64 | opDensityscale (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getShadowscale () const |
|
void | setShadowscale (fpreal64 val) |
|
fpreal64 | opShadowscale (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getSetambientcolors () const |
|
void | setSetambientcolors (bool val) |
|
bool | opSetambientcolors (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getAmbientexposed () const |
|
void | setAmbientexposed (UT_Vector3D val) |
|
UT_Vector3D | opAmbientexposed (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getAmbientoccluded () const |
|
void | setAmbientoccluded (UT_Vector3D val) |
|
UT_Vector3D | opAmbientoccluded (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getSetambientshadows () const |
|
void | setSetambientshadows (bool val) |
|
bool | opSetambientshadows (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getAmbientshadows () const |
|
void | setAmbientshadows (fpreal64 val) |
|
fpreal64 | opAmbientshadows (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getSetshadowcolor () const |
|
void | setSetshadowcolor (bool val) |
|
bool | opSetshadowcolor (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector3D | getShadowcolor () const |
|
void | setShadowcolor (UT_Vector3D val) |
|
UT_Vector3D | opShadowcolor (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getSetmaxres () const |
|
void | setSetmaxres (bool val) |
|
bool | opSetmaxres (const SOP_NodeVerb::CookParms &cookparms) const |
|
int64 | getMaxres () const |
|
void | setMaxres (int64 val) |
|
int64 | opMaxres (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getSetambientmapsize () const |
|
void | setSetambientmapsize (bool val) |
|
bool | opSetambientmapsize (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getAmbientmapsize () const |
|
void | setAmbientmapsize (fpreal64 val) |
|
fpreal64 | opAmbientmapsize (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getSetambientsteprate () const |
|
void | setSetambientsteprate (bool val) |
|
bool | opSetambientsteprate (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getAmbientsteprate () const |
|
void | setAmbientsteprate (fpreal64 val) |
|
fpreal64 | opAmbientsteprate (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getDensityfield () const |
|
void | setDensityfield (const UT_StringHolder &val) |
|
UT_StringHolder | opDensityfield (const SOP_NodeVerb::CookParms &cookparms) const |
|
Densityrampmode | getDensityrampmode () const |
|
void | setDensityrampmode (Densityrampmode val) |
|
Densityrampmode | opDensityrampmode (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_SharedPtr< UT_Ramp > | getDensityramp () const |
|
void | setDensityramp (UT_SharedPtr< UT_Ramp > val) |
|
UT_SharedPtr< UT_Ramp > | opDensityramp (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getCdfield () const |
|
void | setCdfield (const UT_StringHolder &val) |
|
UT_StringHolder | opCdfield (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getCdrangeoverride () const |
|
void | setCdrangeoverride (bool val) |
|
bool | opCdrangeoverride (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector2D | getCdrange () const |
|
void | setCdrange (UT_Vector2D val) |
|
UT_Vector2D | opCdrange (const SOP_NodeVerb::CookParms &cookparms) const |
|
Cdrampmode | getCdrampmode () const |
|
void | setCdrampmode (Cdrampmode val) |
|
Cdrampmode | opCdrampmode (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_SharedPtr< UT_Ramp > | getCdramp () const |
|
void | setCdramp (UT_SharedPtr< UT_Ramp > val) |
|
UT_SharedPtr< UT_Ramp > | opCdramp (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getEmitscale () const |
|
void | setEmitscale (fpreal64 val) |
|
fpreal64 | opEmitscale (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getEmitfield () const |
|
void | setEmitfield (const UT_StringHolder &val) |
|
UT_StringHolder | opEmitfield (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getEmitrangeoverride () const |
|
void | setEmitrangeoverride (bool val) |
|
bool | opEmitrangeoverride (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector2D | getEmitrange () const |
|
void | setEmitrange (UT_Vector2D val) |
|
UT_Vector2D | opEmitrange (const SOP_NodeVerb::CookParms &cookparms) const |
|
Emitrampmode | getEmitrampmode () const |
|
void | setEmitrampmode (Emitrampmode val) |
|
Emitrampmode | opEmitrampmode (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_SharedPtr< UT_Ramp > | getEmitramp () const |
|
void | setEmitramp (UT_SharedPtr< UT_Ramp > val) |
|
UT_SharedPtr< UT_Ramp > | opEmitramp (const SOP_NodeVerb::CookParms &cookparms) const |
|
const UT_StringHolder & | getEmitcdfield () const |
|
void | setEmitcdfield (const UT_StringHolder &val) |
|
UT_StringHolder | opEmitcdfield (const SOP_NodeVerb::CookParms &cookparms) const |
|
Emitcdrampmode | getEmitcdrampmode () const |
|
void | setEmitcdrampmode (Emitcdrampmode val) |
|
Emitcdrampmode | opEmitcdrampmode (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_SharedPtr< UT_Ramp > | getEmitcdramp () const |
|
void | setEmitcdramp (UT_SharedPtr< UT_Ramp > val) |
|
UT_SharedPtr< UT_Ramp > | opEmitcdramp (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getEmitcdfieldscale () const |
|
void | setEmitcdfieldscale (fpreal64 val) |
|
fpreal64 | opEmitcdfieldscale (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getEmitcdtemperature0 () const |
|
void | setEmitcdtemperature0 (fpreal64 val) |
|
fpreal64 | opEmitcdtemperature0 (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getEmitcdtemperature () const |
|
void | setEmitcdtemperature (fpreal64 val) |
|
fpreal64 | opEmitcdtemperature (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getEmitcdtonemap () const |
|
void | setEmitcdtonemap (bool val) |
|
bool | opEmitcdtonemap (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getEmitcdadaptation () const |
|
void | setEmitcdadaptation (fpreal64 val) |
|
fpreal64 | opEmitcdadaptation (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getEmitcdburn () const |
|
void | setEmitcdburn (fpreal64 val) |
|
fpreal64 | opEmitcdburn (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getEnablescatter () const |
|
void | setEnablescatter (bool val) |
|
bool | opEnablescatter (const SOP_NodeVerb::CookParms &cookparms) const |
|
fpreal64 | getExtinctionratio () const |
|
void | setExtinctionratio (fpreal64 val) |
|
fpreal64 | opExtinctionratio (const SOP_NodeVerb::CookParms &cookparms) const |
|
int64 | getScatteringiter () const |
|
void | setScatteringiter (int64 val) |
|
int64 | opScatteringiter (const SOP_NodeVerb::CookParms &cookparms) const |
|
bool | getEmitcdrangeoverride () const |
|
void | setEmitcdrangeoverride (bool val) |
|
bool | opEmitcdrangeoverride (const SOP_NodeVerb::CookParms &cookparms) const |
|
UT_Vector2D | getEmitcdrange () const |
|
void | setEmitcdrange (UT_Vector2D val) |
|
UT_Vector2D | opEmitcdrange (const SOP_NodeVerb::CookParms &cookparms) const |
|
| SOP_NodeParms () |
|
bool | applyGeometryOverride (GU_ConstDetailHandle gdh) |
|
bool | applyGeometryOverrideFromNode (SOP_Node *node, OP_Context &context, SOP_NodeCache *cache) |
|
| 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_Ramp > | clampMinValue (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 |
|