载入中...
搜索中...
未找到
eve::spatial::QueryIds类 参考

Last-query hit buffer shared by spatial indexes. Script pattern: call query* → getResultCount / getResultId(i). 更多...

#include <QueryIds.h>

Public 成员函数

void clear ()
 
void addUnique (int id)
 
void addUnchecked (int id)
 
int getCount () const
 
int getId (int index) const
 
const std::vector< int > & ids () const
 
std::vector< int > & ids ()
 

详细描述

Last-query hit buffer shared by spatial indexes. Script pattern: call query* → getResultCount / getResultId(i).

在文件 QueryIds.h11 行定义.

成员函数说明

◆ addUnchecked()

void eve::spatial::QueryIds::addUnchecked ( int  id)
inline

在文件 QueryIds.h22 行定义.

◆ addUnique()

void eve::spatial::QueryIds::addUnique ( int  id)
inline

在文件 QueryIds.h15 行定义.

◆ clear()

◆ getCount()

◆ getId()

◆ ids() [1/2]

std::vector< int > & eve::spatial::QueryIds::ids ( )
inline

在文件 QueryIds.h32 行定义.

◆ ids() [2/2]

const std::vector< int > & eve::spatial::QueryIds::ids ( ) const
inline

在文件 QueryIds.h31 行定义.


该类的文档由以下文件生成: