XII Release 0.1.0
Loading...
Searching...
No Matches
xiiSpatialData Struct Reference

Classes

struct  Category
 
struct  Flags
 

Static Public Member Functions

static XII_CORE_DLL Category RegisterCategory (xiiStringView sCategoryName, const xiiBitflags< Flags > &flags)
 Registers a spatial data category under the given name.
 
static XII_CORE_DLL Category FindCategory (xiiStringView sCategoryName)
 Returns either an existing category with the given name or xiiInvalidSpatialDataCategory.
 
static XII_CORE_DLL const xiiHashedStringGetCategoryName (Category category)
 Returns the name of the given category.
 
static XII_CORE_DLL const xiiBitflags< Flags > & GetCategoryFlags (Category category)
 Returns the flags for the given category.
 

Member Function Documentation

◆ RegisterCategory()

xiiSpatialData::Category xiiSpatialData::RegisterCategory ( xiiStringView sCategoryName,
const xiiBitflags< Flags > & flags )
static

Registers a spatial data category under the given name.

If the same category was already registered before, it returns that instead. Asserts that there are no more than 32 unique categories.


The documentation for this struct was generated from the following files: