Uses of Class
rasj.RasDimensionMismatchException
Packages that use RasDimensionMismatchException
-
Uses of RasDimensionMismatchException in rasj
Methods in rasj that throw RasDimensionMismatchExceptionModifier and TypeMethodDescriptionRasMInterval.add(RasMInterval mint) Deprecated.This methdod provides just another name for the createUnion method and might not be supported in future versions.Method for vector addition.RasMInterval.addToSelf(RasMInterval mint) Deprecated.This methdod provides just another name for the unionWith method and might not be supported in future versions.RasMInterval.closureOf(RasMInterval mint1, RasMInterval mint2) Calculates the closure of two MIntervals.RasMInterval.closureWith(RasMInterval mint) Calculates the closure of the current MInterval and the given one.RasMInterval.createClosure(RasMInterval mint) Returns a new MInterval calculated from the closure of the current MInterval and the given one.RasMInterval.createDifference(RasMInterval mint) Returns a new MInterval calculated from a difference of the current MInterval and the given one.RasMInterval.createIntersection(RasMInterval mint) Returns a new MInterval calculated from the intersection of the current MInterval and the given one.RasMInterval.createTranslation(RasPoint t) This method returns a new MInterval resulting from a translation of the current MInterval by the given point.RasMInterval.createUnion(RasMInterval mint) Returns a new MInterval calculated from a union of the current MInterval and the given one.RasMInterval.diff(RasMInterval mint) Deprecated.This methdod provides just another name for the createDifference method and might not be supported in future versions.RasMInterval.differenceOf(RasMInterval mint1, RasMInterval mint2) Calculates the difference of two MIntervals.RasMInterval.differenceWith(RasMInterval mint) Calculates the difference of the current MInterval and the given one.RasMInterval.diffFromSelf(RasMInterval mint) Deprecated.This methdod provides just another name for the differenceWith method and might not be supported in future versions.booleanMethod for testing equality of two points.
Two points are equal if they have the same dimensionality and identic values in each dimension.bytesubscript operator for read access of a cell.byte[]Reads a cell of the MDD.byte[]subscript operator for read access of a cell.byte[]subscript operator for read access of a cell.byte[]subscript operator for read access of a cell.byte[]subscript operator for read access of a cell.byte[]subscript operator for read access of a cell.byte[]subscript operator for read access of a cell.doublesubscript operator for read access of a cell.floatsubscript operator for read access of a cell.intsubscript operator for read access of a cell.longsubscript operator for read access of a cell.intsubscript operator for read access of a cell.RasMInterval.intersectionOf(RasMInterval mint1, RasMInterval mint2) This method calculates the intersection of two MIntervals.RasMInterval.intersectionWith(RasMInterval mint) Calculates the intersection of the current MInterval and the given one.booleanRasMInterval.intersectsWith(RasMInterval mInterval) Determines if the self mInterval intersects with the delivered one.RasMInterval.mult(RasMInterval mint) Deprecated.This methdod provides just another name for the createIntersection method and might not be supported in future versions.Method for vector multiplication.RasMInterval.multWithSelf(RasMInterval mint) Deprecated.This methdod provides just another name for the intersectionWith method and might not be supported in future versions.booleanMethod for testing inequality.voidRasGMArray.setStorageLayout(RasStorageLayout stl) Sets the storage layout object and checks compatibility with the domain.This methods translates the current MInterval by a point.RasMInterval.unionOf(RasMInterval mint1, RasMInterval mint2) Calculates the union of two MIntervals.RasMInterval.unionWith(RasMInterval mint) Calculates the union of the current MIntervall with another one.