Uses of Class
com.kuka.nav.object.filter.RegionRestriction.Region

Packages that use RegionRestriction.Region
com.kuka.nav.object.filter Package providing search spaces for object detection requests. 
 

Uses of RegionRestriction.Region in com.kuka.nav.object.filter
 

Methods in com.kuka.nav.object.filter that return RegionRestriction.Region
 RegionRestriction.Region RegionRestriction.getRegion()
           
static RegionRestriction.Region RegionRestriction.Region.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RegionRestriction.Region[] RegionRestriction.Region.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.kuka.nav.object.filter with parameters of type RegionRestriction.Region
static RegionRestriction Restriction.region(RegionRestriction.Region r)
          Creates a new restriction that only searches in the given region.
 

Constructors in com.kuka.nav.object.filter with parameters of type RegionRestriction.Region
RegionRestriction(RegionRestriction.Region region)
          Creates a new region restriction with a set region.
 



Copyright © 2019. All rights reserved.