UNIVERS
15.3
UNIVERS base processing software API
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
mix
IndexAr.H
1
/* IndexAr.H */
2
/* $Id: IndexAr.H,v 2.1 1999/12/24 15:12:55 hoh Exp $ */
3
#ifndef __IndexAr_H
4
#define __IndexAr_H
5
6
#include <mix/IntAr.H>
7
#include <mix/DoubleAr.H>
8
// Уже используется, но еще достаточно сырой
9
class
IndexAr
:
public
IntAr
{
10
protected
:
11
DoubleAr
* daValues;
12
public
:
13
IndexAr
(
DoubleAr
*);
14
virtual
Compar compare(
const
char
* item1,
const
char
* item2)
const
;
15
};
16
17
18
#endif
/* IndexAr.H */
19
/* Melnikov George Yu. 24-Dec-1999 */
IntAr
Definition:
IntAr.H:14
IndexAr
Definition:
IndexAr.H:9
DoubleAr
Definition:
DoubleAr.H:14
Generated by
1.8.5