SciChart.Data.Numerics.PointResamplers Namespace
Classes
Class | Description | |
---|---|---|
![]() | ExtremeResamplerBase<TX,TY> | |
![]() | ExtremeResamplersBuffers | |
![]() | ExtremeResamplersFactory | |
![]() | PointResamplerBase | The PointResamplerBase provides base methods for resampling. |
![]() | PointResamplerBase<TX,TY> | The PointResamplerBase<TX,TY> provides base methods for resampling. |
![]() | PointResamplerFactory | Instantiates IPointResampler instances. |
![]() | UniformByteResampler | |
![]() | UniformDoubleResampler | |
![]() | UniformExtremeResamplerBase<TY> | |
![]() | UniformInt16Resampler | |
![]() | UniformInt32Resampler | |
![]() | UniformInt64Resampler | |
![]() | UniformSByteResampler | |
![]() | UniformSingleResampler | |
![]() | UniformUInt16Resampler | |
![]() | UniformUInt32Resampler | |
![]() | UniformUInt64Resampler |
Interfaces
Interface | Description | |
---|---|---|
![]() | INativeResamplerArtifact | Native Resampler Artifact. |
![]() | IPointResampler<TX,TY> | Provides the interface to a PointResampler - an algorithm which is able to reduce the number of data-points in a series for rendering fast, while maintaining visual accuracy of the series |
![]() | IPointResamplerFactory | A Factory class to get PointResamplers, which are used to reduce datasets to minimal sets for efficient on-screen rendering |
![]() | IUniformPointResampler<TY> | Provides the interface to a PointResampler - an algorithm which is able to reduce the number of data-points in a series for rendering fast, while maintaining visual accuracy of the series |
Structures
Structure | Description | |
---|---|---|
![]() | ResamplingParams | Provides arguments which are required by IPointResampler<TX,TY> |
Enumerations
Enumeration | Description | |
---|---|---|
![]() | ExtremeResamplerAccelerationMode | |
![]() | ResamplingOperation |
See Also