public interface MeXVec3dSet extends MiDataSet
An interface for an extracted vector set with boundaries (min and max) returned by any extract of a mesh.
Modifier and Type | Method and Description |
---|---|
double[] |
getMaxVec()
Gets the coordinates {x,y,z} of the maximum vector of this set.
|
double[] |
getMeanVec()
Gets the coordinates {x,y,z} of the mean vector of this set.
|
double[] |
getMinVec()
Gets the coordinates {x,y,z} of the minimum vector of this set.
|
double[] |
getStandardDeviationVec()
Gets the coordinates {x,y,z} of the standard deviation vector of this set.
|
getBinding, getName, getTimeStamp
double[] getMinVec() throws MeEmptyDataSetException
MeEmptyDataSetException
- if extracted data set is empty.double[] getMaxVec() throws MeEmptyDataSetException
MeEmptyDataSetException
- if extracted data set is empty.double[] getMeanVec() throws MeEmptyDataSetException
MeEmptyDataSetException
- if extracted data set is empty.double[] getStandardDeviationVec() throws MeEmptyDataSetException
MeEmptyDataSetException
- if extracted data set is empty.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com