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

Class vtkVector2i

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

@{ * Some derived classes for the different vectors commonly used. */

Source from the content-addressed store, hash-verified

405 * Some derived classes for the different vectors commonly used.
406 */
407class vtkVector2i : public vtkVector2<int>
408{
409public:
410 typedef vtkVector2<int> Superclass;
411 vtkVector2i() = default;
412 vtkVector2i(int x, int y)
413 : vtkVector2<int>(x, y)
414 {
415 }
416 vtkVectorDerivedMacro(vtkVector2i, int, 2);
417};
418///@}
419
420class vtkVector2f : public vtkVector2<float>

Callers 15

SetSizeMethod · 0.50
GetChartSpanMethod · 0.50
GetChartIndexMethod · 0.50
PaintMethod · 0.50
vtkScatterPlotMatrixMethod · 0.50
SetActivePlotMethod · 0.50

Calls

no outgoing calls

Tested by 6

TestChartMatrix2Function · 0.40
TestZoomAxisFunction · 0.40
TestZoomIndividualAxisFunction · 0.40
TestChartMatrixFunction · 0.40
TestChartMatrix3Function · 0.40
TestAnimateModesFunction · 0.40