public static class ViewProjectionPlaneBuilder.PlaneOptions extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_DEPTH_VALUE
Get plane using source view and depth value
|
static int |
_INFERRED
Inferred plane from vector, point and plane view
|
static ViewProjectionPlaneBuilder.PlaneOptions |
DEPTH_VALUE
Get plane using source view and depth value
|
static ViewProjectionPlaneBuilder.PlaneOptions |
INFERRED
Inferred plane from vector, point and plane view
|
Modifier and Type | Method and Description |
---|---|
static ViewProjectionPlaneBuilder.PlaneOptions |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static ViewProjectionPlaneBuilder.PlaneOptions |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static ViewProjectionPlaneBuilder.PlaneOptions[] |
values()
Returns an array that contains the values for this enum.
|
public static final ViewProjectionPlaneBuilder.PlaneOptions INFERRED
public static final ViewProjectionPlaneBuilder.PlaneOptions DEPTH_VALUE
public static final int _INFERRED
public static final int _DEPTH_VALUE
public static ViewProjectionPlaneBuilder.PlaneOptions valueOf(int value)
public static ViewProjectionPlaneBuilder.PlaneOptions valueOf(String name)
public static ViewProjectionPlaneBuilder.PlaneOptions[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.