A container class for conveying mapping information. More...
#include <MappingOps.hpp>
Public Member Functions | |
virtual void | createIndices (jint nIndices) |
Allocates space for source and destination indices. More... | |
Public Attributes | |
jint | nIndices |
The mapping size. | |
jint * | srcIndices |
The source indices. | |
jint * | dstIndices |
The destination indices. | |
A container class for conveying mapping information.
|
inlinevirtual |
Allocates space for source and destination indices.
nIndices | the number of indices. |