HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
HOM_VexContext.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
* COMMENTS:
7
*/
8
9
#ifndef __HOM_VexContext_h__
10
#define __HOM_VexContext_h__
11
12
#include "
HOM_API.h
"
13
#include "
HOM_Defines.h
"
14
#include "
HOM_Errors.h
"
15
#include "
HOM_Module.h
"
16
#include <string>
17
#include <map>
18
19
SWIGOUT
(%
rename
(VexContext)
HOM_VexContext
;)
20
21
class
HOM_API
HOM_VexContext
22
{
23
public
:
24
HOM_VexContext
()
25
{
HOM_CONSTRUCT_OBJECT
(
this
) }
26
HOM_VexContext
(
const
HOM_VexContext
&)
27
{
HOM_CONSTRUCT_OBJECT
(
this
) }
28
virtual
~HOM_VexContext
()
29
{
HOM_DESTRUCT_OBJECT
(
this
) }
30
31
virtual
std::string
__repr__
() = 0;
32
33
virtual
std::string
name
() = 0;
34
35
virtual
HOM_NodeTypeCategory
*nodeTypeCategory() = 0;
36
37
virtual
HOM_EnumValue
*shaderType() = 0;
38
39
virtual
std::map<std::string, std::string> pathsToLoadedVexFunctions() = 0;
40
};
41
42
#endif
HOM_DESTRUCT_OBJECT
#define HOM_DESTRUCT_OBJECT(pointer)
Definition:
HOM_Module.h:1303
HOM_Module.h
string
GLsizei const GLchar *const * string
Definition:
glcorearb.h:814
HOM_NodeTypeCategory
Definition:
HOM_NodeTypeCategory.h:27
SWIGOUT
#define SWIGOUT(x)
Definition:
HOM_Defines.h:24
Vt_WrapArray::__repr__
string __repr__(VtArray< T > const &self)
Definition:
wrapArray.h:349
HOM_API.h
HOM_VexContext::HOM_VexContext
HOM_VexContext()
Definition:
HOM_VexContext.h:24
HOM_VexContext::~HOM_VexContext
virtual ~HOM_VexContext()
Definition:
HOM_VexContext.h:28
HOM_API
#define HOM_API
Definition:
HOM_API.h:13
HOM_CONSTRUCT_OBJECT
#define HOM_CONSTRUCT_OBJECT(pointer)
Definition:
HOM_Module.h:1302
HOM_Defines.h
name
GLuint const GLchar * name
Definition:
glcorearb.h:786
Filesystem::rename
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
HOM_Errors.h
HOM_VexContext
Definition:
HOM_VexContext.h:21
HOM_EnumValue
Definition:
HOM_EnumValue.h:23
HOM_VexContext::HOM_VexContext
HOM_VexContext(const HOM_VexContext &)
Definition:
HOM_VexContext.h:26
HOM
HOM_VexContext.h
Generated on Fri Nov 8 2024 03:39:21 for HDK by
1.8.6