38 virtual RtNode* createNode()
override;
40 virtual void onChildAdded(
SystemNode& child )
override;
41 virtual void onParentConnect(
RtSystemNode& parent )
override;
43 virtual void onChildRemoved(
SystemNode& child )
override;
44 virtual void onParentDisconnect(
RtSystemNode& parent )
override;
46 virtual void cleanup()
override;
#define AGXSTREAM_DECLARE_SERIALIZABLE(T)
Use this in a Serializable class to add the required methods Important: Use full namespace in the dec...
This node doesn't have a representation in the raytrace graph but manages adding and removal of child...
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...
#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...
A node performs a single operation, e.g., raycast, gaussian blur, merging etc.