NDEVR
API Documentation
RasterRangeSensor.h
1#pragma once
2#include <NDEVR/RangeSensor.h>
3namespace NDEVR
4{
11 {
12 public:
18 RasterRangeSensor(const Vector<2, Angle<fltp08>>& fov, const Model& name, LogPtr log, QObject* parent = nullptr)
19 : RangeSensor(fov, name, log, parent)
20 {}
21
22
23 };
24}
Stores an angle in an optimized internal format with support for efficient trigonometric operations.
Definition Angle.h:83
A light-weight wrapper that will be a no-op if there is not a valid log reference,...
A core class that represents a node on model hierarchy.
Definition Model.h:292
RangeSensor(const Model &name, LogPtr log, QObject *parent=nullptr)
Constructs a RangeSensor with the given model, log, and optional parent.
RasterRangeSensor(const Vector< 2, Angle< fltp08 > > &fov, const Model &name, LogPtr log, QObject *parent=nullptr)
Construct a raster range sensor with a specified field of view.
A fixed-size array with N dimensions used as the basis for geometric and mathematical types.
Definition Vector.hpp:62
The primary namespace for the NDEVR SDK.
@ name
The display name of the object.