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

Function getVectorField

src/backend/common/handle.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92VectorField* getVectorField(const fg_vector_field& pValue)
93{
94 return reinterpret_cast<common::VectorField*>(pValue);
95}
96
97}
98}

Calls

no outgoing calls

Tested by

no test coverage detected