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

Method vectorField

src/api/cpp/chart.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133VectorField Chart::vectorField(const unsigned pNumPoints, const dtype pDataType)
134{
135 fg_vector_field temp = 0;
136 FG_THROW(fg_add_vector_field_to_chart(&temp, get(), pNumPoints, (fg_dtype)pDataType));
137 return VectorField(temp);
138}
139
140void Chart::render(const Window& pWindow,
141 const int pX, const int pY, const int pVPW, const int pVPH) const

Callers 4

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 2

VectorFieldClass · 0.50

Tested by

no test coverage detected