fbxsdk/core/base/fbxbitset.h Source File
Go to the documentation of this file.
13 #ifndef _FBXSDK_CORE_BASE_BITSET_H_
14 #define _FBXSDK_CORE_BASE_BITSET_H_
41 void SetBit(
const FbxUInt pBitIndex);
46 void SetAllBits(
const bool pValue);
51 void UnsetBit(
const FbxUInt pBitIndex);
57 bool GetBit(
const FbxUInt pBitIndex)
const;
62 FbxUInt GetFirstSetBitIndex()
const;
67 FbxUInt GetLastSetBitIndex()
const;
82 void Grow(
const FbxUInt pNewSize);
FBX SDK environment definition.
An automatic growing array of bit.