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

Method SetY

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

* Set the y component of the vector, i.e. element 1. */

Source from the content-addressed store, hash-verified

181 * Set the y component of the vector, i.e. element 1.
182 */
183 void SetY(const T& y) { this->Data[1] = y; }
184
185 /**
186 * Get the y component of the vector, i.e. element 1.

Callers 15

HitMethod · 0.45
PaintMethod · 0.45
SetGutterYMethod · 0.45
GetNearestPointMethod · 0.45
GetNearestPointMethod · 0.45
GetNearestPointMethod · 0.45
SetLegendPositionMethod · 0.45
TransformBoxOrPolygonMethod · 0.45
GetNearestPointMethod · 0.45
GetNearestPointMethod · 0.45
PaintMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestRectFunction · 0.36