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 99 of file SOP_Tube.proto.h.

Member Typedef Documentation

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

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

Constructor & Destructor Documentation

SOP_TubeParms::SOP_TubeParms ( )
inline

Definition at line 104 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 130 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 163 of file SOP_Tube.proto.h.

void SOP_TubeParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

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

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

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

bool SOP_TubeParms::getCap ( ) const
inline

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

int64 SOP_TubeParms::getCols ( ) const
inline

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

bool SOP_TubeParms::getConsolidatepts ( ) const
inline

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

fpreal64 SOP_TubeParms::getHeight ( ) const
inline

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

bool SOP_TubeParms::getImperfect ( ) const
inline

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

exint SOP_TubeParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

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

Reimplemented from OP_NodeParms.

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

ParmType SOP_TubeParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 464 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 300 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 302 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 304 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 306 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 308 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 310 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 312 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 314 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 316 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 318 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 320 of file SOP_Tube.proto.h.

int64 SOP_TubeParms::getOrderu ( ) const
inline

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

int64 SOP_TubeParms::getOrderv ( ) const
inline

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

Orient SOP_TubeParms::getOrient ( ) const
inline

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

UT_Vector3D SOP_TubeParms::getR ( ) const
inline

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

UT_Vector2D SOP_TubeParms::getRad ( ) const
inline

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

fpreal64 SOP_TubeParms::getRadscale ( ) const
inline

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

int64 SOP_TubeParms::getRows ( ) const
inline

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

Surftype SOP_TubeParms::getSurftype ( ) const
inline

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

UT_Vector3D SOP_TubeParms::getT ( ) const
inline

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

Type SOP_TubeParms::getType ( ) const
inline

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

bool SOP_TubeParms::getVertexnormals ( ) const
inline

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

bool SOP_TubeParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

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

bool SOP_TubeParms::load ( UT_IStream is)
inline

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void SOP_TubeParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

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

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

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

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

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

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

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

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

Definition at line 153 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 132 of file SOP_Tube.proto.h.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void SOP_TubeParms::setCap ( bool  val)
inline

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

void SOP_TubeParms::setCols ( int64  val)
inline

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

void SOP_TubeParms::setConsolidatepts ( bool  val)
inline

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

void SOP_TubeParms::setHeight ( fpreal64  val)
inline

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

void SOP_TubeParms::setImperfect ( bool  val)
inline

Definition at line 805 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 386 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 388 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 390 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 392 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 394 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 396 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 398 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 400 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 402 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 404 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 406 of file SOP_Tube.proto.h.

void SOP_TubeParms::setOrderu ( int64  val)
inline

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

void SOP_TubeParms::setOrderv ( int64  val)
inline

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

void SOP_TubeParms::setOrient ( Orient  val)
inline

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

void SOP_TubeParms::setR ( UT_Vector3D  val)
inline

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

void SOP_TubeParms::setRad ( UT_Vector2D  val)
inline

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

void SOP_TubeParms::setRadscale ( fpreal64  val)
inline

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

void SOP_TubeParms::setRows ( int64  val)
inline

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

void SOP_TubeParms::setSurftype ( Surftype  val)
inline

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

void SOP_TubeParms::setT ( UT_Vector3D  val)
inline

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

void SOP_TubeParms::setType ( Type  val)
inline

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

void SOP_TubeParms::setVertexnormals ( bool  val)
inline

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

static int SOP_TubeParms::version ( )
inlinestatic

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


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