union mrpt::opengl::CAngularObservationMesh::TDoubleRange::rd

Overview

Union type with the actual data.

See also:

rangeType

union rd
{
    // fields

    double initial;
    double final;
    double increment;
    struct mrpt::opengl::CAngularObservationMesh::TDoubleRange::rd::@3 mode0;
    size_t amount;
    struct mrpt::opengl::CAngularObservationMesh::TDoubleRange::rd::@4 mode1;
    double aperture;
    bool negToPos;
    struct mrpt::opengl::CAngularObservationMesh::TDoubleRange::rd::@5 mode2;
};