Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
Main Page
Animation & Constants
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
y
Variables
Properties
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
c
d
e
i
l
o
p
q
r
s
t
Variables
b
c
d
e
f
g
i
k
l
m
n
p
r
s
t
w
Typedefs
a
b
d
e
f
g
l
m
n
p
q
r
s
t
v
Enumerations
a
b
c
d
e
g
l
n
p
r
s
t
Enumerator
a
b
c
d
e
f
g
i
l
n
p
r
s
t
u
Macros
CPTMutableNumericData.h
Go to the documentation of this file.
1
#import "
CPTNumericData.h
"
2
#import "
CPTNumericDataType.h
"
3
4
@interface
CPTMutableNumericData
:
CPTNumericData
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
NSArray
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
CPTMutableNumericData::mutableBytes
void * mutableBytes
Returns a pointer to the data buffer’s contents.
Definition:
CPTMutableNumericData.h:8
Source
CPTMutableNumericData.h
Generated by
1.8.18