HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_Triangulate2D-2.0.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: SOP_Triangulate2D-2.0.h ( SOP Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __SOP_Triangulate2D2__
12 #define __SOP_Triangulate2D2__
13 
14 #include "SOP_API.h"
15 #include "SOP_Node.h"
16 
17 #define TRIANGULATE_2D2_DEBUG_PARMS 0
18 
20 {
21 public:
22 
23  SOP_Triangulate2D2(OP_Network *net, const char *,
24  OP_Operator *entry);
25 
26  ~SOP_Triangulate2D2() override {}
27 
28  OP_ERROR cookInputGroups(OP_Context &context, int alone = 0) override;
29 
30  static OP_Node *myConstructor(OP_Network *net, const char *name,
31  OP_Operator *entry);
32 
33  static void buildAttribNameMenu(void *data, PRM_Name *entries,
34  int size, const PRM_SpareData *,
35  const PRM_Parm *);
36 
37  static PRM_Template *buildTemplates();
38  const SOP_NodeVerb *cookVerb() const override;
39 
40 protected:
41  OP_ERROR cookMySop(OP_Context &context) override;
42 };
43 
44 #endif
45 
virtual const SOP_NodeVerb * cookVerb() const
Definition: SOP_Node.h:906
UT_ErrorSeverity
Definition: UT_Error.h:25
GLuint const GLchar * name
Definition: glcorearb.h:786
virtual OP_ERROR cookInputGroups(OP_Context &context, int alone=0)
GLsizeiptr size
Definition: glcorearb.h:664
#define SOP_API
Definition: SOP_API.h:10
virtual OP_ERROR cookMySop(OP_Context &context)=0
Definition: format.h:895