HGeomHash


[ Lib_General64 | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class HGeomHash
{
public:
typedef typename HGH3::Result Result3;
typedef typename HGH2::Result Result2;
typedef typename HGH1::Result Result1;
HGeomHash(float f_res);
void insert(KeyT key1, KeyT key2, KeyT key3, DataT data) ;
void query(const KeyT& key1, const KeyT& key2, const KeyT& key3, const float radius, vector<DataT*>& result) const
vector< DataT*> getBuckets()
protected:
}; // HGeomHash

Back to the top of HGeomHash


KEYWORD

Back to the top of HGeomHash


AUTHORS

Back to the top of HGeomHash


CHANGES LOG

Back to the top of HGeomHash


GOALS

Back to the top of HGeomHash

		

USAGE

		

Back to the top of HGeomHash


typedef typename HGH3::Result Result3;

  typedef typename HGH3::Result Result3;

Back to the top of HGeomHash


typedef typename HGH2::Result Result2;

  typedef typename HGH2::Result Result2;

Back to the top of HGeomHash


typedef typename HGH1::Result Result1;

  typedef typename HGH1::Result Result1;

Back to the top of HGeomHash


HGeomHash(float f_res);

  HGeomHash(float f_res);

Function is currently defined inline.


Back to the top of HGeomHash


void insert(KeyT key1, KeyT key2, KeyT key3, DataT data) ;

  void insert(KeyT key1, KeyT key2, KeyT key3, DataT data)                    ;

Back to the top of HGeomHash


void query(const KeyT& key1, const KeyT& key2, const KeyT& key3, const float radius, vector<DataT*>& result) const

  void query(const KeyT& key1, const KeyT& key2, const KeyT& key3,
	     const float radius, vector<DataT*>& result) const                       

Back to the top of HGeomHash


vector< DataT*> getBuckets()

  vector< DataT*> getBuckets()                                                                            

Back to the top of HGeomHash


All Members

public:
typedef typename HGH3::Result Result3;
typedef typename HGH2::Result Result2;
typedef typename HGH1::Result Result1;
void insert(KeyT key1, KeyT key2, KeyT key3, DataT data) ;
void query(const KeyT& key1, const KeyT& key2, const KeyT& key3, const float radius, vector<DataT*>& result) const
vector< DataT*> getBuckets()
protected:

Back to the top of HGeomHash


Ancestors

Class does not inherit from any other class.

Back to the top of HGeomHash


Descendants

Class is not inherited by any others.

Back to the top of HGeomHash


Generated from source by the Cocoon utilities on Tue Jan 5 18:47:30 2010 .

Report problems to jkotula@unimax.com