Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTMutableNumericData+TypeConversion.h
Go to the documentation of this file.
2 #import "CPTNumericDataType.h"
3 
8 
11 @property (nonatomic, readwrite, assign) CPTNumericDataType dataType;
12 @property (nonatomic, readwrite, assign) CPTDataTypeFormat dataTypeFormat;
13 @property (nonatomic, readwrite, assign) size_t sampleBytes;
14 @property (nonatomic, readwrite, assign) CFByteOrder byteOrder;
16 
19 -(void)convertToType:(CPTDataTypeFormat)newDataType sampleBytes:(size_t)newSampleBytes byteOrder:(CFByteOrder)newByteOrder;
21 
22 @end
CPTNumericDataType
Structure that describes the encoding of numeric data samples.
Definition: CPTNumericDataType.h:27
CPTDataTypeFormat
CPTDataTypeFormat
Enumeration of data formats for numeric data.
Definition: CPTNumericDataType.h:6
CPTNumericDataType.h
CPTMutableNumericData.h
CFByteOrder
CPTMutableNumericData(TypeConversion)
Type conversion methods for CPTMutableNumericData.
Definition: CPTMutableNumericData+TypeConversion.h:7