fbxsdk/scene/fbxselectionset.h Source File

fbxselectionset.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_SELECTION_SET_H_
14 #define _FBXSDK_SCENE_SELECTION_SET_H_
15 
16 #include <fbxsdk/fbxsdk_def.h>
17 
20 
21 #include <fbxsdk/fbxsdk_nsbegin.h>
22 
31 {
33 
34 public:
38  FbxPropertyT<FbxString> SelectionSetAnnotation;
39 
44 
50  void GetFaceSelection( FbxObject* pObj,FbxArray<int>& pPolygonIndexArray ) const;
51 
57  void GetEdgeSelection( FbxObject* pObj,FbxArray<int>& pEdgeIndexArray ) const;
58 
64  void GetVertexSelection( FbxObject* pObj,FbxArray<int>& pVertexIndexArray ) const;
65 
72  void GetSelectionNodesAndDirectObjects(FbxArray<FbxSelectionNode*> &pSelectionNodeList, FbxArray<FbxObject*> &pDirectObjectList) const;
73 
75 
76 /*****************************************************************************************************************************
77 ** WARNING! Anything beyond these lines is for internal use, may not be documented and is subject to change without notice! **
78 *****************************************************************************************************************************/
79 #ifndef DOXYGEN_SHOULD_SKIP_THIS
80 protected:
81  virtual void ConstructProperties(bool pForceSet);
82 #endif /* !DOXYGEN_SHOULD_SKIP_THIS *****************************************************************************************/
83 };
84 
85 #include <fbxsdk/fbxsdk_nsend.h>
86 
87 #endif /* _FBXSDK_SCENE_SELECTION_SET_H_ */
#define FBXSDK_OBJECT_DECLARE(Class, Parent)
Macro used to declare a new class derived from FbxObject.
Definition: fbxobject.h:61
FBX SDK environment definition.
FBX SDK selection set class.
The base class of most FBX objects.
Definition: fbxobject.h:157
A FbxObject derived container for FbxObject.
Definition: fbxcollection.h:28
#define FBXSDK_DLL
Definition: fbxarch.h:173
virtual void ConstructProperties(bool pForceSet)
Optional property constructor override, automatically called by default constructor.