Serialized Form
|
Package org.openmali.errorhandling |
serialVersionUID: 8706886090988483003L
|
Package org.openmali.number |
serialVersionUID: 6504477689753898414L
radicands
java.util.HashMap<K,V> radicands
serialVersionUID: -9092546606834628521L
whole
int whole
num
int num
den
int den
|
Package org.openmali.number.matrix |
serialVersionUID: 6268216302645871922L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 5363921506759370621L
values
Radical1[] values
- The data of the Matrix.
(1D array. The (i, j) element is stored in elementData[ i * col + j ])
rows
int rows
- The number of rows in this matrix.
cols
int cols
- The number of columns in this matrix.
dataBegin
int dataBegin
- A matrix might be part of another, larger matrix.
Because we don't want to copy changes on the backing-matrix everytime to the submatrix,
they share the same data-array.
dataBegin describes, where the data of this matrix begins.
For normal use this is 0.
colSkip
int colSkip
- A matrix might be part of another, larger matrix.
Because we don't want to copy changes on the backing-matrix everytime to the submatrix,
they share the same data-array.
colskip describes, how many columns the submatrix has, so we really are able to simulate the submatrix.
For normal use this is equal to MatrixMxNrad.cols.
roTrick
int roTrick
- This is used to costlessly make the Matrix read-only.
In case of a read-only Matrix this value will be the negative ten-th of values.length.
This will cause an ArrayIndexOutOfBoundsException when a read-only Matrix gets manipulated.
isDirty
boolean isDirty
tmpSB
java.lang.StringBuffer tmpSB
|
Package org.openmali.spatial.bodies |
serialVersionUID: -6277131116550693278L
lower
Point3f lower
- The lower corner of this bounding box
upper
Point3f upper
- The upper corner of this bounding box
size
Tuple3f size
serialVersionUID: 9114612905166638720L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readExternal method comment.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 5096988865873236385L
center2
Point3f center2
|
Package org.openmali.spatial.bounds |
serialVersionUID: 6353321413525340703L
vertexList
VertexList vertexList
serialVersionUID: 4408387188891021551L
vertexList
VertexList vertexList
tmpP
Point3f tmpP
|
Package org.openmali.spatial.octree |
serialVersionUID: 5236486961328161769L
level
int level
sizeX
float sizeX
sizeY
float sizeY
sizeZ
float sizeZ
halfSizeX
float halfSizeX
halfSizeY
float halfSizeY
halfSizeZ
float halfSizeZ
ocUpperFrontLeft
OcCell<T extends SpatialNode> ocUpperFrontLeft
ocUpperFrontRight
OcCell<T extends SpatialNode> ocUpperFrontRight
ocUpperBackLeft
OcCell<T extends SpatialNode> ocUpperBackLeft
ocUpperBackRight
OcCell<T extends SpatialNode> ocUpperBackRight
ocLowerFrontLeft
OcCell<T extends SpatialNode> ocLowerFrontLeft
ocLowerFrontRight
OcCell<T extends SpatialNode> ocLowerFrontRight
ocLowerBackLeft
OcCell<T extends SpatialNode> ocLowerBackLeft
ocLowerBackRight
OcCell<T extends SpatialNode> ocLowerBackRight
quUpperBack
OcCell<T extends SpatialNode> quUpperBack
quUpperFront
OcCell<T extends SpatialNode> quUpperFront
quUpperLeft
OcCell<T extends SpatialNode> quUpperLeft
quUpperRight
OcCell<T extends SpatialNode> quUpperRight
quLowerBack
OcCell<T extends SpatialNode> quLowerBack
quLowerFront
OcCell<T extends SpatialNode> quLowerFront
quLowerLeft
OcCell<T extends SpatialNode> quLowerLeft
quLowerRight
OcCell<T extends SpatialNode> quLowerRight
quBackLeft
OcCell<T extends SpatialNode> quBackLeft
quBackRight
OcCell<T extends SpatialNode> quBackRight
quFrontLeft
OcCell<T extends SpatialNode> quFrontLeft
quFrontRight
OcCell<T extends SpatialNode> quFrontRight
hUpper
OcCell<T extends SpatialNode> hUpper
hLower
OcCell<T extends SpatialNode> hLower
hLeft
OcCell<T extends SpatialNode> hLeft
hRight
OcCell<T extends SpatialNode> hRight
hBack
OcCell<T extends SpatialNode> hBack
hFront
OcCell<T extends SpatialNode> hFront
useExtendedCells
boolean useExtendedCells
nodes
java.lang.Object[] nodes
numNodes
int numNodes
hasChildCells
boolean hasChildCells
|
Package org.openmali.spatial.quadtree |
serialVersionUID: 3514614577953214775L
plane
PlaneIndicator plane
upAxis
AxisIndicator upAxis
level
int level
centerW
float centerW
centerD
float centerD
width
float width
depth
float depth
height
float height
halfWidth
float halfWidth
halfDepth
float halfDepth
quFrontLeft
QuadCell<T extends SpatialNode> quFrontLeft
quFrontRight
QuadCell<T extends SpatialNode> quFrontRight
quBackLeft
QuadCell<T extends SpatialNode> quBackLeft
quBackRight
QuadCell<T extends SpatialNode> quBackRight
hLeft
QuadCell<T extends SpatialNode> hLeft
hRight
QuadCell<T extends SpatialNode> hRight
hBack
QuadCell<T extends SpatialNode> hBack
hFront
QuadCell<T extends SpatialNode> hFront
useExtendedCells
boolean useExtendedCells
nodes
java.lang.Object[] nodes
numNodes
int numNodes
hasChildCells
boolean hasChildCells
|
Package org.openmali.types.primitives |
serialVersionUID: -3873625958907769639L
value
byte value
- The value of the
MutableByte.
-
serialVersionUID: -1901001518826913935L
value
float value
- The value of the MutableFloat.
-
serialVersionUID: -2756653905745194271L
value
int value
- The value of the
MutableInteger.
-
serialVersionUID: -9049404274126384264L
value
long value
- The value of the
MutableLong.
-
|
Package org.openmali.vecmath2 |
serialVersionUID: 3228663669018590981L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -818575512943622856L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -818575512943622856L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 7821487009107178638L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 7087741531605103802L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -193058726611025895L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -193058726611025895L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 887936353758486269L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -6199186808152383088L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -8111082760556105489L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 5553385662401846014L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -8577168782997168074L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 4961153246436722156L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -7616743403485094339L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -8625802351660888699L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -1375260704936534068L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -1375260704936534068L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 586023996166921455L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 6808120658881162114L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 586023996166921455L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 586023996166921455L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -6082359302762117788L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -6082359302762117788L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -5646029784075385939L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -8110150970595936075L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -8110150970595936075L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 378659999358250332L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 8171027992467938290L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException