HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_BlockBegin.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_BlockBegin.h ( SOP Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __SOP_BlockBegin__
12 #define __SOP_BlockBegin__
13 
14 #include "SOP_API.h"
15 #include "SOP_Node.h"
16 
18 {
19 public:
20  SOP_BlockBegin(OP_Network *net, const char *name, OP_Operator *entry);
21 
22  /// Returns true if end is what our FORPATH points to.
23  bool isPaired(const OP_Node *end) const;
24 
25  virtual void FORPATH(UT_String &str, fpreal t) const = 0;
26 
27  // We enforce that blocked pairs have the same color
28  bool setColor(const UT_Color &col) override;
29 
30 protected:
31 private:
32 };
33 
34 
35 #endif
bool setColor(const UT_Color &col) override
GLuint GLuint end
Definition: glcorearb.h:475
GLuint const GLchar * name
Definition: glcorearb.h:786
GLdouble t
Definition: glad.h:2397
fpreal64 fpreal
Definition: SYS_Types.h:277
#define SOP_API
Definition: SOP_API.h:10