RasMInterval |
RasMInterval.add(RasMInterval mint) |
Deprecated.
|
RasPoint |
RasPoint.add(RasPoint pt) |
Method for vector addition.
|
RasMInterval |
RasMInterval.addToSelf(RasMInterval mint) |
Deprecated.
|
RasMInterval |
RasMInterval.closureOf(RasMInterval mint1,
RasMInterval mint2) |
Calculates the closure of two MIntervals.
|
RasMInterval |
RasMInterval.closureWith(RasMInterval mint) |
Calculates the closure of the current MInterval and the given one.
|
RasMInterval |
RasMInterval.createClosure(RasMInterval mint) |
Returns a new MInterval calculated from the closure of the current MInterval
and the given one.
|
RasMInterval |
RasMInterval.createDifference(RasMInterval mint) |
Returns a new MInterval calculated from a difference of the current MInterval
and the given one.
|
RasMInterval |
RasMInterval.createIntersection(RasMInterval mint) |
Returns a new MInterval calculated from the intersection of the current MInterval
and the given one.
|
RasMInterval |
RasMInterval.createTranslation(RasPoint t) |
This method returns a new MInterval resulting from a translation of the current
MInterval by the given point.
|
RasMInterval |
RasMInterval.createUnion(RasMInterval mint) |
Returns a new MInterval calculated from a union of the current MInterval
and the given one.
|
RasMInterval |
RasMInterval.diff(RasMInterval mint) |
Deprecated.
|
RasMInterval |
RasMInterval.differenceOf(RasMInterval mint1,
RasMInterval mint2) |
Calculates the difference of two MIntervals.
|
RasMInterval |
RasMInterval.differenceWith(RasMInterval mint) |
Calculates the difference of the current MInterval and the given one.
|
RasMInterval |
RasMInterval.diffFromSelf(RasMInterval mint) |
Deprecated.
|
boolean |
RasPoint.equals(RasPoint pt) |
Method for testing equality of two points. Two points are equal
if they have the same dimensionality and identic values in each dimension.
|
byte |
RasMArrayByte.getByte(RasPoint point) |
subscript operator for read access of a cell.
|
byte[] |
RasGMArray.getCell(RasPoint point) |
Reads a cell of the MDD.
|
byte[] |
RasMArrayByte.getCell(RasPoint point) |
subscript operator for read access of a cell.
|
byte[] |
RasMArrayDouble.getCell(RasPoint point) |
subscript operator for read access of a cell.
|
byte[] |
RasMArrayFloat.getCell(RasPoint point) |
subscript operator for read access of a cell.
|
byte[] |
RasMArrayInteger.getCell(RasPoint point) |
subscript operator for read access of a cell.
|
byte[] |
RasMArrayLong.getCell(RasPoint point) |
subscript operator for read access of a cell.
|
byte[] |
RasMArrayShort.getCell(RasPoint point) |
subscript operator for read access of a cell.
|
double |
RasMArrayDouble.getDouble(RasPoint point) |
subscript operator for read access of a cell.
|
float |
RasMArrayFloat.getFloat(RasPoint point) |
subscript operator for read access of a cell.
|
int |
RasMArrayInteger.getInt(RasPoint point) |
subscript operator for read access of a cell.
|
long |
RasMArrayLong.getLong(RasPoint point) |
subscript operator for read access of a cell.
|
int |
RasMArrayShort.getShort(RasPoint point) |
subscript operator for read access of a cell.
|
RasMInterval |
RasMInterval.intersectionOf(RasMInterval mint1,
RasMInterval mint2) |
This method calculates the intersection of two MIntervals.
|
RasMInterval |
RasMInterval.intersectionWith(RasMInterval mint) |
Calculates the intersection of the current MInterval and the given one.
|
boolean |
RasMInterval.intersectsWith(RasMInterval mInterval) |
Determines if the self mInterval intersects with the delivered one.
|
RasMInterval |
RasMInterval.mult(RasMInterval mint) |
Deprecated.
|
RasPoint |
RasPoint.mult(RasPoint pt) |
Method for vector multiplication.
|
RasMInterval |
RasMInterval.multWithSelf(RasMInterval mint) |
Deprecated.
|
boolean |
RasPoint.notEquals(RasPoint pt) |
Method for testing inequality.
|
void |
RasGMArray.setStorageLayout(RasStorageLayout stl) |
Sets the storage layout object and checks compatibility with the domain.
|
RasMInterval |
RasMInterval.translate(RasPoint t) |
This methods translates the current MInterval by a point.
|
RasMInterval |
RasMInterval.unionOf(RasMInterval mint1,
RasMInterval mint2) |
Calculates the union of two MIntervals.
|
RasMInterval |
RasMInterval.unionWith(RasMInterval mint) |
Calculates the union of the current MIntervall with another one.
|