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

Class vtkVector2f

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

Source from the content-addressed store, hash-verified

418///@}
419
420class vtkVector2f : public vtkVector2<float>
421{
422public:
423 typedef vtkVector2<float> Superclass;
424 vtkVector2f() = default;
425 vtkVector2f(float x, float y)
426 : vtkVector2<float>(x, y)
427 {
428 }
429 vtkVectorDerivedMacro(vtkVector2f, float, 2);
430};
431
432class vtkVector2d : public vtkVector2<double>
433{

Callers 15

GetNearestPointMethod · 0.50
SelectPointsMethod · 0.50
SetPoint1Method · 0.50
SetPoint2Method · 0.50
GetNearestPointMethod · 0.50
UpdateCacheMethod · 0.50
CheckForSceneResizeMethod · 0.50
AddPointMethod · 0.50
DrawPointMethod · 0.50
MovePointMethod · 0.50
GetCenterOfMassMethod · 0.50
KeyPressEventMethod · 0.50

Calls

no outgoing calls

Tested by 12

TestLinePlotSelection2Function · 0.40
TestAxes2Function · 0.40
TestChartMatrix2Function · 0.40
TestZoomAxisFunction · 0.40
TestLinePlotSelectionFunction · 0.40
TestAxesFunction · 0.40
TestChartMatrixFunction · 0.40
TestHistogram2DFunction · 0.40
TestChartMatrix3Function · 0.40