#include <ivf/IvfIndexBase.h>
Inheritance diagram for CIvfIndexBase:

Public Member Functions | |
| CIvfIndexBase () | |
| virtual | ~CIvfIndexBase () |
| IvfClassInfo ("CIvfIndexBase", CIvfBase) | |
| virtual long | getIndex (long pos) |
| virtual long | getSize () |
| virtual void | setSize (int size) |
| virtual void | clear () |
| virtual void | createLinear (long size) |
| virtual void | createLinear (long start, long size) |
| virtual void | createConstant (long value, long size) |
| virtual void | assignFrom (CIvfIndexBase *idx) |
| virtual void | assignTo (CIvfIndexBase *idx) |
| virtual void | addArray (long *i, long size) |
| void | add (long i1, long i2, long i3, long i4, long i5) |
| void | add (long i1, long i2, long i3, long i4) |
| void | add (long i1, long i2, long i3) |
| void | add (long i1, long i2) |
| void | add (long idx) |
| virtual void | addLast (long idx) |
| void | setTopology (int topology) |
| int | getTopology () |
| void | setIndex (long pos, long value) |
Definition at line 38 of file IvfIndexBase.h.
|
|
CIvfIndex constructor |
|
|
CIvfIndex destructor |
|
|
Add values |
|
||||||||||||
|
Add values |
|
||||||||||||||||
|
Add values |
|
||||||||||||||||||||
|
Add values |
|
||||||||||||||||||||||||
|
Add values |
|
||||||||||||
|
Add values from array i to this index Reimplemented in CIvfIndex, and CIvfVertexIndex. |
|
|
Assigns values from another index Reimplemented in CIvfVertexIndex. |
|
|
Assigns idx the values of this index Reimplemented in CIvfVertexIndex. |
|
|
Clear all values Reimplemented in CIvfIndex, and CIvfVertexIndex. |
|
||||||||||||
|
Creates a constant index Creates a constant index with each value assigned value and the size long. Reimplemented in CIvfIndex, and CIvfVertexIndex. |
|
||||||||||||
|
Creates a linear index Creates a linear index starting at start going to start+size-1 Reimplemented in CIvfIndex, and CIvfVertexIndex. |
|
|
Creates a linear index Creates a linear index starting at 0 going to size-1 Reimplemented in CIvfIndex, and CIvfVertexIndex. |
|
|
Return value at position Reimplemented in CIvfIndex, and CIvfVertexIndex. |
|
|
Return size of index Reimplemented in CIvfIndex, and CIvfVertexIndex. |
|
|
Return topology hint |
|
|
Set size of index |
|
|
Sets topology hint This information is used by the CIvfPolySet class to determine the topology of the index |
1.4.6-NO