Uses of Class
de.grogra.xl.util.ObjectList
Package
Description
-
Uses of ObjectList in de.grogra.graph
-
Uses of ObjectList in de.grogra.graph.impl
Modifier and TypeClassDescriptionclass
ThisIterator
class iterates over all nodes of the subtree starting at a specified root node.Modifier and TypeMethodDescriptionvoid
GraphManager.getListOfNodes
(Node node, Edge edge, boolean branch, HashMap<Node, String> visited, ObjectList<Node> toVisit) -
Uses of ObjectList in de.grogra.imp2d
-
Uses of ObjectList in de.grogra.imp3d.io
Modifier and TypeFieldDescriptionprotected ObjectList
SceneGraphExport.files
The list of files which have been created by this export. -
Uses of ObjectList in de.grogra.imp3d.objects
Modifier and TypeFieldDescriptionprotected ObjectList<GRSVertex>
GRSVertex.neighbors
Cyclic neighborhood of this vertex. -
Uses of ObjectList in de.grogra.math
Modifier and TypeFieldDescriptionChannelData.cache
This list can be used freely by a ChannelMap for data which shall be cached between consecutive invocations. -
Uses of ObjectList in de.grogra.persistence
Modifier and TypeMethodDescriptionprotected ObjectList
Transaction.Consumer.Multicaster.getConsumers()
-
Uses of ObjectList in de.grogra.pf.registry
Modifier and TypeMethodDescriptionfinal ObjectList
Item.deriveItems
(ItemVisitor callback, Object info) Modifier and TypeMethodDescriptionstatic final void
Item.removeDerivedItems
(Registry r, ObjectList items) -
Uses of ObjectList in de.grogra.pf.ui
Modifier and TypeFieldDescriptionprotected ObjectList
LoggingHandler.groupedRecords
protected ObjectList
Project.pendingLogs
protected ObjectList
LoggingHandler.pendingRecords
Modifier and TypeMethodDescriptionFileChooserResult.createAllFileSources
(Registry reg, ModifiableMap map) Project.getPendingLogs()
Modifier and TypeMethodDescriptionUIToolkit.createAbout
(PluginDescriptor plugin, String prefix, ObjectList tabComponents) Creates the tabs inside the "About GroIMP" panel.void
Project.setPendingLogs
(ObjectList newList) -
Uses of ObjectList in de.grogra.pf.ui.registry
-
Uses of ObjectList in de.grogra.pf.ui.tree
-
Uses of ObjectList in de.grogra.ray2.tracing
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.LightModelProcessorD
(Scene scene, int depth, ObjectList<ObjectList<Spectrum>> radiantPowerSum, ObjectList<ObjectList<Spectrum>> absorbedPowerSum, ObjectList<ObjectList<Spectrum>> reflectedPowerSum, ObjectList<ObjectList<Spectrum>> transmittedPowerSum, ObjectList<ObjectList<Spectrum>> sensedIrridiancSum, int[] idToGroup, int bundleSize, ObjectList<ObjectList<RadiationModel.RayPoint>> rays, ObjectList<IntList> hitCounterSum) Create a new light model processor that uses the given spectrum factory and adds collected radiation values to the lists.ParallelRadiationModel
(Scene scene, int[] idToIndex, int threadCount, ObjectList<ObjectList<RadiationModel.RayPoint>> rays) ParallelRadiationModelD
(Scene scene, int[] idToIndex, int threadCount, ObjectList<ObjectList<RadiationModel.RayPoint>> rays) 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.RadiationModel
(Spectrum spectrumFactory, ObjectList<ObjectList<Spectrum>> radiantPowerSumD, ObjectList<ObjectList<Spectrum>> absorbedPowerSumD, ObjectList<ObjectList<Spectrum>> reflectedPowerSumD, ObjectList<ObjectList<Spectrum>> transmittedPowerSumD, ObjectList<ObjectList<Spectrum>> sensedIrradianceSumD, int[] idToGroup, ObjectList<ObjectList<RadiationModel.RayPoint>> rays, ObjectList<IntList> hitCounterSumD) ModifierConstructorDescriptionLightModelProcessorD
(Scene scene, int depth, ObjectList<ObjectList<Spectrum>> radiantPowerSum, ObjectList<ObjectList<Spectrum>> absorbedPowerSum, ObjectList<ObjectList<Spectrum>> reflectedPowerSum, ObjectList<ObjectList<Spectrum>> transmittedPowerSum, ObjectList<ObjectList<Spectrum>> sensedIrridiancSum, int[] idToGroup, int bundleSize, ObjectList<ObjectList<RadiationModel.RayPoint>> rays, ObjectList<IntList> hitCounterSum) Create a new light model processor that uses the given spectrum factory and adds collected radiation values to the lists.ParallelRadiationModel
(Scene scene, int[] idToIndex, int threadCount, ObjectList<ObjectList<RadiationModel.RayPoint>> rays) ParallelRadiationModelD
(Scene scene, int[] idToIndex, int threadCount, ObjectList<ObjectList<RadiationModel.RayPoint>> rays) RadiationModel
(Spectrum spectrumFactory, ObjectList<ObjectList<Spectrum>> radiantPowerSumD, ObjectList<ObjectList<Spectrum>> absorbedPowerSumD, ObjectList<ObjectList<Spectrum>> reflectedPowerSumD, ObjectList<ObjectList<Spectrum>> transmittedPowerSumD, ObjectList<ObjectList<Spectrum>> sensedIrradianceSumD, int[] idToGroup, ObjectList<ObjectList<RadiationModel.RayPoint>> rays, ObjectList<IntList> hitCounterSumD) -
Uses of ObjectList in de.grogra.reflect
-
Uses of ObjectList in de.grogra.rgg
-
Uses of ObjectList in de.grogra.rgg.model
Modifier and TypeMethodDescriptionprotected ObjectList<Annotation>
RGGFilter.getEnclosingAnnotations()
protected ObjectList<Annotation>
XLFilter.getEnclosingAnnotations()
RGGGraph.getNewGRSVertices()
static ObjectList<Queue>
RGGGraph.readQueues
(QueueCollection qc, DataInput in, ClassLoader loader) Modifier and TypeMethodDescriptionstatic void
RGGGraph.addQueues
(QueueCollection qc, ObjectList<? extends Queue> queues) static void
RGGGraph.writeQueues
(ObjectList<? extends Queue> list, DataOutput out) -
Uses of ObjectList in de.grogra.sqlite
-
Uses of ObjectList in de.grogra.util
Modifier and TypeFieldDescriptionprotected ObjectList
EnumerationType.descriptions
Contains the descriptions for the values of this enumeration type.protected ObjectList
EnumerationType.values
Contains the values of this enumeration type. -
Uses of ObjectList in de.grogra.xl.compiler.pattern
Modifier and TypeMethodDescriptionprotected MethodScope
PatternBuilder.declareRoutine
(Expression expr, ObjectList termLocals, HashSet used, HashSet assigned) -
Uses of ObjectList in de.grogra.xl.compiler.scope
Modifier and TypeMethodDescriptionTypeScope.getAllContainedMethodScopes()
TypeScope.getConstructorScopes()
Local.getDeclaredAnnotations()
TypeScope.getEnclosingLocals()
TypeScope.getIncompleteConstructorInvocations()
-
Uses of ObjectList in de.grogra.xl.impl.base
Modifier and TypeMethodDescriptionFirstLastScale.getFirstDeepNodes()
QStateMultiScale.getFirstNodes()
QStateMultiScale.getLastNodes()
FirstLastScale.getNoEncoarseNodes()
ObjectList<de.grogra.xl.impl.base.QStateMultiScale.Relation>
QStateMultiScale.getRelationsEqual()
Modifier and TypeMethodDescriptionQStateMultiScale.getTrailingIncomingRefinements()
QStateMultiScale.getTrailingOutgoingRefinements()
-
Uses of ObjectList in de.grogra.xl.query
Modifier and TypeFieldDescriptionprotected ObjectList
QueryState.astack
protected ObjectList<Variable>
QueryState.localVariables
final ObjectList
QueryState.userStack0
final ObjectList
QueryState.userStack1
Modifier and TypeMethodDescriptionQueryState.getFirstNodes()
QueryStateMultiScale.getFirstNodes()
QueryState.getLastNodes()
QueryStateMultiScale.getLastNodes()
Modifier and TypeMethodDescriptionQueryState.getTrailingIncomingRefinements()
QueryStateMultiScale.getTrailingIncomingRefinements()
QueryState.getTrailingOutgoingRefinements()
QueryStateMultiScale.getTrailingOutgoingRefinements()
-
Uses of ObjectList in de.grogra.xl.util
Modifier and TypeMethodDescriptionObjectList.addAll
(ObjectList<? extends E> v) Appends all elements ofv
to this list.Appendslength
components ofv
to this list, starting at indexbegin
.final ObjectList<E>
Pusheso
on top of this list, i.e., as last element.final ObjectList<E>
Pusheso1
ando2
on top of this list, i.e., as last elements.final ObjectList<E>
Pusheso1 ... o3
on top of this list, i.e., as last elements.Modifier and TypeMethodDescriptionObjectList.addAll
(ObjectList<? extends E> v) Appends all elements ofv
to this list.