SampleBufferFloat32
Description
- Derived from
- 
SampleBuffer<float32> abstract 
- Extended by
- 
DistanceBuffer sealed 
 NormalBuffer sealed
 SlopeBuffer sealed
 VectorBuffer sealed
Abstract base class for ISampleBuffer implementations that store 32-bit floating-point values as buffer samples.
Protected / Constructors
SampleBufferFloat32
2 overloads
Creates a new instance of SampleBufferFloat32.
A new sample buffer array will be allocated.
Creates a new instance of SampleBufferFloat32.
This sample buffer will use the given data array.