Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTFunctionDataSource.h File Reference
#import "CPTPlot.h"
+ Include dependency graph for CPTFunctionDataSource.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPTFunctionDataSource
 A datasource class that automatically creates scatter plot data from a function or Objective-C block. More...
 

Typedefs

typedef double(* CPTDataSourceFunction) (double)
 A function called to generate plot data in a CPTFunctionDataSource datasource. More...
 
typedef double(^ CPTDataSourceBlock) (double)
 An Objective-C block called to generate plot data in a CPTFunctionDataSource datasource. More...
 

Typedef Documentation

◆ CPTDataSourceBlock

typedef double(^ CPTDataSourceBlock) (double)

An Objective-C block called to generate plot data in a CPTFunctionDataSource datasource.

◆ CPTDataSourceFunction

typedef double(* CPTDataSourceFunction) (double)

A function called to generate plot data in a CPTFunctionDataSource datasource.