MCPcopy Create free account
hub / github.com/MITK/MITK / FillVector3D

Function FillVector3D

Modules/Core/include/mitkArray.h:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 /** \brief Fill a 3D array/vector with the given x, y, z values. */
101 template <class Tout>
102 inline void FillVector3D(Tout &out, mitk::ScalarType x, mitk::ScalarType y, mitk::ScalarType z)
103 {
104 out[0] = x;
105 out[1] = y;
106 out[2] = z;
107 }
108
109 /** \brief Fill a 4D array/vector with the given x, y, z, t values. */
110 template <class Tout>

Callers 15

createMapperMethod · 0.85
CreatePlaneGeometryMethod · 0.85
setUpMethod · 0.85
testGeometry3DFunction · 0.85
SetUpBeforeTestFunction · 0.85
setUpMethod · 0.85

Calls

no outgoing calls

Tested by 15

CreatePlaneGeometryMethod · 0.68
setUpMethod · 0.68
testGeometry3DFunction · 0.68
SetUpBeforeTestFunction · 0.68
setUpMethod · 0.68