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

Method SetResolution

Interaction/Widgets/vtkPlaneWidget.cxx:1515–1519  ·  view source on GitHub ↗

Description: Set/Get the resolution (number of subdivisions) of the plane.

Source from the content-addressed store, hash-verified

1513// Description:
1514// Set/Get the resolution (number of subdivisions) of the plane.
1515void vtkPlaneWidget::SetResolution(int r)
1516{
1517 this->PlaneSource->SetXResolution(r);
1518 this->PlaneSource->SetYResolution(r);
1519}
1520
1521int vtkPlaneWidget::GetResolution()
1522{

Callers 15

TestGL2PSExporterRasterFunction · 0.45
WriteDataObjectMethod · 0.45
X3DTestFunction · 0.45
enterNodeMethod · 0.45
vtkPlaneWidgetMethod · 0.45

Calls

no outgoing calls

Tested by 8

TestGL2PSExporterRasterFunction · 0.36
X3DTestFunction · 0.36
TestPointWidgetFunction · 0.36
TestPlaneWidgetFunction · 0.36
TestSplineWidgetFunction · 0.36
TestParallelopipedWidgetFunction · 0.36
__init__Method · 0.36