Conscience Core
Classes | Functions | Variables
conscience_core::bridging::commands::environment_places Namespace Reference

Classes

class  CommandPlaceInsert
 
class  CommandPlaceModelLogoGet
 
class  CommandPlaceModelsGet
 
class  CommandPlaceModelSourceFileGet
 
class  CommandPlacesGet
 
struct  PlaceModelCommandDataType
 
struct  PlaceModelsGetFiltersCommandDataType
 
struct  PlacesGetFiltersCommandDataType
 
struct  WorldPlaceCommandDataType
 

Functions

 COMMAND_REGISTER (CommandPlaceInsert, ptr< const CscPlaceModel >, optional< ptr< CscPoint3d >>, optional< ptr< CscPoint3d >>, optional< bool >)
 

Variables

std::unique_ptr< CscLoggerlogger = CscLogger::getForCategory("environmentPlacesCommands")
 
template<class T >
concept IsPointerOfWorldPlace = IsPointerOf<T, CscWorldPlace>
 

Function Documentation

◆ COMMAND_REGISTER()

conscience_core::bridging::commands::environment_places::COMMAND_REGISTER ( CommandPlaceInsert  ,
ptr< const CscPlaceModel ,
optional< ptr< CscPoint3d >>  ,
optional< ptr< CscPoint3d >>  ,
optional< bool >   
)

Variable Documentation

◆ IsPointerOfWorldPlace

template<class T >
concept conscience_core::bridging::commands::environment_places::IsPointerOfWorldPlace = IsPointerOf<T, CscWorldPlace>

◆ logger

std::unique_ptr<CscLogger> conscience_core::bridging::commands::environment_places::logger = CscLogger::getForCategory("environmentPlacesCommands")