Uses of Class
com.openinventor.meshvizxlm.meshextracted.data.MeEmptyDataSetException
Packages that use MeEmptyDataSetException
Package
Description
Provides interfaces for extracted data sets definition.
-
Uses of MeEmptyDataSetException in com.openinventor.meshvizxlm.meshextracted.data
Methods in com.openinventor.meshvizxlm.meshextracted.data that throw MeEmptyDataSetExceptionModifier and TypeMethodDescriptiondoubleMeXScalardSet.getMax()Gets the maximum value of this scalar set.double[]MeXVec3dSet.getMaxVec()Gets the coordinates {x,y,z} of the maximum vector of this set.doubleMeXScalardSet.getMean()Returns the mean value of this scalar set.double[]MeXVec3dSet.getMeanVec()Gets the coordinates {x,y,z} of the mean vector of this set.doubleMeXScalardSet.getMin()Gets the minimum value of this scalar set.double[]MeXVec3dSet.getMinVec()Gets the coordinates {x,y,z} of the minimum vector of this set.doubleMeXScalardSet.getStandardDeviation()Returns the standard deviation value of this scalar set.double[]MeXVec3dSet.getStandardDeviationVec()Gets the coordinates {x,y,z} of the standard deviation vector of this set.