Uses of Class
de.grogra.xl.util.IntList
Package
Description
-
Uses of IntList in de.grogra.ext.x3d.util
ModifierConstructorDescriptionExtrusionComputation
(IntList coordIndexList, FloatList vertexList, FloatList normalList, FloatList uvList, float[] crossSection, float[] spine, boolean ccw) -
Uses of IntList in de.grogra.imp3d
Modifier and TypeFieldDescriptionfinal IntList
LineArray.lines
Specifies the line strips.PolygonArray.polygonNormals
Specifies the normal indices of polygons ifPolygonArray.usePolygonNormals
istrue
.PolygonArray.polygons
Specifies the polygons. -
Uses of IntList in de.grogra.imp3d.objects
-
Uses of IntList in de.grogra.ray2.tracing
Modifier and TypeFieldDescriptionMetropolisRenderer.MetropolisResult.cols
PixelwiseRenderer.RenderTask.lines
PixelwiseRenderer.Result.lines
Modifier and TypeMethodDescriptionprotected void
BidirectionalRenderer.renderLines
(Antialiasing antialiasing, IntList lines, PixelwiseRenderer.Result res) protected void
PixelwiseRenderer.renderLines
(Antialiasing antialiasing, IntList lines, PixelwiseRenderer.Result res) ModifierConstructorDescriptionLightModelProcessor
(Scene scene, ObjectList<Spectrum> radiantPowerSum, ObjectList<Spectrum> absorbedPowerSum, ObjectList<Spectrum> reflectedPowerSum, ObjectList<Spectrum> transmittedPowerSum, ObjectList<Spectrum> sensedIrridiancSum, int[] idToGroup, int bundleSize, ObjectList<ObjectList<RadiationModel.RayPoint>> rays, IntList hitCounterSum) Create a new light model processor that uses the given spectrum factory and adds collected radiation values to the lists.RadiationModel
(Spectrum spectrumFactory, ObjectList<Spectrum> radiantPowerSum, ObjectList<Spectrum> absorbedPowerSum, ObjectList<Spectrum> reflectedPowerSum, ObjectList<Spectrum> transmittedPowerSum, ObjectList<Spectrum> sensedIrradianceSum, int[] idToGroup, ObjectList<ObjectList<RadiationModel.RayPoint>> rays, IntList hitCounterSum) Create a new radiation model that adds collected radiation values to the lists. -
Uses of IntList in de.grogra.rgg
Modifier and TypeMethodDescriptionstatic IntList
Library.operator$shl
(IntList list, int value) This operator method addsvalue
as last element tolist
.Modifier and TypeMethodDescriptionacropetal.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) basipetal.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) static int
Library.operator$index
(IntList list, int index) This operator method is an alias forlist.get(index)
.static IntList
Library.operator$shl
(IntList list, int value) This operator method addsvalue
as last element tolist
. -
Uses of IntList in de.grogra.xl.compiler.pattern
Modifier and TypeMethodDescriptionPatternWrapper.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) -
Uses of IntList in de.grogra.xl.impl.base
Modifier and TypeMethodDescriptionGraph.createMatcher
(Pattern pred, XBitSet providedConstants, IntList neededConstantsOut) -
Uses of IntList in de.grogra.xl.query
Modifier and TypeFieldDescriptionprotected IntList
QueryState.istack
protected IntList
QueryState.stackVariables
final IntList
QueryState.userIStack0
Modifier and TypeMethodDescriptionAbstractExpressionPattern.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) AttributeListPattern.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) CompoundPattern.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) Creates a Matcher object for this CompoundPattern instance.EdgePattern.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) EnumerateNodesPattern.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) Graph.createMatcher
(Pattern pred, XBitSet providedConstants, IntList neededConstantsOut) NumericConversionPattern.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) abstract Pattern.Matcher
Pattern.createMatcher
(Graph graph, XBitSet bound, IntList requiredAsBound) SpacingPattern.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) Method to create a matcher for this SpacingPattern instance.TransitiveTraversal.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) TypePattern.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) final Pattern.Matcher
UserDefinedCompoundPattern.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) WrappedTypePattern.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) -
Uses of IntList in de.grogra.xl.util
Modifier and TypeMethodDescriptionIntList.addAll
(int[] v, int begin, int length) Appendslength
components ofv
to this list, starting at indexbegin
.Appends all elements ofv
to this list.final IntList
IntList.push
(int o) Pusheso
on top of this list, i.e., as last element.final IntList
IntList.push
(int o1, int o2) Pusheso1
ando2
on top of this list, i.e., as last elements.final IntList
IntList.push
(int o1, int o2, int o3) Pusheso1 ... o3
on top of this list, i.e., as last elements.