54 virtual
RtNode* createNode() override;
68 agx::FrameRef m_frame;
#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...
Lidar rays to world transform node.
agx::Frame * getFrame() const
void setFrame(agx::Frame *frame)
Assign new frame of the lidar rays.
LidarFrameNode(agx::Frame *frame)
Construct given frame.
A system node focused on raytracing.
System node is a separate step/operation in an execution tree representing a sensor (or such) in a se...
The object defining a frame of reference and providing transformations operations.
#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.
A node performs a single operation, e.g., raycast, gaussian blur, merging etc.