Package org.robwork.sdurw_sensor
Class StereoCameraModel.FOVDirection
- java.lang.Object
-
- org.robwork.sdurw_sensor.StereoCameraModel.FOVDirection
-
- Enclosing class:
- StereoCameraModel
public static final class StereoCameraModel.FOVDirection extends java.lang.ObjectFOV direction
-
-
Field Summary
Fields Modifier and Type Field Description static StereoCameraModel.FOVDirectionHORIZONTALstatic StereoCameraModel.FOVDirectionVERTICAL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StereoCameraModel.FOVDirectionswigToEnum(int swigValue)intswigValue()java.lang.StringtoString()
-
-
-
Field Detail
-
HORIZONTAL
public static final StereoCameraModel.FOVDirection HORIZONTAL
-
VERTICAL
public static final StereoCameraModel.FOVDirection VERTICAL
-
-
Method Detail
-
swigValue
public final int swigValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
swigToEnum
public static StereoCameraModel.FOVDirection swigToEnum(int swigValue)
-
-