Uses of Class
de.grogra.xl.util.IntList
Packages that use IntList
Package
Description
-
Uses of IntList in de.grogra.ext.x3d.util
Constructors in de.grogra.ext.x3d.util with parameters of type IntListModifierConstructorDescriptionExtrusionComputation
(IntList coordIndexList, FloatList vertexList, FloatList normalList, FloatList uvList, float[] crossSection, float[] spine, boolean ccw) -
Uses of IntList in de.grogra.graph.object.sg.impl
Methods in de.grogra.graph.object.sg.impl with parameters of type IntListModifier and TypeMethodDescriptionSecGraphImpl.createMatcher
(Pattern pred, XBitSet providedConstants, IntList neededConstantsOut) SecGraphRef.createMatcher
(Pattern pred, XBitSet providedConstants, IntList neededConstantsOut) -
Uses of IntList in de.grogra.imp3d
Fields in de.grogra.imp3d declared as IntListModifier 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
Methods in de.grogra.imp3d.objects with parameters of type IntList -
Uses of IntList in de.grogra.ray2.tracing
Fields in de.grogra.ray2.tracing declared as IntListModifier and TypeFieldDescriptionMetropolisRenderer.MetropolisResult.cols
PixelwiseRenderer.RenderTask.lines
PixelwiseRenderer.Result.lines
Methods in de.grogra.ray2.tracing with parameters of type IntListModifier and TypeMethodDescriptionprotected void
BidirectionalRenderer.renderLines
(Antialiasing antialiasing, IntList lines, PixelwiseRenderer.Result res) protected void
PixelwiseRenderer.renderLines
(Antialiasing antialiasing, IntList lines, PixelwiseRenderer.Result res) Constructors in de.grogra.ray2.tracing with parameters of type IntListModifierConstructorDescriptionLightModelProcessor
(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
Methods in de.grogra.rgg that return IntListModifier and TypeMethodDescriptionstatic IntList
Library.operator$shl
(IntList list, int value) This operator method addsvalue
as last element tolist
.Methods in de.grogra.rgg with parameters of type IntListModifier 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
Methods in de.grogra.xl.compiler.pattern with parameters of type IntListModifier and TypeMethodDescriptionPatternWrapper.createMatcher
(Graph src, XBitSet providedConstants, IntList neededConstantsOut) -
Uses of IntList in de.grogra.xl.impl.base
Methods in de.grogra.xl.impl.base with parameters of type IntListModifier and TypeMethodDescriptionGraph.createMatcher
(Pattern pred, XBitSet providedConstants, IntList neededConstantsOut) -
Uses of IntList in de.grogra.xl.query
Fields in de.grogra.xl.query declared as IntListModifier and TypeFieldDescriptionprotected IntList
QueryState.istack
protected IntList
QueryState.stackVariables
final IntList
QueryState.userIStack0
Methods in de.grogra.xl.query with parameters of type IntListModifier 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
Methods in de.grogra.xl.util that return IntListModifier 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.Methods in de.grogra.xl.util with parameters of type IntList