56 virtual
RtNode* createNode() override;
#define AGX_DECLARE_POINTER_TYPES(type)
#define AGXSTREAM_DECLARE_SERIALIZABLE(T)
Use this in a Serializable class to add the required methods Important: Use full namespace in the dec...
Interface as RtSystemNode for model specific implementations that is part of the system tree of lidar...
Start and end range of each lidar ray, default [0, "infinity").
LidarRayRange()=default
Default constructor with default range [0, infinity).
void setRange(agx::RangeReal32 range)
Set new range [start, end].
agx::RangeReal32 getRange() const
LidarRayRange(agx::RangeReal32 range)
Construct given range [start, end].
Raytrace system node acting as a clone of model specific implementations.
A range object has a min and max value of a given type and provides services to tell whether a value ...
#define DOXYGEN_END_INTERNAL_BLOCK()
#define DOXYGEN_START_INTERNAL_BLOCK()
The agxSensor namespace contains components to model real-time sensors connected to the physics of AG...
The agx namespace contains the dynamics/math part of the AGX Dynamics API.
AGXCORE_EXPORT const Real32 Real32Max
A node performs a single operation, e.g., raycast, gaussian blur, merging etc.