FBX C++ API Reference
fbxentryview.h
Go to the documentation of this file.
1
/****************************************************************************************
2
3
Copyright (C) 2015 Autodesk, Inc.
4
All rights reserved.
5
6
Use of this software is subject to the terms of the Autodesk license agreement
7
provided at the time of installation or download, or which otherwise accompanies
8
this software in either electronic or hard copy form.
9
10
****************************************************************************************/
11
13
#ifndef _FBXSDK_SCENE_SHADING_ENTRY_VIEW_H_
14
#define _FBXSDK_SCENE_SHADING_ENTRY_VIEW_H_
15
16
#include <
fbxsdk/fbxsdk_def.h
>
17
18
#include <
fbxsdk/fbxsdk_nsbegin.h
>
19
20
class
FbxBindingTableEntry
;
21
26
class
FBXSDK_DLL
FbxEntryView
27
{
28
public
:
29
31
static
const
char
*
sEntryType
;
32
37
43
FbxEntryView
(
FbxBindingTableEntry
* pEntry,
bool
pAsSource,
bool
pCreate =
false
);
44
46
virtual
~
FbxEntryView
();
48
49
56
virtual
bool
IsValid()
const
;
57
61
virtual
bool
Create();
62
65
virtual
const
char
* EntryType()
const
;
66
67
/*****************************************************************************************************************************
68
** WARNING! Anything beyond these lines is for internal use, may not be documented and is subject to change without notice! **
69
*****************************************************************************************************************************/
70
#ifndef DOXYGEN_SHOULD_SKIP_THIS
71
protected
:
72
bool
mAsSource;
73
FbxBindingTableEntry
* mEntry;
74
#endif
/* !DOXYGEN_SHOULD_SKIP_THIS *****************************************************************************************/
75
};
76
77
#include <
fbxsdk/fbxsdk_nsend.h
>
78
79
#endif
/* _FBXSDK_SCENE_SHADING_ENTRY_VIEW_H_ */
fbxsdk_def.h
FBX SDK environment definition.
fbxsdk_nsbegin.h
FbxBindingTableEntry
A binding table entry stores a binding between a source and a destination.
Definition:
fbxbindingtableentry.h:28
FbxEntryView::sEntryType
static const char * sEntryType
Entry type.
Definition:
fbxentryview.h:31
FbxEntryView
Entry view class represents binding entry in entry tables.
Definition:
fbxentryview.h:26
fbxsdk_nsend.h
FBXSDK_DLL
#define FBXSDK_DLL
Definition:
fbxarch.h:173
fbxsdk
scene
shading
fbxentryview.h
Generated by
1.8.13