public class ViewInterestPoints extends Object
ViewDescription
s (which extend ViewId
)Modifier and Type | Field and Description |
---|---|
protected Map<ViewId,ViewInterestPointLists> |
interestPointCollectionLookup |
Constructor and Description |
---|
ViewInterestPoints() |
ViewInterestPoints(Collection<ViewInterestPointLists> interestPointCollection) |
ViewInterestPoints(Map<ViewId,ViewInterestPointLists> interestPointCollectionLookup) |
Modifier and Type | Method and Description |
---|---|
void |
createViewInterestPoints(Map<ViewId,ViewDescription> viewDescriptions)
Assembles the
ViewInterestPoints object consisting of a list of ViewInterestPointLists objects for all ViewDescription s that are present |
ViewInterestPointLists |
getViewInterestPointLists(int tp,
int setupId) |
ViewInterestPointLists |
getViewInterestPointLists(ViewId viewId) |
Map<ViewId,ViewInterestPointLists> |
getViewInterestPoints() |
protected final Map<ViewId,ViewInterestPointLists> interestPointCollectionLookup
public ViewInterestPoints()
public ViewInterestPoints(Map<ViewId,ViewInterestPointLists> interestPointCollectionLookup)
public ViewInterestPoints(Collection<ViewInterestPointLists> interestPointCollection)
public Map<ViewId,ViewInterestPointLists> getViewInterestPoints()
public ViewInterestPointLists getViewInterestPointLists(int tp, int setupId)
public ViewInterestPointLists getViewInterestPointLists(ViewId viewId)
public void createViewInterestPoints(Map<ViewId,ViewDescription> viewDescriptions)
ViewInterestPoints
object consisting of a list of ViewInterestPointLists
objects for all ViewDescription
s that are presentviewDescriptions
- Copyright © 2015–2021 Fiji. All rights reserved.