mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
The mesh specified in the property will be read and a "geometry" mesh property installed on the type onto which the property is installed.
43 lines
No EOL
1.2 KiB
C++
43 lines
No EOL
1.2 KiB
C++
// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
|
|
// If you want to add your own functionality, instead edit the stubAtlasQuery_custom.h file.
|
|
|
|
#include "common/AtlasQuery.h"
|
|
#include "stubAtlasQuery_custom.h"
|
|
|
|
#ifndef STUB_COMMON_ATLASQUERY_H
|
|
#define STUB_COMMON_ATLASQUERY_H
|
|
|
|
#ifndef STUB_AtlasQuery_find
|
|
//#define STUB_AtlasQuery_find
|
|
void AtlasQuery::find(const Atlas::Message::Element& element, const std::string& name, const std::function<void(const T&)>& callback)
|
|
{
|
|
|
|
}
|
|
#endif //STUB_AtlasQuery_find
|
|
|
|
#ifndef STUB_AtlasQuery_find
|
|
//#define STUB_AtlasQuery_find
|
|
void AtlasQuery::find(const Atlas::Message::MapType& map, const std::string& name, const std::function<void(const T&)>& callback)
|
|
{
|
|
|
|
}
|
|
#endif //STUB_AtlasQuery_find
|
|
|
|
#ifndef STUB_AtlasQuery_find
|
|
//#define STUB_AtlasQuery_find
|
|
void AtlasQuery::find(Atlas::Message::Element& element, const std::string& name, const std::function<void(T&)>& callback)
|
|
{
|
|
|
|
}
|
|
#endif //STUB_AtlasQuery_find
|
|
|
|
#ifndef STUB_AtlasQuery_find
|
|
//#define STUB_AtlasQuery_find
|
|
void AtlasQuery::find(Atlas::Message::MapType& map, const std::string& name, const std::function<void(T&)>& callback)
|
|
{
|
|
|
|
}
|
|
#endif //STUB_AtlasQuery_find
|
|
|
|
|
|
#endif |