|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Util.Table.Table
spis.Util.Table.VectTable
spis.Util.Table.SpaceVectTable
Class Name : SpaceVectTable
Project ref : SPIS project
File name : SpaceVectTable.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : 25/08/2003
Modification :
Description : Table of space vectors (real space coordinates)
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
Field Summary |
Fields inherited from class spis.Util.Table.VectTable |
geom, val, vectDim |
Fields inherited from class spis.Util.Table.Table |
dim, increment |
Constructor Summary | |
SpaceVectTable(float[] v,
int tableDimension)
Constructor of a constant table with value v and dimension tableDimension |
|
SpaceVectTable(Geom geometry,
float[][] values)
Constructor with table of values 2nd dimension values array must be at least geometry.sdim (checked) |
|
SpaceVectTable(Geom geometry,
float[][] values,
int length)
Constructor with full data Values must be at least of dimension [length][geometry.sdim] (checked) |
|
SpaceVectTable(Geom geometry,
int length)
Default constructor |
|
SpaceVectTable(SpaceVectTable t)
Copy constructor (the new table is dimensioned to its useful size, it can be a way to reduce the dimension of a table to what is useful) |
Method Summary | |
VectTable |
getCopy()
Returns a copy of this table |
Methods inherited from class spis.Util.Table.VectTable |
add, add, addData, checkSameDims, checkSameVectDim, checkSameVectDim, checkVectDimIsLarger, computeScalProd, computeTableSum, divide, equalPolarVeloIncrement, getGeom, getValues, getVectDim, linComb, mult, mult, mult, normalise, reset, returnNorm, returnScalProd, returnScalProd, set, set, setDim, setDimPreserve, setLengthPreserve, setMult, setMult, substract, vectProd |
Methods inherited from class spis.Util.Table.Table |
checkSameDim, declareDim, getDim |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpaceVectTable(Geom geometry, int length)
public SpaceVectTable(Geom geometry, float[][] values)
public SpaceVectTable(Geom geometry, float[][] values, int length)
public SpaceVectTable(float[] v, int tableDimension)
tableDimension
- public SpaceVectTable(SpaceVectTable t)
Method Detail |
public VectTable getCopy()
getCopy
in class VectTable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |