|
enum | TextureInterpolationOption { TextureInterpolationOption::Nearest = 0,
TextureInterpolationOption::Linear = 1
} |
|
enum | DepthFunc {
DepthFunc::Never = 0,
DepthFunc::Less = 1,
DepthFunc::Equal = 2,
DepthFunc::LEqual = 3,
DepthFunc::Greater = 4,
DepthFunc::NotEqual = 5,
DepthFunc::GEqual = 6,
DepthFunc::Always = 7
} |
|
enum | PointColorOption {
PointColorOption::Default = 0,
PointColorOption::Color = 1,
PointColorOption::XCoordinate = 2,
PointColorOption::YCoordinate = 3,
PointColorOption::ZCoordinate = 4,
PointColorOption::Normal = 9
} |
| Enum class for point color for PointCloud. More...
|
|
enum | MeshShadeOption { MeshShadeOption::FlatShade = 0,
MeshShadeOption::SmoothShade = 1
} |
| Enum class for mesh shading for TriangleMesh. More...
|
|
enum | MeshColorOption {
MeshColorOption::Default = 0,
MeshColorOption::Color = 1,
MeshColorOption::XCoordinate = 2,
MeshColorOption::YCoordinate = 3,
MeshColorOption::ZCoordinate = 4,
MeshColorOption::Normal = 9
} |
| Enum class for color for TriangleMesh. More...
|
|
enum | ImageStretchOption { ImageStretchOption::OriginalSize = 0,
ImageStretchOption::StretchKeepRatio = 1,
ImageStretchOption::StretchWithWindow = 2
} |
|
static bool | EigenVector3dFromJsonArray (Eigen::Vector3d &vec, const Json::Value &value) |
|
static bool | EigenVector3dToJsonArray (const Eigen::Vector3d &vec, Json::Value &value) |
|
static bool | EigenVector4dFromJsonArray (Eigen::Vector4d &vec, const Json::Value &value) |
|
static bool | EigenVector4dToJsonArray (const Eigen::Vector4d &vec, Json::Value &value) |
|
static bool | EigenMatrix3dFromJsonArray (Eigen::Matrix3d &mat, const Json::Value &value) |
|
static bool | EigenMatrix3dToJsonArray (const Eigen::Matrix3d &mat, Json::Value &value) |
|
static bool | EigenMatrix4dFromJsonArray (Eigen::Matrix4d &mat, const Json::Value &value) |
|
static bool | EigenMatrix4dToJsonArray (const Eigen::Matrix4d &mat, Json::Value &value) |
|
static bool | EigenMatrix4dFromJsonArray (Eigen::Matrix4d_u &mat, const Json::Value &value) |
|
static bool | EigenMatrix4dToJsonArray (const Eigen::Matrix4d_u &mat, Json::Value &value) |
|
static bool | EigenMatrix6dFromJsonArray (Eigen::Matrix6d &mat, const Json::Value &value) |
|
static bool | EigenMatrix6dToJsonArray (const Eigen::Matrix6d &mat, Json::Value &value) |
|
static bool | EigenMatrix6dFromJsonArray (Eigen::Matrix6d_u &mat, const Json::Value &value) |
|
static bool | EigenMatrix6dToJsonArray (const Eigen::Matrix6d_u &mat, Json::Value &value) |
|