HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_ShapeDiff.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_ShapeDiff.h (C++)
7  *
8  * COMMENTS: See http://internal/wiki/index.php/Houdini17/Character/PoseSpaceDeformation for desc.
9  *
10  */
11 
12 #ifndef __SOP_ShapeDiff_h__
13 #define __SOP_ShapeDiff_h__
14 
15 #include "SOP_API.h"
16 #include "SOP_Node.h"
17 
18 #include <GA/GA_Handle.h>
19 #include <GA/GA_PageHandle.h>
20 
21 class SOP_DeformXforms;
22 
24 {
25 public:
26  SOP_ShapeDiff(OP_Network *net, const char *name, OP_Operator *entry);
27  ~SOP_ShapeDiff() override;
28 
29  static OP_Node* myConstructor(OP_Network *net, const char *name, OP_Operator *entry);
30  static PRM_Template* buildTemplates();
31  const SOP_NodeVerb* cookVerb() const override final;
32 
33 protected:
34  const char* inputLabel(unsigned idx) const override final;
35 
36  OP_ERROR cookMySop(OP_Context &context) override final;
37 };
38 
39 #endif // __SOP_ShapeDiff_h__
virtual const SOP_NodeVerb * cookVerb() const
Definition: SOP_Node.h:906
virtual const char * inputLabel(unsigned idx) const
UT_ErrorSeverity
Definition: UT_Error.h:25
GLuint const GLchar * name
Definition: glcorearb.h:786
#define SOP_API
Definition: SOP_API.h:10
virtual OP_ERROR cookMySop(OP_Context &context)=0