Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTMutableNumericData.h
Go to the documentation of this file.
1 #import "CPTNumericData.h"
2 #import "CPTNumericDataType.h"
3 
5 
8 @property (nonatomic, readonly, nonnull) void *mutableBytes;
10 
13 @property (nonatomic, readwrite, copy, nonnull) CPTNumberArray *shape;
15 
18 -(nullable void *)mutableSamplePointer:(NSUInteger)sample NS_RETURNS_INNER_POINTER;
19 -(nullable void *)mutableSamplePointerAtIndex:(NSUInteger)idx, ... NS_RETURNS_INNER_POINTER;
21 
22 @end
CPTNumericDataType.h
NSUInteger
typedef NSUInteger
-[NSObject copy]
id copy
CPTMutableNumericData
An annotated NSMutableData type.
Definition: CPTMutableNumericData.h:5
CPTMutableNumericData::shape
CPTNumberArray * shape
The shape of the data buffer array. Set a new shape to change the size of the data buffer.
Definition: CPTMutableNumericData.h:13
CPTNumericData.h
CPTNumericData
An annotated NSData type.
Definition: CPTNumericData.h:4
NSArray
CPTMutableNumericData::mutableBytes
void * mutableBytes
Returns a pointer to the data buffer’s contents.
Definition: CPTMutableNumericData.h:8