Loading...
Searching...
No Matches
18#ifndef __QUICKINDEX_H__
19#define __QUICKINDEX_H__
21#include "MathVector.h"
22#include "StringArray.h"
23#include "StringHash.h"
27class QuickIndex :
public IntArray
31 QuickIndex(
const IntArray & source_data)
39 QuickIndex(
const Vector & source_data)
44 void Index(
const IntArray & source_data);
46 void Index(
const Vector & source_data);
54 bool IsBefore(
int i,
int j);