MCPcopy Create free account
hub / github.com/arrayfire/forge / surface

Method surface

src/api/cpp/chart.cpp:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124Surface Chart::surface(const unsigned pNumXPoints, const unsigned pNumYPoints, const dtype pDataType,
125 const PlotType pPlotType, const MarkerType pMarkerType)
126{
127 fg_surface temp = 0;
128 FG_THROW(fg_add_surface_to_chart(&temp, get(), pNumXPoints, pNumYPoints, (fg_dtype)pDataType,
129 pPlotType, pMarkerType));
130 return Surface(temp);
131}
132
133VectorField Chart::vectorField(const unsigned pNumPoints, const dtype pDataType)
134{

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 2

fg_add_surface_to_chartFunction · 0.85
SurfaceClass · 0.50

Tested by

no test coverage detected