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.Object
FOV direction
-
-
Field Summary
Fields Modifier and Type Field Description static StereoCameraModel.FOVDirection
HORIZONTAL
static StereoCameraModel.FOVDirection
VERTICAL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StereoCameraModel.FOVDirection
swigToEnum(int swigValue)
int
swigValue()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
swigToEnum
public static StereoCameraModel.FOVDirection swigToEnum(int swigValue)
-
-