|
||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||
Object.
Object.
Objects
to encode their values.
ObjectAggregateState is the subinterface of
AggregateState that is used for aggregate methods with return
value of type T.ObjectConsumer is a callback interface.ObjectFilterState is the subinterface of
FilterState that is used for filter methods with return
value of type T.ObjectList represents a list of Object values.ObjectList with a given initial capacity.
ObjectList.
ObjectList whose elements are
a copy of elements.
ObjectList with a given initial capacity.
FilterSource has to be implemented
by filter sources whose flavor supports objects
(IOFlavor.OBJECT).ObjectSynth are used in the context of the method
Library.synthesize(Object, ObjectToObjectGenerator, ObjectToObject).ObjectToBoolean represent functions
which take Ks as input and return values of
type boolean.ObjectToBooleanGenerator represent
generator functions which take Ks as input
and yield sequences of values of
type boolean.ObjectToByte represent functions
which take Ks as input and return values of
type byte.ObjectToByteGenerator represent
generator functions which take Ks as input
and yield sequences of values of
type byte.ObjectToChar represent functions
which take Ks as input and return values of
type char.ObjectToCharGenerator represent
generator functions which take Ks as input
and yield sequences of values of
type char.ObjectToDouble represent functions
which take Ks as input and return values of
type double.ObjectToDoubleGenerator represent
generator functions which take Ks as input
and yield sequences of values of
type double.ObjectToFloat represent functions
which take Ks as input and return values of
type float.ObjectToFloatGenerator represent
generator functions which take Ks as input
and yield sequences of values of
type float.ObjectToInt represent functions
which take Ks as input and return values of
type int.ObjectToIntGenerator represent
generator functions which take Ks as input
and yield sequences of values of
type int.ObjectToLong represent functions
which take Ks as input and return values of
type long.ObjectToLongGenerator represent
generator functions which take Ks as input
and yield sequences of values of
type long.ObjectToObject represent functions
which take Ks as input and return values of
type V.ObjectToObjectGenerator represent
generator functions which take Ks as input
and yield sequences of values of
type V.ObjectToShort represent functions
which take Ks as input and return values of
type short.ObjectToShortGenerator represent
generator functions which take Ks as input
and yield sequences of values of
type short.ObjectToVoid represent functions
which take Ks as input and return values of
type void.ObjectToVoidGenerator represent
generator functions which take Ks as input
and yield sequences of values of
type void.Object value which is wrapped
in w if w is an instance of
ObjectNode, NURBSCurve (a
NURBSCurve node wraps its
contained BSplineCurve)
or NURBSSurface (a
NURBSSurface node wraps its
contained BSplineSurface).
application/octet-stream without parameters.
Cell represents a cell of an Octree.State represents the state which
is needed for octree algorithms, namely for the methods
Octree.computeIntersections(de.grogra.vecmath.geom.Line, int, de.grogra.vecmath.geom.IntersectionList, de.grogra.vecmath.geom.Intersection, de.grogra.vecmath.geom.Intersection, de.grogra.vecmath.geom.Octree.State) and Octree.Cell.getVolume(int, de.grogra.vecmath.geom.Octree.State).OctreeUnion behaves like a
SimpleUnion, but has a better performance
due to the intersection acceleration by an octree.Library.intersect(de.grogra.vecmath.geom.Line, de.grogra.vecmath.geom.Volume).
v.
true iff
a.getId () >= b.getId ().
true iff
a.getId () > b.getId ().
true iff
set is not null and
set.contains(value) returns true.
(set !
- operator$index(FloatToFloat, float) -
Static method in class de.grogra.rgg.Library
- This operator method is an alias for
func.evaluateFloat(x).
- operator$index(Node, ObjectAttribute<T>) -
Static method in class de.grogra.rgg.Library
-
- operator$index(BooleanList, int) -
Static method in class de.grogra.rgg.Library
- This operator method is an alias for
list.get(index).
- operator$index(Node, BooleanAttribute) -
Static method in class de.grogra.rgg.Library
-
- operator$index(ByteList, int) -
Static method in class de.grogra.rgg.Library
- This operator method is an alias for
list.get(index).
- operator$index(Node, ByteAttribute) -
Static method in class de.grogra.rgg.Library
-
- operator$index(ShortList, int) -
Static method in class de.grogra.rgg.Library
- This operator method is an alias for
list.get(index).
- operator$index(Node, ShortAttribute) -
Static method in class de.grogra.rgg.Library
-
- operator$index(CharList, int) -
Static method in class de.grogra.rgg.Library
- This operator method is an alias for
list.get(index).
- operator$index(Node, CharAttribute) -
Static method in class de.grogra.rgg.Library
-
- operator$index(IntList, int) -
Static method in class de.grogra.rgg.Library
- This operator method is an alias for
list.get(index).
- operator$index(Node, IntAttribute) -
Static method in class de.grogra.rgg.Library
-
- operator$index(LongList, int) -
Static method in class de.grogra.rgg.Library
- This operator method is an alias for
list.get(index).
- operator$index(Node, LongAttribute) -
Static method in class de.grogra.rgg.Library
-
- operator$index(FloatList, int) -
Static method in class de.grogra.rgg.Library
- This operator method is an alias for
list.get(index).
- operator$index(Node, FloatAttribute) -
Static method in class de.grogra.rgg.Library
-
- operator$index(DoubleList, int) -
Static method in class de.grogra.rgg.Library
- This operator method is an alias for
list.get(index).
- operator$index(Node, DoubleAttribute) -
Static method in class de.grogra.rgg.Library
-
- operator$index(Node, int) -
Static method in class de.grogra.rgg.Library
- This operator method is an alias for
node.getChild(index).
- operator$index(Node, NodeToInt) -
Static method in class de.grogra.rgg.Library
- This operator method applies the function
f to node n.
- operator$index(Node, NodeToFloat) -
Static method in class de.grogra.rgg.Library
- This operator method applies the function
f to node n.
- operator$index(Node, NodeToDouble) -
Static method in class de.grogra.rgg.Library
- This operator method applies the function
f to node n.
- operator$index(Node, Location) -
Static method in class de.grogra.rgg.Library
- This operator method returns the location of
n.
- operator$le(Node, Node) -
Static method in class de.grogra.rgg.Library
- This operator method compares two nodes based on their id:
It returns
true iff
a.getId () <= b.getId ().
- operator$le(Variant, Variant) -
Static method in class de.grogra.xl.util.Variant
-
- operator$leftArrow(Node, int) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$leftArrow(Node, Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$leftArrow(Node, int) -
Method in class de.grogra.xl.impl.dom.DOMProducer
-
- operator$leftRightArrow(Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$line(Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$lt(Node, Node) -
Static method in class de.grogra.rgg.Library
- This operator method compares two nodes based on their id:
It returns
true iff
a.getId () < b.getId ().
- operator$lt(Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$lt(Node, int) -
Method in class de.grogra.xl.impl.dom.DOMProducer
-
- operator$lt(Variant, Variant) -
Static method in class de.grogra.xl.util.Variant
-
- operator$mul(double, ChemicalTerm) -
Static method in class de.grogra.chem.ChemicalOperators
-
- operator$mul(Tuple2f, float) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(Point2f, float) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(float, Tuple2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(float, Point2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(Tuple2d, double) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(Point2d, double) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(double, Tuple2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(double, Point2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(Tuple3f, float) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(Point3f, float) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(float, Tuple3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(float, Point3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(Tuple3d, double) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(Point3d, double) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(double, Tuple3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(double, Point3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(Tuple4f, float) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(Point4f, float) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(float, Tuple4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(float, Point4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(Tuple4d, double) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(Point4d, double) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(double, Tuple4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(double, Point4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mul(Variant, Variant) -
Static method in class de.grogra.xl.util.Variant
-
- operator$mulAssign(Vector2f, float) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mulAssign(Point2f, float) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mulAssign(Vector2d, double) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mulAssign(Point2d, double) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mulAssign(Vector3f, float) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mulAssign(Point3f, float) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mulAssign(Vector3d, double) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mulAssign(Point3d, double) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mulAssign(Vector4f, float) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mulAssign(Point4f, float) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mulAssign(Vector4d, double) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$mulAssign(Point4d, double) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$neg(Tuple2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$neg(Point2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$neg(Tuple2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$neg(Point2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$neg(Tuple3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$neg(Point3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$neg(Tuple3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$neg(Point3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$neg(Tuple4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$neg(Point4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$neg(Tuple4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$neg(Point4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$or(Volume) -
Method in class de.grogra.vecmath.geom.CSGUnion
-
- operator$or(Volume) -
Method in interface de.grogra.vecmath.geom.Volume
- This operator method creates the union of this volume
and
v.
- operator$or(Volume) -
Method in class de.grogra.vecmath.geom.VolumeBase
-
- operator$plusArrow(Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$plusArrow(GRSVertex) -
Method in class de.grogra.rgg.model.VVProducer.Split
-
- operator$plusArrow(Node) -
Method in class de.grogra.xl.impl.dom.DOMProducer
-
- operator$plusLeftArrow(Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$plusLeftArrow(GRSVertex) -
Method in class de.grogra.rgg.model.VVProducer.InsertReplaceSplitSet
-
- operator$plusLeftArrow(Node) -
Method in class de.grogra.xl.impl.dom.DOMProducer
-
- operator$plusLeftRightArrow(Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$plusLine(Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$shl(double) -
Method in class de.grogra.math.SimpleDataTable
-
- operator$shl(Number) -
Method in class de.grogra.pf.data.Dataseries
-
- operator$shl(double[]) -
Method in class de.grogra.pf.data.Dataseries
-
- operator$shl(Number) -
Method in class de.grogra.pf.data.Dataset
-
- operator$shl(double[]) -
Method in class de.grogra.pf.data.Dataset
-
- operator$shl(Number) -
Method in class de.grogra.pf.data.DatasetRef
-
- operator$shl(PrintWriter, Object) -
Static method in class de.grogra.rgg.Library
- This operator method prints
v on w.
- operator$shl(PrintWriter, boolean) -
Static method in class de.grogra.rgg.Library
- This operator method prints
v on w.
- operator$shl(PrintWriter, char) -
Static method in class de.grogra.rgg.Library
- This operator method prints
v on w.
- operator$shl(PrintWriter, int) -
Static method in class de.grogra.rgg.Library
- This operator method prints
v on w.
- operator$shl(PrintWriter, long) -
Static method in class de.grogra.rgg.Library
- This operator method prints
v on w.
- operator$shl(PrintWriter, float) -
Static method in class de.grogra.rgg.Library
- This operator method prints
v on w.
- operator$shl(PrintWriter, double) -
Static method in class de.grogra.rgg.Library
- This operator method prints
v on w.
- operator$shl(List<E>, E) -
Static method in class de.grogra.rgg.Library
- This operator method adds
value as last element to
list.
- operator$shl(BooleanList, boolean) -
Static method in class de.grogra.rgg.Library
- This operator method adds
value as last element to
list.
- operator$shl(ByteList, byte) -
Static method in class de.grogra.rgg.Library
- This operator method adds
value as last element to
list.
- operator$shl(ShortList, short) -
Static method in class de.grogra.rgg.Library
- This operator method adds
value as last element to
list.
- operator$shl(CharList, char) -
Static method in class de.grogra.rgg.Library
- This operator method adds
value as last element to
list.
- operator$shl(IntList, int) -
Static method in class de.grogra.rgg.Library
- This operator method adds
value as last element to
list.
- operator$shl(LongList, long) -
Static method in class de.grogra.rgg.Library
- This operator method adds
value as last element to
list.
- operator$shl(FloatList, float) -
Static method in class de.grogra.rgg.Library
- This operator method adds
value as last element to
list.
- operator$shl(DoubleList, double) -
Static method in class de.grogra.rgg.Library
- This operator method adds
value as last element to
list.
- operator$shl(GRSVertex) -
Method in class de.grogra.rgg.model.VVQueue
-
- operator$shr(GRSVertex) -
Method in class de.grogra.rgg.model.VVProducer.InsertReplaceSplitSet
-
- operator$slashArrow(Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$slashLeftArrow(Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$slashLeftRightArrow(Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$slashLine(Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$space(Node) -
Method in class de.grogra.rgg.model.Instantiation
-
- operator$space(VVProducer) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$space(Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$space(GRSVertex) -
Method in class de.grogra.rgg.model.VVProducer.AddNeighbor
-
- operator$space(GRSVertex) -
Method in class de.grogra.rgg.model.VVProducer.InsertReplaceSplitSet
-
- operator$space(GRSVertex) -
Method in class de.grogra.rgg.model.VVProducer
-
- operator$space(VVProducer.NotGRSVertex) -
Method in class de.grogra.rgg.model.VVProducer
-
- operator$space(Node) -
Method in class de.grogra.xl.impl.dom.DOMProducer
-
- operator$space(Node) -
Method in class de.grogra.xl.impl.simple.SimpleProducer
-
- operator$sub(Node, int) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$sub(Node, Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$sub(Volume) -
Method in class de.grogra.vecmath.geom.CSGDifference
-
- operator$sub(Volume) -
Method in interface de.grogra.vecmath.geom.Volume
- This operator method creates the difference between
a and b.
- operator$sub(Volume) -
Method in class de.grogra.vecmath.geom.VolumeBase
-
- operator$sub(Point2f, Tuple2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Tuple2f, Point2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point2f, Point2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Vector2f, Vector2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point2f, Tuple2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Tuple2f, Point2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point2f, Point2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Vector2f, Vector2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point2d, Tuple2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Tuple2d, Point2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point2d, Point2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Vector2d, Vector2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point2d, Tuple2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Tuple2d, Point2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point2d, Point2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Vector2d, Vector2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point3f, Tuple3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Tuple3f, Point3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point3f, Point3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Vector3f, Vector3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point3f, Tuple3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Tuple3f, Point3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point3f, Point3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Vector3f, Vector3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point3d, Tuple3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Tuple3d, Point3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point3d, Point3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Vector3d, Vector3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point3d, Tuple3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Tuple3d, Point3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point3d, Point3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Vector3d, Vector3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point4f, Tuple4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Tuple4f, Point4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point4f, Point4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Vector4f, Vector4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point4f, Tuple4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Tuple4f, Point4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point4f, Point4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Vector4f, Vector4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point4d, Tuple4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Tuple4d, Point4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point4d, Point4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Vector4d, Vector4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point4d, Tuple4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Tuple4d, Point4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Point4d, Point4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Vector4d, Vector4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$sub(Node, int) -
Method in class de.grogra.xl.impl.dom.DOMProducer
-
- operator$sub(Variant, Variant) -
Static method in class de.grogra.xl.util.Variant
-
- operator$subAssign(Point2f, Tuple2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Vector2f, Vector2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Point2d, Tuple2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Vector2d, Vector2f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Point2d, Tuple2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Vector2d, Vector2d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Point3f, Tuple3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Vector3f, Vector3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Point3d, Tuple3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Vector3d, Vector3f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Point3d, Tuple3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Vector3d, Vector3d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Point4f, Tuple4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Vector4f, Vector4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Point4d, Tuple4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Vector4d, Vector4f) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Point4d, Tuple4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$subAssign(Vector4d, Vector4d) -
Static method in class de.grogra.vecmath.VecmathOperators
-
- operator$xLeftRightArrow(Node, int) -
Method in class de.grogra.rgg.model.RGGProducer
-
- operator$xLeftRightArrow(Node, Node) -
Method in class de.grogra.rgg.model.RGGProducer
-
- Operators - Class in de.grogra.xl.util
-
- ops -
Variable in class de.grogra.numeric.cvode.N_Vector
-
- Option - Class in de.grogra.pf.registry
-
- Option() -
Constructor for class de.grogra.pf.registry.Option
-
- option$FIELD -
Static variable in class de.grogra.pf.ui.registry.CheckBoxItem
-
- option$FIELD -
Static variable in class de.grogra.pf.ui.registry.ChoiceGroup
-
- option3(Node) -
Static method in class de.grogra.grogra.Analysis
- Performs option3 analysis from GROGRA on the graph starting at
root.
- OPTION_NAME_LANGUAGE_LIST -
Static variable in class de.grogra.pf.ui.Languages
-
- optional$FIELD -
Static variable in class de.grogra.pf.registry.Prerequisite
-
- OPTIONAL_MATCH -
Static variable in interface de.grogra.grogra.LSYTokenTypes
-
- OptionExplorerFactory - Class in de.grogra.pf.ui.registry
-
- optionGridColorB -
Variable in class de.grogra.imp3d.glsl.GLDisplay
-
- optionGridColorG -
Variable in class de.grogra.imp3d.glsl.GLDisplay
-
- optionGridColorR -
Variable in class de.grogra.imp3d.glsl.GLDisplay
-
- optionGridDimension -
Variable in class de.grogra.imp3d.glsl.GLDisplay
-
- optionGridSpacing -
Variable in class de.grogra.imp3d.glsl.GLDisplay
-
- OptionGroup - Class in de.grogra.pf.registry
-
- OptionReader - Class in de.grogra.ray2.photonmap
- Reads all Photon Map parameter from the registry and checks if values where changed.
- OptionReader(PixelwiseRenderer) -
Constructor for class de.grogra.ray2.photonmap.OptionReader
- This Constructor reads all Photon Map parameter from the registry.
- OptionReader - Class in de.grogra.ray2.radiosity
- Reads all Radiosity Options from the registry and checks if values where changed.
- OptionReader(PixelwiseRenderer) -
Constructor for class de.grogra.ray2.radiosity.OptionReader
- This Constructor reads all Radiosity parameter from the registry.
- options -
Variable in class de.grogra.gpuflux.tracer.FluxTracer
-
- Options - Interface in de.grogra.ray2
- This simple interface is used to provide configuration options for
raytracing algorithms, e.g., a
Renderer or
a light model. - optionShowAxes -
Variable in class de.grogra.imp3d.glsl.GLDisplay
-
- optionShowBGImage -
Variable in class de.grogra.imp3d.glsl.GLSLDisplay
-
- optionShowDisplaySize -
Variable in class de.grogra.imp3d.glsl.GLDisplay
-
- optionShowGrid -
Variable in class de.grogra.imp3d.glsl.GLDisplay
-
- optionShowPoints -
Variable in class de.grogra.imp3d.glsl.GLDisplay
-
- OptionsSelection - Class in de.grogra.pf.ui.edit
-
- OptionsSelection(Context, Item, boolean) -
Constructor for class de.grogra.pf.ui.edit.OptionsSelection
-
- optionValueChanged(String, Object) -
Method in class de.grogra.imp.awt.CanvasAdapter
-
- optionValueChanged(String, Object) -
Method in class de.grogra.imp.awt.ViewComponentAdapter
-
- optionValueChanged(String, Object) -
Method in class de.grogra.imp3d.gl.GLDisplay
-
- optionValueChanged(String, Object) -
Method in class de.grogra.imp3d.glsl.GLDisplay
-
- optionValueChanged(String, Object) -
Method in class de.grogra.imp3d.glsl.GLSLDisplay
-
- optionValueChanged(String, Object) -
Method in class de.grogra.imp3d.WireframeCanvas
-
- Or - Class in de.grogra.blocks.functionParser
-
- Or(BoolExpr, BoolExpr) -
Constructor for class de.grogra.blocks.functionParser.Or
-
- OR -
Static variable in class de.grogra.blocks.functionParser.sym
-
- OR -
Static variable in interface de.grogra.grogra.LSYTokenTypes
-
- Or - Class in de.grogra.pf.registry.expr
-
- Or() -
Constructor for class de.grogra.pf.registry.expr.Or
-
- OR - Class in de.grogra.turtle
- The turtle command
OR(x)
sets TurtleState.order to
the specified argument
x. - OR() -
Constructor for class de.grogra.turtle.OR
-
- OR(float) -
Constructor for class de.grogra.turtle.OR
-
- Or - Class in de.grogra.xl.expr
-
- Or() -
Constructor for class de.grogra.xl.expr.Or
-
- or(XBitSet, XBitSet) -
Method in class de.grogra.xl.util.XBitSet
-
- OR.Pattern - Class in de.grogra.turtle
-
- OR.Pattern() -
Constructor for class de.grogra.turtle.OR.Pattern
-
- OR_ASSIGN -
Static variable in interface de.grogra.grogra.LSYTokenTypes
-
- OR_BOOLEAN -
Static variable in class de.grogra.persistence.ModificationQueue
-
- OR_BYTE -
Static variable in class de.grogra.persistence.ModificationQueue
-
- OR_CHAR -
Static variable in class de.grogra.persistence.ModificationQueue
-
- OR_INT -
Static variable in class de.grogra.persistence.ModificationQueue
-
- OR_LONG -
Static variable in class de.grogra.persistence.ModificationQueue
-
- OR_SHORT -
Static variable in class de.grogra.persistence.ModificationQueue
-
- ORANGE -
Static variable in class de.grogra.imp3d.shading.RGBAShader
RGBAShader whose color is Color.ORANGE.
- ORANGE -
Static variable in class de.grogra.math.RGBColor
RGBColor whose color is Color.ORANGE.
- orBoolean(PersistenceCapable, PersistenceField, int[], boolean) -
Method in class de.grogra.persistence.ModificationQueue
-
- orByte(PersistenceCapable, PersistenceField, int[], byte) -
Method in class de.grogra.persistence.ModificationQueue
-
- orChar(PersistenceCapable, PersistenceField, int[], char) -
Method in class de.grogra.persistence.ModificationQueue
-
- order -
Variable in class de.grogra.grogra.DTGShoot
-
- Order -
Static variable in class de.grogra.mtg.Attributes
-
- Order -
Variable in class de.grogra.mtg.MTGNode
-
- order(MTGNode) -
Method in class de.grogra.mtg.MTGNode
- Number of branch edges from this node to an end node.
- ORDER -
Static variable in class de.grogra.turtle.Attributes
-
- ORDER -
Static variable in class de.grogra.turtle.TurtleState
-
- order -
Variable in class de.grogra.turtle.TurtleState
-
- order(Node) -
Static method in class de.grogra.turtle.TurtleState
-
- order$FIELD -
Static variable in class de.grogra.grogra.DTGShoot
-
- Order$FIELD -
Static variable in class de.grogra.mtg.MTGNode
-
- ORDER_MASK -
Static variable in class de.grogra.imp3d.gl20.GL20GfxServer
- order mask
- ORDER_N_UV_V -
Static variable in class de.grogra.imp3d.gl20.GL20GfxServer
- normal - uv - vertex order indicator
- ORDER_N_V_UV -
Static variable in class de.grogra.imp3d.gl20.GL20GfxServer
- normal - vertex - uv order indicator
- ORDER_UV_N_V -
Static variable in class de.grogra.imp3d.gl20.GL20GfxServer
- uv - normal - vertex order indicator
- ORDER_UV_V_N -
Static variable in class de.grogra.imp3d.gl20.GL20GfxServer
- uv - vertex - normal order indicator
- ORDER_V_N_UV -
Static variable in class de.grogra.imp3d.gl20.GL20GfxServer
- vertex - normal - uv order indicator
- ORDER_V_UV_N -
Static variable in class de.grogra.imp3d.gl20.GL20GfxServer
- vertex - uv - normal order indicator
- orientation$FIELD -
Static variable in class de.grogra.pf.ui.registry.Split
-
- origin -
Variable in class de.grogra.imp3d.DragEvent3D
- The origin of the mouse ray.
- origin -
Variable in class de.grogra.imp3d.PickRayVisitor
-
- origin -
Variable in class de.grogra.ray.intersection.DefaultCellGenerator.BoxIntersectionInput
-
- origin -
Variable in class de.grogra.ray.intersection.EndlCellGenerator.BoxIntersectionInput
-
- origin -
Variable in class de.grogra.ray.util.Ray
- The ray origin in global coordinates.
- ORIGIN -
Static variable in class de.grogra.rgg.Library
- Point having coordinates (0, 0, 0).
- origin -
Variable in class de.grogra.vecmath.geom.Line
- Origin of the line.
- originalScene -
Variable in class de.grogra.ray2.tracing.PixelwiseRenderer
-
- originDensity -
Variable in class de.grogra.ray.util.Ray
- The probability density of origin for this ray.
- originDensity -
Variable in class de.grogra.vecmath.geom.Line
- The probability density of origin for this ray.
- orInt(PersistenceCapable, PersistenceField, int[], int) -
Method in class de.grogra.persistence.ModificationQueue
-
- orLong(PersistenceCapable, PersistenceField, int[], long) -
Method in class de.grogra.persistence.ModificationQueue
-
- orShort(PersistenceCapable, PersistenceField, int[], short) -
Method in class de.grogra.persistence.ModificationQueue
-
- orthogonalTropism(Matrix34d, Tuple3d, float, Matrix4d) -
Static method in class de.grogra.rgg.Library
- Computes the rotation matrix which implements an orthogonal
tropism into a plane perpendicular to
direction.
- out -
Variable in class de.grogra.graph.impl.GraphTransaction.Dump
-
- out -
Variable in class de.grogra.imp.ExternalRenderer
-
- out -
Variable in class de.grogra.persistence.PersistenceOutputDecorator
-
- out -
Static variable in class de.grogra.rgg.Library
- This field provides a
PrintWriter to write
to the XL console.
- out -
Variable in class de.grogra.util.HierarchicalQueue
-
- outerAngle$FIELD -
Static variable in class de.grogra.imp3d.objects.SpotLight
-
- OUTGOING -
Static variable in class de.grogra.xl.impl.base.GraphQueueImpl
-
- outgoing -
Variable in class de.grogra.xl.impl.base.Neighbors
-
- OUTGOING_RAY_TOO_WEAK -
Static variable in class de.grogra.ray2.tracing.modular.LineTracer
-
- OUTLINED -
Static variable in class de.grogra.imp.objects.Attributes
-
- outlined$FIELD -
Static variable in class de.grogra.imp3d.objects.TextLabelBase
-
- OUTLINED_MASK -
Static variable in class de.grogra.imp3d.glsl.renderable.GLSLTextLabelBase
-
- OUTLINED_MASK -
Static variable in class de.grogra.imp3d.objects.TextLabelBase
-
- outMimeType -
Variable in class de.grogra.imp.ExternalRenderer
-
- output$FIELD -
Static variable in class de.grogra.pf.io.FilterItem
-
- OUTPUT_CHART_LIST_NUM -
Static variable in class de.grogra.greenlab.conf.GreenLabAtributes
-
- OUTPUT_CHART_NUM -
Static variable in class de.grogra.greenlab.conf.GreenLabAtributes
-
- OUTPUT_DATA_LIST_NUM -
Static variable in class de.grogra.greenlab.conf.GreenLabAtributes
-
- OUTPUT_DATA_NUM -
Static variable in class de.grogra.greenlab.conf.GreenLabAtributes
-
- OUTPUT_MASK -
Static variable in class de.grogra.xl.query.Pattern
-
- OUTPUT_STREAM -
Static variable in class de.grogra.pf.io.IOFlavor
- Bit mask indicating that the data can be written to
an
OutputStream.
- OUTPUT_THREE_D_LIST_NUM -
Static variable in class de.grogra.greenlab.conf.GreenLabAtributes
-
- OUTPUT_THREE_D_NUM -
Static variable in class de.grogra.greenlab.conf.GreenLabAtributes
-
- outputClass$FIELD -
Static variable in class de.grogra.pf.io.FilterItem
-
- OutputQueue - Class in de.grogra.util
- This class represents a queue of
byte, int,
long, float, double,
and Object-values. - OutputQueue(boolean) -
Constructor for class de.grogra.util.OutputQueue
- Creates a new
OutputQueue.
- OutputStreamSource - Interface in de.grogra.pf.io
- This subinterface of
FilterSource has to be implemented
by filter sources whose flavor supports OutputStreams
(IOFlavor.OUTPUT_STREAM). - outputType$FIELD -
Static variable in class de.grogra.pf.ui.registry.XSLTFilterItem
-
- OUTSIDE_XY_CLIPPING -
Static variable in class de.grogra.imp3d.CanvasCamera
-
- OUTSIDE_Z_CLIPPING -
Static variable in class de.grogra.imp3d.CanvasCamera
-
- overlapPixel(int, int) -
Static method in class de.grogra.ext.x3d.util.Util
- Calculates to an background pixel a new foreground pixel in consideration
of transparency of foreground pixel.
- overlaps(int[], FieldChain, int[]) -
Method in class de.grogra.persistence.IndirectField
-
- overlaps(int[], FieldChain, int[]) -
Method in class de.grogra.persistence.ManageableType.ArrayComponent
-
- overlaps(int[], FieldChain, int[]) -
Method in class de.grogra.persistence.ManageableType.Field
-
- overlaps(int[], FieldChain, int[]) -
Method in interface de.grogra.reflect.FieldChain
-
- overlaps(int[], FieldChain, int[]) -
Method in class de.grogra.reflect.FieldChainImpl
-
- overlaps(FieldChain, int[], FieldChain, int[]) -
Static method in class de.grogra.reflect.Reflection
-
- OVERLAY -
Static variable in class de.grogra.imp3d.WireframeCanvas
-
- override(String, Object) -
Method in class de.grogra.util.Configuration
- Overrides default values of this configuration.
- override$FIELD -
Static variable in class de.grogra.pf.registry.Argument
-
- overrideIfUnset(String, Object) -
Method in class de.grogra.util.Configuration
- Sets a default value if no default value is provided by the
map for default values.
- own_data -
Variable in class de.grogra.numeric.cvode.N_Vector._N_VectorContent_Serial
-
- owner -
Variable in class de.grogra.gpuflux.scene.volume.FluxPrimitive
-
|
||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||