HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_TetCraft.proto.h
Go to the documentation of this file.
1 /* Automagically Generated by generate_proto.py
2  * Do not Edit
3  */
4 #pragma once
5 
6 #include <SOP/SOP_API.h>
7 #include <SOP/SOP_NodeVerb.h>
8 #include <SOP/SOP_GraphProxy.h>
9 
10 #include <OP/OP_Utils.h>
11 #include <PRM/PRM_Parm.h>
12 #include <UT/UT_IStream.h>
13 #include <UT/UT_NTStreamUtil.h>
14 #include <UT/UT_Ramp.h>
15 #include <UT/UT_SharedPtr.h>
16 #include <UT/UT_StringHolder.h>
17 #include <UT/UT_StringStream.h>
18 #include <UT/UT_VectorTypes.h>
19 #include <UT/UT_EnvControl.h>
20 #include <SYS/SYS_Types.h>
21 
22 class DEP_MicroNode;
23 namespace SOP_TetCraftEnums
24 {
25  enum class BuildDirection
26  {
27  INTERIOR = 0,
28  EXTERIOR
29  };
30 }
31 
32 
34 {
35 public:
36  static int version() { return 1; }
37 
39  {
40  myGroup = ""_UTsh;
41  myBuildDirection = 0;
42  myCreateTets = true;
43 
44  }
45 
46  explicit SOP_TetCraftParms(const SOP_TetCraftParms &) = default;
47  SOP_TetCraftParms &operator=(const SOP_TetCraftParms &) = default;
48  SOP_TetCraftParms(SOP_TetCraftParms &&) noexcept = default;
49  SOP_TetCraftParms &operator=(SOP_TetCraftParms &&) noexcept = default;
50 
51  ~SOP_TetCraftParms() override {}
52 
53  bool operator==(const SOP_TetCraftParms &src) const
54  {
55  if (myGroup != src.myGroup) return false;
56  if (myBuildDirection != src.myBuildDirection) return false;
57  if (myCreateTets != src.myCreateTets) return false;
58 
59  return true;
60  }
61  bool operator!=(const SOP_TetCraftParms &src) const
62  {
63  return !operator==(src);
64  }
66 
67 
68 
69  void buildFromOp(const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
70  {
71  myGroup = ""_UTsh;
72  if (true)
73  graph->evalOpParm(myGroup, nodeidx, "group", time, 0);
74  myBuildDirection = 0;
75  if (true)
76  graph->evalOpParm(myBuildDirection, nodeidx, "direction", time, 0);
77  myCreateTets = true;
78  if (true)
79  graph->evalOpParm(myCreateTets, nodeidx, "createtets", time, 0);
80 
81  }
82 
83 
84  void loadFromOpSubclass(const LoadParms &loadparms) override
85  {
86  buildFromOp(loadparms.graph(), loadparms.nodeIdx(), loadparms.context().getTime(), loadparms.depnode());
87  }
88 
89 
90  void copyFrom(const OP_NodeParms *src) override
91  {
92  *this = *((const SOP_TetCraftParms *)src);
93  }
94 
95  template <typename T>
96  void
97  doGetParmValue(TempIndex idx, TempIndex instance, T &value) const
98  {
99  if (idx.size() < 1)
100  return;
101  UT_ASSERT(idx.size() == instance.size()+1);
102  if (idx.size() != instance.size()+1)
103  return;
104  switch (idx[0])
105  {
106  case 0:
107  coerceValue(value, myGroup);
108  break;
109  case 1:
110  coerceValue(value, myBuildDirection);
111  break;
112  case 2:
113  coerceValue(value, myCreateTets);
114  break;
115 
116  }
117  }
118 
119  bool isParmColorRamp(exint idx) const override
120  {
121  switch (idx)
122  {
123 
124  }
125  return false;
126  }
127 
128  void getNestParmValue(TempIndex idx, TempIndex instance, exint &value) const override
129  { doGetParmValue(idx, instance, value); }
130  void getNestParmValue(TempIndex idx, TempIndex instance, fpreal &value) const override
131  { doGetParmValue(idx, instance, value); }
132  void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
133  { doGetParmValue(idx, instance, value); }
134  void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
135  { doGetParmValue(idx, instance, value); }
136  void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
137  { doGetParmValue(idx, instance, value); }
138  void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
139  { doGetParmValue(idx, instance, value); }
140  void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
141  { doGetParmValue(idx, instance, value); }
142  void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
143  { doGetParmValue(idx, instance, value); }
144  void getNestParmValue(TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
145  { doGetParmValue(idx, instance, value); }
146  void getNestParmValue(TempIndex idx, TempIndex instance, UT_SharedPtr<UT_Ramp> &value) const override
147  { doGetParmValue(idx, instance, value); }
148  void getNestParmValue(TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
149  { doGetParmValue(idx, instance, value); }
150 
151  template <typename T>
152  void
153  doSetParmValue(TempIndex idx, TempIndex instance, const T &value)
154  {
155  if (idx.size() < 1)
156  return;
157  UT_ASSERT(idx.size() == instance.size()+1);
158  if (idx.size() != instance.size()+1)
159  return;
160  switch (idx[0])
161  {
162  case 0:
163  coerceValue(myGroup, ( ( value ) ));
164  break;
165  case 1:
166  coerceValue(myBuildDirection, clampMinValue(0, clampMaxValue(1, value ) ));
167  break;
168  case 2:
169  coerceValue(myCreateTets, ( ( value ) ));
170  break;
171 
172  }
173  }
174 
175  void setNestParmValue(TempIndex idx, TempIndex instance, const exint &value) override
176  { doSetParmValue(idx, instance, value); }
177  void setNestParmValue(TempIndex idx, TempIndex instance, const fpreal &value) override
178  { doSetParmValue(idx, instance, value); }
179  void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
180  { doSetParmValue(idx, instance, value); }
181  void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
182  { doSetParmValue(idx, instance, value); }
183  void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
184  { doSetParmValue(idx, instance, value); }
185  void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
186  { doSetParmValue(idx, instance, value); }
187  void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
188  { doSetParmValue(idx, instance, value); }
189  void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
190  { doSetParmValue(idx, instance, value); }
191  void setNestParmValue(TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
192  { doSetParmValue(idx, instance, value); }
193  void setNestParmValue(TempIndex idx, TempIndex instance, const UT_SharedPtr<UT_Ramp> &value) override
194  { doSetParmValue(idx, instance, value); }
195  void setNestParmValue(TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
196  { doSetParmValue(idx, instance, value); }
197 
198  exint getNestNumParms(TempIndex idx) const override
199  {
200  if (idx.size() == 0)
201  return 3;
202  switch (idx[0])
203  {
204 
205  }
206  // Invalid
207  return 0;
208  }
209 
210  const char *getNestParmName(TempIndex fieldnum) const override
211  {
212  if (fieldnum.size() < 1)
213  return 0;
214  switch (fieldnum[0])
215  {
216  case 0:
217  return "group";
218  case 1:
219  return "direction";
220  case 2:
221  return "createtets";
222 
223  }
224  return 0;
225  }
226 
227  ParmType getNestParmType(TempIndex fieldnum) const override
228  {
229  if (fieldnum.size() < 1)
230  return PARM_UNSUPPORTED;
231  switch (fieldnum[0])
232  {
233  case 0:
234  return PARM_STRING;
235  case 1:
236  return PARM_INTEGER;
237  case 2:
238  return PARM_INTEGER;
239 
240  }
241  return PARM_UNSUPPORTED;
242  }
243 
244  // Boiler plate to load individual types.
245  static void loadData(UT_IStream &is, int64 &v)
246  { is.bread(&v, 1); }
247  static void loadData(UT_IStream &is, bool &v)
248  { int64 iv; is.bread(&iv, 1); v = iv; }
249  static void loadData(UT_IStream &is, fpreal64 &v)
250  { is.bread<fpreal64>(&v, 1); }
251  static void loadData(UT_IStream &is, UT_Vector2D &v)
252  { is.bread<fpreal64>(&v.x(), 1); is.bread<fpreal64>(&v.y(), 1); }
253  static void loadData(UT_IStream &is, UT_Vector3D &v)
254  { is.bread<fpreal64>(&v.x(), 1); is.bread<fpreal64>(&v.y(), 1);
255  is.bread<fpreal64>(&v.z(), 1); }
256  static void loadData(UT_IStream &is, UT_Vector4D &v)
257  { is.bread<fpreal64>(&v.x(), 1); is.bread<fpreal64>(&v.y(), 1);
258  is.bread<fpreal64>(&v.z(), 1); is.bread<fpreal64>(&v.w(), 1); }
259  static void loadData(UT_IStream &is, UT_Matrix2D &v)
260  { for (int r = 0; r < 2; r++) for (int c = 0; c < 2; c++) is.bread<fpreal64>(&v(r, c), 1); }
261  static void loadData(UT_IStream &is, UT_Matrix3D &v)
262  { for (int r = 0; r < 3; r++) for (int c = 0; c < 3; c++) is.bread<fpreal64>(&v(r, c), 1); }
263  static void loadData(UT_IStream &is, UT_Matrix4D &v)
264  { for (int r = 0; r < 4; r++) for (int c = 0; c < 4; c++) is.bread<fpreal64>(&v(r, c), 1); }
265  static void loadData(UT_IStream &is, UT_Vector2I &v)
266  { is.bread<int64>(&v.x(), 1); is.bread<int64>(&v.y(), 1); }
267  static void loadData(UT_IStream &is, UT_Vector3I &v)
268  { is.bread<int64>(&v.x(), 1); is.bread<int64>(&v.y(), 1);
269  is.bread<int64>(&v.z(), 1); }
270  static void loadData(UT_IStream &is, UT_Vector4I &v)
271  { is.bread<int64>(&v.x(), 1); is.bread<int64>(&v.y(), 1);
272  is.bread<int64>(&v.z(), 1); is.bread<int64>(&v.w(), 1); }
274  { is.bread(v); }
276  { UT_StringHolder rampdata;
277  loadData(is, rampdata);
278  if (rampdata.isstring())
279  {
280  v.reset(new UT_Ramp());
281  UT_IStream istr((const char *) rampdata, rampdata.length(), UT_ISTREAM_ASCII);
282  v->load(istr);
283  }
284  else v.reset();
285  }
288  loadData(is, data);
289  if (data.isstring())
290  {
291  // Find the data type.
292  const char *colon = UT_StringWrap(data).findChar(':');
293  if (colon)
294  {
295  int typelen = colon - data.buffer();
297  type.strncpy(data.buffer(), typelen);
298  UT_IStream istr(((const char *) data) + typelen + 1, data.length() - (typelen + 1), UT_ISTREAM_BINARY);
299 
300  v = PRM_DataFactory::parseBinary(type.buffer(), istr);
301  }
302  }
303  else v.reset();
304  }
305 
306  static void saveData(std::ostream &os, int64 v)
307  { UTwrite(os, &v); }
308  static void saveData(std::ostream &os, bool v)
309  { int64 iv = v; UTwrite(os, &iv); }
310  static void saveData(std::ostream &os, fpreal64 v)
311  { UTwrite<fpreal64>(os, &v); }
312  static void saveData(std::ostream &os, UT_Vector2D v)
313  { UTwrite<fpreal64>(os, &v.x()); UTwrite<fpreal64>(os, &v.y()); }
314  static void saveData(std::ostream &os, UT_Vector3D v)
315  { UTwrite<fpreal64>(os, &v.x()); UTwrite<fpreal64>(os, &v.y());
316  UTwrite<fpreal64>(os, &v.z()); }
317  static void saveData(std::ostream &os, UT_Vector4D v)
318  { UTwrite<fpreal64>(os, &v.x()); UTwrite<fpreal64>(os, &v.y());
319  UTwrite<fpreal64>(os, &v.z()); UTwrite<fpreal64>(os, &v.w()); }
320  static void saveData(std::ostream &os, UT_Matrix2D v)
322  static void saveData(std::ostream &os, UT_Matrix3D v)
324  static void saveData(std::ostream &os, UT_Matrix4D v)
326  static void saveData(std::ostream &os, UT_StringHolder s)
327  { UT_StringWrap(s).saveBinary(os); }
328  static void saveData(std::ostream &os, UT_SharedPtr<UT_Ramp> s)
330  UT_OStringStream ostr;
331  if (s) s->save(ostr);
332  result = ostr.str();
333  saveData(os, result);
334  }
335  static void saveData(std::ostream &os, PRM_DataItemHandle s)
337  UT_OStringStream ostr;
338  if (s)
339  {
340  ostr << s->getDataTypeToken();
341  ostr << ":";
342  s->saveBinary(ostr);
343  }
344  result = ostr.str();
345  saveData(os, result);
346  }
347 
348 
349  void save(std::ostream &os) const
350  {
351  int32 v = version();
352  UTwrite(os, &v);
353  saveData(os, myGroup);
354  saveData(os, myBuildDirection);
355  saveData(os, myCreateTets);
356 
357  }
358 
359  bool load(UT_IStream &is)
360  {
361  int32 v;
362  is.bread(&v, 1);
363  if (version() != v)
364  {
365  // Fail incompatible versions
366  return false;
367  }
368  loadData(is, myGroup);
369  loadData(is, myBuildDirection);
370  loadData(is, myCreateTets);
371 
372  return true;
373  }
374 
375  const UT_StringHolder & getGroup() const { return myGroup; }
376  void setGroup(const UT_StringHolder & val) { myGroup = val; }
378  {
379  SOP_Node *thissop = cookparms.getNode();
380  if (!thissop) return getGroup();
382  OP_Utils::evalOpParm(result, thissop, "group", cookparms.getCookTime(), 0);
383  return result;
384  }
385  BuildDirection getBuildDirection() const { return BuildDirection(myBuildDirection); }
386  void setBuildDirection(BuildDirection val) { myBuildDirection = int64(val); }
388  {
389  SOP_Node *thissop = cookparms.getNode();
390  if (!thissop) return getBuildDirection();
391  int64 result;
392  OP_Utils::evalOpParm(result, thissop, "direction", cookparms.getCookTime(), 0);
393  return BuildDirection(result);
394  }
395  bool getCreateTets() const { return myCreateTets; }
396  void setCreateTets(bool val) { myCreateTets = val; }
397  bool opCreateTets(const SOP_NodeVerb::CookParms &cookparms) const
398  {
399  SOP_Node *thissop = cookparms.getNode();
400  if (!thissop) return getCreateTets();
401  bool result;
402  OP_Utils::evalOpParm(result, thissop, "createtets", cookparms.getCookTime(), 0);
403  return result;
404  }
405 
406 private:
407  UT_StringHolder myGroup;
408  int64 myBuildDirection;
409  bool myCreateTets;
410 
411 };
const UT_StringHolder & getGroup() const
static void loadData(UT_IStream &is, UT_Vector4I &v)
static void loadData(UT_IStream &is, fpreal64 &v)
static void saveData(std::ostream &os, UT_Matrix2D v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
int int32
Definition: SYS_Types.h:39
SOP_Node * getNode() const
Definition: SOP_NodeVerb.h:347
static void loadData(UT_IStream &is, UT_Vector3D &v)
BuildDirection getBuildDirection() const
static void saveData(std::ostream &os, UT_StringHolder s)
T clampMaxValue(fpreal maxvalue, const T &src) const
Definition: OP_NodeParms.h:315
static void saveData(std::ostream &os, UT_Vector2D v)
static void loadData(UT_IStream &is, UT_Matrix4D &v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
void setCreateTets(bool val)
static void saveData(std::ostream &os, int64 v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
exint bread(int32 *buffer, exint asize=1)
GLboolean * data
Definition: glcorearb.h:131
GT_API const UT_StringHolder time
constexpr SYS_FORCE_INLINE T & y() noexcept
Definition: UT_Vector4.h:493
const GLdouble * v
Definition: glcorearb.h:837
static void loadData(UT_IStream &is, UT_StringHolder &v)
fpreal getTime() const
Definition: OP_Context.h:62
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
void doSetParmValue(TempIndex idx, TempIndex instance, const T &value)
const OP_Context & context() const
Definition: OP_NodeParms.h:97
constexpr SYS_FORCE_INLINE T & z() noexcept
Definition: UT_Vector3.h:667
int64 exint
Definition: SYS_Types.h:125
void getNestParmValue(TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
SYS_FORCE_INLINE const char * buffer() const
GLdouble s
Definition: glad.h:3009
An output stream object that owns its own string buffer storage.
static void saveData(std::ostream &os, UT_Vector3D v)
static void saveData(std::ostream &os, UT_Matrix3D v)
**But if you need a result
Definition: thread.h:613
static void loadData(UT_IStream &is, UT_SharedPtr< UT_Ramp > &v)
T clampMinValue(fpreal minvalue, const T &src) const
Definition: OP_NodeParms.h:308
exint nodeIdx() const
Definition: OP_NodeParms.h:95
static PRM_DataItemHandle parseBinary(const char *type, UT_IStream &is)
const UT_WorkBuffer & str()
Returns a read-only reference to the underlying UT_WorkBuffer.
static void saveData(std::ostream &os, UT_Vector4D v)
void setNestParmValue(TempIndex idx, TempIndex instance, const fpreal &value) override
void copyFrom(const OP_NodeParms *src) override
constexpr SYS_FORCE_INLINE T & x() noexcept
Definition: UT_Vector4.h:491
void setBuildDirection(BuildDirection val)
double fpreal64
Definition: SYS_Types.h:201
constexpr SYS_FORCE_INLINE T & x() noexcept
Definition: UT_Vector2.h:423
bool operator==(const BaseDimensions< T > &a, const BaseDimensions< Y > &b)
Definition: Dimensions.h:137
BuildDirection opBuildDirection(const SOP_NodeVerb::CookParms &cookparms) const
void save(std::ostream &os) const
bool isParmColorRamp(exint idx) const override
exint length() const
SYS_FORCE_INLINE const char * buffer() const
std::shared_ptr< T > UT_SharedPtr
Wrapper around std::shared_ptr.
Definition: UT_SharedPtr.h:36
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
constexpr SYS_FORCE_INLINE T & z() noexcept
Definition: UT_Vector4.h:495
void doGetParmValue(TempIndex idx, TempIndex instance, T &value) const
const OP_GraphProxy * graph() const
Definition: OP_NodeParms.h:94
static void saveData(std::ostream &os, fpreal64 v)
static void saveData(std::ostream &os, UT_SharedPtr< UT_Ramp > s)
void setNestParmValue(TempIndex idx, TempIndex instance, const exint &value) override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
long long int64
Definition: SYS_Types.h:116
static void saveData(std::ostream &os, bool v)
void loadFromOpSubclass(const LoadParms &loadparms) override
void getNestParmValue(TempIndex idx, TempIndex instance, exint &value) const override
static void loadData(UT_IStream &is, UT_Vector2I &v)
void setGroup(const UT_StringHolder &val)
virtual void evalOpParm(int64 &v, NodeIdx node, const char *parmname, fpreal time, DEP_MicroNode *depnode) const =0
void saveBinary(std::ostream &os) const
Save string to binary stream.
Definition: UT_String.h:296
GT_API const UT_StringHolder version
bool load(UT_IStream &is)
bool operator!=(const SOP_TetCraftParms &src) const
UT_StringHolder opGroup(const SOP_NodeVerb::CookParms &cookparms) const
static void loadData(UT_IStream &is, UT_Vector2D &v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
void coerceValue(T &result, const S &src) const
Definition: OP_NodeParms.h:301
static void loadData(UT_IStream &is, bool &v)
fpreal64 fpreal
Definition: SYS_Types.h:277
static void saveData(std::ostream &os, UT_Matrix4D v)
DEP_MicroNode * depnode() const
Definition: OP_NodeParms.h:99
void setNestParmValue(TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
static void loadData(UT_IStream &is, int64 &v)
void getNestParmValue(TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
Utility class for containing a color ramp.
Definition: UT_Ramp.h:88
constexpr SYS_FORCE_INLINE T & w() noexcept
Definition: UT_Vector4.h:497
GLuint GLfloat * val
Definition: glcorearb.h:1608
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
#define SOP_API
Definition: SOP_API.h:10
const char * getNestParmName(TempIndex fieldnum) const override
ParmType getNestParmType(TempIndex fieldnum) const override
fpreal getCookTime() const
Definition: SOP_NodeVerb.h:361
static void loadData(UT_IStream &is, UT_Matrix3D &v)
static void loadData(UT_IStream &is, UT_Vector4D &v)
bool opCreateTets(const SOP_NodeVerb::CookParms &cookparms) const
void buildFromOp(const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
const char * findChar(int c) const
Definition: UT_String.h:1385
#define UT_ASSERT(ZZ)
Definition: UT_Assert.h:156
Definition: core.h:1131
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
GLboolean r
Definition: glcorearb.h:1222
static void loadData(UT_IStream &is, UT_Matrix2D &v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
constexpr SYS_FORCE_INLINE T & y() noexcept
Definition: UT_Vector3.h:665
bool operator==(const SOP_TetCraftParms &src) const
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
type
Definition: core.h:1059
static void loadData(UT_IStream &is, PRM_DataItemHandle &v)
exint getNestNumParms(TempIndex idx) const override
static void loadData(UT_IStream &is, UT_Vector3I &v)
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
UT_SharedPtr< const PRM_DataItem > PRM_DataItemHandle
Definition: PRM_Parm.h:89
void setNestParmValue(TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
constexpr SYS_FORCE_INLINE T & y() noexcept
Definition: UT_Vector2.h:425
bool getCreateTets() const
SYS_FORCE_INLINE bool isstring() const
void getNestParmValue(TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
OP_NodeParms & operator=(const OP_NodeParms &)=default
static void saveData(std::ostream &os, PRM_DataItemHandle s)
SYS_FORCE_INLINE void strncpy(const char *src, exint maxlen)
GLenum src
Definition: glcorearb.h:1793
constexpr SYS_FORCE_INLINE T & x() noexcept
Definition: UT_Vector3.h:663
void getNestParmValue(TempIndex idx, TempIndex instance, fpreal &value) const override