Uses of Class
de.grogra.xl.util.ObjectList
Packages that use ObjectList
Package
Description
-
Uses of ObjectList in de.grogra.graph
Subclasses of ObjectList in de.grogra.graphFields in de.grogra.graph declared as ObjectList -
Uses of ObjectList in de.grogra.graph.impl
Subclasses of ObjectList in de.grogra.graph.implModifier and TypeClassDescriptionclass
ThisIterator
class iterates over all nodes of the subtree starting at a specified root node.Methods in de.grogra.graph.impl with parameters of type ObjectListModifier and TypeMethodDescriptionvoid
GraphManager.getListOfNodes
(Node node, Edge edge, boolean branch, HashMap<Node, String> visited, ObjectList<Node> toVisit) -
Uses of ObjectList in de.grogra.imp2d
Subclasses of ObjectList in de.grogra.imp2d -
Uses of ObjectList in de.grogra.imp3d.io
Fields in de.grogra.imp3d.io declared as ObjectListModifier and TypeFieldDescriptionprotected ObjectList
SceneGraphExport.files
The list of files which have been created by this export. -
Uses of ObjectList in de.grogra.imp3d.objects
Fields in de.grogra.imp3d.objects declared as ObjectListModifier and TypeFieldDescriptionprotected ObjectList<GRSVertex>
GRSVertex.neighbors
Cyclic neighborhood of this vertex.Methods in de.grogra.imp3d.objects that return ObjectListMethods in de.grogra.imp3d.objects with parameters of type ObjectList -
Uses of ObjectList in de.grogra.math
Fields in de.grogra.math declared as ObjectListModifier 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
Methods in de.grogra.persistence that return ObjectListModifier and TypeMethodDescriptionprotected ObjectList
Transaction.Consumer.Multicaster.getConsumers()
-
Uses of ObjectList in de.grogra.pf.registry
Methods in de.grogra.pf.registry that return ObjectListModifier and TypeMethodDescriptionfinal ObjectList
Item.deriveItems
(ItemVisitor callback, Object info) Methods in de.grogra.pf.registry with parameters of type ObjectListModifier and TypeMethodDescriptionstatic final void
Item.removeDerivedItems
(Registry r, ObjectList items) -
Uses of ObjectList in de.grogra.pf.ui
Fields in de.grogra.pf.ui declared as ObjectListModifier and TypeFieldDescriptionprotected ObjectList
LoggingHandler.groupedRecords
protected ObjectList
Project.pendingLogs
protected ObjectList
LoggingHandler.pendingRecords
Methods in de.grogra.pf.ui that return ObjectListModifier and TypeMethodDescriptionFileChooserResult.createAllFileSources
(Registry reg, ModifiableMap map) Project.getPendingLogs()
Methods in de.grogra.pf.ui with parameters of type ObjectListModifier 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
Methods in de.grogra.pf.ui.registry that return ObjectList -
Uses of ObjectList in de.grogra.pf.ui.tree
Fields in de.grogra.pf.ui.tree declared as ObjectList -
Uses of ObjectList in de.grogra.ray2.tracing
Methods in de.grogra.ray2.tracing that return ObjectListMethods in de.grogra.ray2.tracing that return types with arguments of type ObjectListConstructors in de.grogra.ray2.tracing with parameters of type ObjectListModifierConstructorDescriptionLightModelProcessor
(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) Constructor parameters in de.grogra.ray2.tracing with type arguments of type ObjectListModifierConstructorDescriptionLightModelProcessorD
(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
Fields in de.grogra.reflect declared as ObjectList -
Uses of ObjectList in de.grogra.rgg
Methods in de.grogra.rgg that return ObjectListMethods in de.grogra.rgg that return types with arguments of type ObjectList -
Uses of ObjectList in de.grogra.rgg.model
Methods in de.grogra.rgg.model that return ObjectListModifier and TypeMethodDescriptionprotected ObjectList<Annotation>
RGGFilter.getEnclosingAnnotations()
protected ObjectList<Annotation>
XLFilter.getEnclosingAnnotations()
RGGGraph.getNewGRSVertices()
static ObjectList<Queue>
RGGGraph.readQueues
(QueueCollection qc, DataInput in, ClassLoader loader) Methods in de.grogra.rgg.model with parameters of type ObjectListModifier 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.util
Fields in de.grogra.util declared as ObjectListModifier 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
Constructors in de.grogra.xl.compiler with parameters of type ObjectListModifierConstructorDescriptionBytecodeWriter
(CompilerOptions opts, ClassLoader cl, ObjectList<Type<?>> l) XLClassWriter
(org.objectweb.asm.ClassReader cr, ClassLoader loader, ObjectList<Type<?>> t, int flags) -
Uses of ObjectList in de.grogra.xl.compiler.pattern
Methods in de.grogra.xl.compiler.pattern with parameters of type ObjectListModifier and TypeMethodDescriptionprotected MethodScope
PatternBuilder.declareRoutine
(Expression expr, ObjectList termLocals, HashSet used, HashSet assigned) -
Uses of ObjectList in de.grogra.xl.compiler.scope
Fields in de.grogra.xl.compiler.scope declared as ObjectListMethods in de.grogra.xl.compiler.scope that return ObjectListModifier and TypeMethodDescriptionTypeScope.getAllContainedMethodScopes()
TypeScope.getConstructorScopes()
Local.getDeclaredAnnotations()
TypeScope.getEnclosingLocals()
TypeScope.getIncompleteConstructorInvocations()
Methods in de.grogra.xl.compiler.scope with parameters of type ObjectList -
Uses of ObjectList in de.grogra.xl.impl.base
Methods in de.grogra.xl.impl.base that return ObjectListModifier and TypeMethodDescriptionFirstLastScale.getFirstDeepNodes()
QStateMultiScale.getFirstNodes()
QStateMultiScale.getLastNodes()
FirstLastScale.getNoEncoarseNodes()
ObjectList<de.grogra.xl.impl.base.QStateMultiScale.Relation>
QStateMultiScale.getRelationsEqual()
Methods in de.grogra.xl.impl.base that return types with arguments of type ObjectListModifier and TypeMethodDescriptionQStateMultiScale.getTrailingIncomingRefinements()
QStateMultiScale.getTrailingOutgoingRefinements()
-
Uses of ObjectList in de.grogra.xl.query
Fields in de.grogra.xl.query declared as ObjectListModifier and TypeFieldDescriptionprotected ObjectList
QueryState.astack
protected ObjectList<Variable>
QueryState.localVariables
final ObjectList
QueryState.userStack0
final ObjectList
QueryState.userStack1
Methods in de.grogra.xl.query that return ObjectListModifier and TypeMethodDescriptionQueryState.getFirstNodes()
QueryStateMultiScale.getFirstNodes()
QueryState.getLastNodes()
QueryStateMultiScale.getLastNodes()
Methods in de.grogra.xl.query that return types with arguments of type ObjectListModifier and TypeMethodDescriptionQueryState.getTrailingIncomingRefinements()
QueryStateMultiScale.getTrailingIncomingRefinements()
QueryState.getTrailingOutgoingRefinements()
QueryStateMultiScale.getTrailingOutgoingRefinements()
-
Uses of ObjectList in de.grogra.xl.util
Methods in de.grogra.xl.util that return ObjectListModifier 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.Methods in de.grogra.xl.util with parameters of type ObjectListModifier and TypeMethodDescriptionObjectList.addAll
(ObjectList<? extends E> v) Appends all elements ofv
to this list.