Skip to content

Struct ILLIXR::data_format::point_with_validity

ClassList > ILLIXR > data_format > point_with_validity

Inherits the following classes: ILLIXR::data_format::point

Inherited by the following classes: ILLIXR::data_format::point_with_units

Public Attributes

Type Name
float confidence = 0.
confidence level of the point's value (0. - 1., with 1. indicating 100% confidence)
bool valid = false
indicates whether the point contains valid data

Public Functions

Type Name
point_with_validity ()
point_with_validity (const float x, const float y, const float z, bool valid_=true, const float confidence_=0.)
point_with_validity (const point & pnt, bool valid_=true, const float confidence_=0.)

Public Attributes Documentation

variable confidence

confidence level of the point's value (0. - 1., with 1. indicating 100% confidence)

float ILLIXR::data_format::point_with_validity::confidence;


variable valid

indicates whether the point contains valid data

bool ILLIXR::data_format::point_with_validity::valid;


Public Functions Documentation

function point_with_validity [1/3]

inline ILLIXR::data_format::point_with_validity::point_with_validity () 

Default constructor, places point at the origin


function point_with_validity [2/3]

inline ILLIXR::data_format::point_with_validity::point_with_validity (
    const float x,
    const float y,
    const float z,
    bool valid_=true,
    const float confidence_=0.
) 

Initial point based on the given x, y, and z coordinates

Parameters:

  • x The x coordinate in arbitrary units
  • y The y coordinate in arbitrary units
  • z The z coordinate in arbitrary units
  • valid_ Whether the point contains valid data, default is true
  • confidence_ Confidence level of the point's value, default is 0.

function point_with_validity [3/3]

inline ILLIXR::data_format::point_with_validity::point_with_validity (
    const point & pnt,
    bool valid_=true,
    const float confidence_=0.
) 

Construct a point_with_validity from another point

Parameters:

  • pnt The point to construct it from
  • valid_ Whether the point contains valid data, default is true
  • confidence_ Confidence level of the point's value, default is 0.


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/include/illixr/data_format/point.hpp