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

Method SetX

Common/DataModel/vtkVector.h:173–173  ·  view source on GitHub ↗

* Set the x component of the vector, i.e. element 0. */

Source from the content-addressed store, hash-verified

171 * Set the x component of the vector, i.e. element 0.
172 */
173 void SetX(const T& x) { this->Data[0] = x; }
174
175 /**
176 * Get the x component of the vector, i.e. element 0.

Callers 15

HitMethod · 0.45
PaintMethod · 0.45
SetGutterXMethod · 0.45
GetNearestPointMethod · 0.45
GetNearestPointMethod · 0.45
GetNearestPointMethod · 0.45
SetLegendPositionMethod · 0.45
TransformBoxOrPolygonMethod · 0.45
GetNearestPointMethod · 0.45
GetNearestPointMethod · 0.45
DrawPointMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestVectorOperatorsFunction · 0.36
TestRectFunction · 0.36