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

Method SetPosition

Interaction/Image/vtkImageViewer.cxx:77–80  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

75}
76//------------------------------------------------------------------------------
77void vtkImageViewer::SetPosition(int a[2])
78{
79 this->SetPosition(a[0], a[1]);
80}
81
82//------------------------------------------------------------------------------
83class vtkImageViewerCallback : public vtkCommand

Callers 15

TestPIOReader.pyFile · 0.45
Plot3DScalars.pyFile · 0.45
Plot3DVectors.pyFile · 0.45
TestPlot3DMeta.pyFile · 0.45
motor.pyFile · 0.45
TestTecplotReaderFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestTecplotReaderFunction · 0.36
TestWindBladeReaderFunction · 0.36
TestGL2PSScalarBarFunction · 0.36
TestGL2PSExporterRasterFunction · 0.36
TestGL2PSTextActor3DFunction · 0.36
TestGL2PSTextActorFunction · 0.36