MCPcopy Create free account
hub / github.com/Kitware/VTK / GetVectorResult

Function GetVectorResult

Common/Misc/vtkExprTkFunctionParser.h:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 */
89 double* GetVectorResult() VTK_SIZEHINT(this->GetResultSize());
90 void GetVectorResult(double* result)
91 {
92 double* r = this->GetVectorResult();
93 for (int i = 0; i < this->ResultSize; ++i)
94 {
95 result[i] = r[i];
96 }
97 }
98 ///@}
99
100 ///@{

Callers

nothing calls this directly

Calls 1

GetVectorResultMethod · 0.45

Tested by

no test coverage detected