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

#include <SOP_Tube.proto.h>

+ Inheritance diagram for SOP_TubeParms:

Public Types

using Type = SOP_TubeEnums::Type
 
using Surftype = SOP_TubeEnums::Surftype
 
using Orient = SOP_TubeEnums::Orient
 
- 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_TubeParms ()
 
 SOP_TubeParms (const SOP_TubeParms &)=default
 
SOP_TubeParmsoperator= (const SOP_TubeParms &)=default
 
 SOP_TubeParms (SOP_TubeParms &&) noexcept=default
 
SOP_TubeParmsoperator= (SOP_TubeParms &&) noexcept=default
 
 ~SOP_TubeParms () override
 
bool operator== (const SOP_TubeParms &src) const
 
bool operator!= (const SOP_TubeParms &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)
 
Type getType () const
 
void setType (Type val)
 
Type opType (const SOP_NodeVerb::CookParms &cookparms) const
 
Surftype getSurftype () const
 
void setSurftype (Surftype val)
 
Surftype opSurftype (const SOP_NodeVerb::CookParms &cookparms) const
 
Orient getOrient () const
 
void setOrient (Orient val)
 
Orient opOrient (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getCap () const
 
void setCap (bool val)
 
bool opCap (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getConsolidatepts () const
 
void setConsolidatepts (bool val)
 
bool opConsolidatepts (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getVertexnormals () const
 
void setVertexnormals (bool val)
 
bool opVertexnormals (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getT () const
 
void setT (UT_Vector3D val)
 
UT_Vector3D opT (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector3D getR () const
 
void setR (UT_Vector3D val)
 
UT_Vector3D opR (const SOP_NodeVerb::CookParms &cookparms) const
 
UT_Vector2D getRad () const
 
void setRad (UT_Vector2D val)
 
UT_Vector2D opRad (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getRadscale () const
 
void setRadscale (fpreal64 val)
 
fpreal64 opRadscale (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getHeight () const
 
void setHeight (fpreal64 val)
 
fpreal64 opHeight (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getRows () const
 
void setRows (int64 val)
 
int64 opRows (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getOrderu () const
 
void setOrderu (int64 val)
 
int64 opOrderu (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getOrderv () const
 
void setOrderv (int64 val)
 
int64 opOrderv (const SOP_NodeVerb::CookParms &cookparms) const
 
bool getImperfect () const
 
void setImperfect (bool val)
 
bool opImperfect (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getCols () const
 
void setCols (int64 val)
 
int64 opCols (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 53 of file SOP_Tube.proto.h.

Member Typedef Documentation

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

Definition at line 111 of file SOP_Tube.proto.h.

Constructor & Destructor Documentation

SOP_TubeParms::SOP_TubeParms ( )
inline

Definition at line 58 of file SOP_Tube.proto.h.

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

Definition at line 84 of file SOP_Tube.proto.h.

Member Function Documentation

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

Definition at line 117 of file SOP_Tube.proto.h.

void SOP_TubeParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 177 of file SOP_Tube.proto.h.

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

Definition at line 184 of file SOP_Tube.proto.h.

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

Definition at line 279 of file SOP_Tube.proto.h.

bool SOP_TubeParms::getCap ( ) const
inline

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

int64 SOP_TubeParms::getCols ( ) const
inline

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

bool SOP_TubeParms::getConsolidatepts ( ) const
inline

Definition at line 658 of file SOP_Tube.proto.h.

fpreal64 SOP_TubeParms::getHeight ( ) const
inline

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

bool SOP_TubeParms::getImperfect ( ) const
inline

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

exint SOP_TubeParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

ParmType SOP_TubeParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 418 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 254 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 256 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 258 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 260 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 262 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 266 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 268 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 270 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 272 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 274 of file SOP_Tube.proto.h.

int64 SOP_TubeParms::getOrderu ( ) const
inline

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

int64 SOP_TubeParms::getOrderv ( ) const
inline

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

Orient SOP_TubeParms::getOrient ( ) const
inline

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

UT_Vector3D SOP_TubeParms::getR ( ) const
inline

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

UT_Vector2D SOP_TubeParms::getRad ( ) const
inline

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

fpreal64 SOP_TubeParms::getRadscale ( ) const
inline

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

int64 SOP_TubeParms::getRows ( ) const
inline

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

Surftype SOP_TubeParms::getSurftype ( ) const
inline

Definition at line 628 of file SOP_Tube.proto.h.

UT_Vector3D SOP_TubeParms::getT ( ) const
inline

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

Type SOP_TubeParms::getType ( ) const
inline

Definition at line 618 of file SOP_Tube.proto.h.

bool SOP_TubeParms::getVertexnormals ( ) const
inline

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

bool SOP_TubeParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 245 of file SOP_Tube.proto.h.

bool SOP_TubeParms::load ( UT_IStream is)
inline

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

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

Definition at line 462 of file SOP_Tube.proto.h.

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

Definition at line 464 of file SOP_Tube.proto.h.

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

Definition at line 466 of file SOP_Tube.proto.h.

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

Definition at line 468 of file SOP_Tube.proto.h.

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

Definition at line 470 of file SOP_Tube.proto.h.

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

Definition at line 473 of file SOP_Tube.proto.h.

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

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

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

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

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

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

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

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

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

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

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

Definition at line 487 of file SOP_Tube.proto.h.

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

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

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

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

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

Definition at line 503 of file SOP_Tube.proto.h.

void SOP_TubeParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 171 of file SOP_Tube.proto.h.

bool SOP_TubeParms::opCap ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

int64 SOP_TubeParms::opCols ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 770 of file SOP_Tube.proto.h.

bool SOP_TubeParms::opConsolidatepts ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

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

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

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

Definition at line 86 of file SOP_Tube.proto.h.

fpreal64 SOP_TubeParms::opHeight ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 720 of file SOP_Tube.proto.h.

bool SOP_TubeParms::opImperfect ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

int64 SOP_TubeParms::opOrderu ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 740 of file SOP_Tube.proto.h.

int64 SOP_TubeParms::opOrderv ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

Orient SOP_TubeParms::opOrient ( const SOP_NodeVerb::CookParms cookparms) const
inline

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

UT_Vector3D SOP_TubeParms::opR ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 690 of file SOP_Tube.proto.h.

UT_Vector2D SOP_TubeParms::opRad ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 700 of file SOP_Tube.proto.h.

fpreal64 SOP_TubeParms::opRadscale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 710 of file SOP_Tube.proto.h.

int64 SOP_TubeParms::opRows ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 730 of file SOP_Tube.proto.h.

Surftype SOP_TubeParms::opSurftype ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 630 of file SOP_Tube.proto.h.

UT_Vector3D SOP_TubeParms::opT ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 680 of file SOP_Tube.proto.h.

Type SOP_TubeParms::opType ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 620 of file SOP_Tube.proto.h.

bool SOP_TubeParms::opVertexnormals ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 670 of file SOP_Tube.proto.h.

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

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

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

Definition at line 523 of file SOP_Tube.proto.h.

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

Definition at line 525 of file SOP_Tube.proto.h.

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

Definition at line 527 of file SOP_Tube.proto.h.

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

Definition at line 529 of file SOP_Tube.proto.h.

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

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

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

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

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

Definition at line 537 of file SOP_Tube.proto.h.

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

Definition at line 539 of file SOP_Tube.proto.h.

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

Definition at line 541 of file SOP_Tube.proto.h.

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

Definition at line 543 of file SOP_Tube.proto.h.

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

Definition at line 545 of file SOP_Tube.proto.h.

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

Definition at line 552 of file SOP_Tube.proto.h.

void SOP_TubeParms::setCap ( bool  val)
inline

Definition at line 649 of file SOP_Tube.proto.h.

void SOP_TubeParms::setCols ( int64  val)
inline

Definition at line 769 of file SOP_Tube.proto.h.

void SOP_TubeParms::setConsolidatepts ( bool  val)
inline

Definition at line 659 of file SOP_Tube.proto.h.

void SOP_TubeParms::setHeight ( fpreal64  val)
inline

Definition at line 719 of file SOP_Tube.proto.h.

void SOP_TubeParms::setImperfect ( bool  val)
inline

Definition at line 759 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 340 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 342 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 344 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 346 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 348 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 350 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

Definition at line 354 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 356 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 358 of file SOP_Tube.proto.h.

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

Reimplemented from OP_NodeParms.

Definition at line 360 of file SOP_Tube.proto.h.

void SOP_TubeParms::setOrderu ( int64  val)
inline

Definition at line 739 of file SOP_Tube.proto.h.

void SOP_TubeParms::setOrderv ( int64  val)
inline

Definition at line 749 of file SOP_Tube.proto.h.

void SOP_TubeParms::setOrient ( Orient  val)
inline

Definition at line 639 of file SOP_Tube.proto.h.

void SOP_TubeParms::setR ( UT_Vector3D  val)
inline

Definition at line 689 of file SOP_Tube.proto.h.

void SOP_TubeParms::setRad ( UT_Vector2D  val)
inline

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

void SOP_TubeParms::setRadscale ( fpreal64  val)
inline

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

void SOP_TubeParms::setRows ( int64  val)
inline

Definition at line 729 of file SOP_Tube.proto.h.

void SOP_TubeParms::setSurftype ( Surftype  val)
inline

Definition at line 629 of file SOP_Tube.proto.h.

void SOP_TubeParms::setT ( UT_Vector3D  val)
inline

Definition at line 679 of file SOP_Tube.proto.h.

void SOP_TubeParms::setType ( Type  val)
inline

Definition at line 619 of file SOP_Tube.proto.h.

void SOP_TubeParms::setVertexnormals ( bool  val)
inline

Definition at line 669 of file SOP_Tube.proto.h.

static int SOP_TubeParms::version ( )
inlinestatic

Definition at line 56 of file SOP_Tube.proto.h.


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