Namespace Mechatronics.SystemGraph
Classes
CurveSample<T>
A generic class to define a curve from a specific type of data.
CurveSampleQuaternion
A sampled curved of orientation defined by a quaternion.
ExchangeBuffer
This class encapsulate the resident on GPU memory and provide functionality to manage it.
GenericBuffer<T>
This class encapsulate the resident on CPU and provide functionality to exchange data between the GPU and the CPU memory.
GenericCircularBuffer<T>
This class encapsulate control variable to manage a circular buffer.
NodeCustomPassContext
Provides capability to put a CustomPassContext property as a node.
NodePhotosensorOutputBuffer
Provides capability to put a PhotosensorOutputBuffer property as a node.
NodePointCloud
Provides capability put a PointCloud property as a node.
OrientedPoints
Provides a list of OrientedPoint.
PhotosensorOutputBuffer
Convey a byte array in SystemGraph. Can be used as a circular buffer or standard buffer.
PointCloud
Used to contain a point cloud compatible with the SensorSDK PointCloudViewer. The X,Y,Z data is stored into a 2DTexture used as a simple 1DBuffer.
PortTypeCurveSampleQuaternion
Provide a port type to send a sampled curve signal in SystemGraph.
RawData
Convey a byte array in SystemGraph. Can be used as a circular buffer or standard buffer.
Structs
OrientedPoint
Provides a description of a point with a direction into space.