|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ru.sscc.spline.SplineWorkspace | +--ru.sscc.spline.mesh.SimpleMeshWorkspace
An auxiliary class useful in 1D spline values calculations. It contains attributes applied in search of a mesh cell which contains a point.
Field Summary | |
int |
cellIndex
An index of cell containing the point. |
double |
cellPoint
A distance of the point from the left bound of cell in which the point is situated. |
Fields inherited from class ru.sscc.spline.SplineWorkspace |
data,
dataCount,
dataIndex |
Constructor Summary | |
protected |
SimpleMeshWorkspace(RealPointer data)
Constructor. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public int cellIndex
public double cellPoint
Constructor Detail |
protected SimpleMeshWorkspace(RealPointer data)
data
- a pointer to data container associated with spline(s).
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |