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

Method SetScreenSize

Rendering/Annotation/vtkCubeAxesActor.cxx:421–432  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

419
420//------------------------------------------------------------------------------
421void vtkCubeAxesActor::SetScreenSize(double screenSize)
422{
423 this->ScreenSize = screenSize;
424 for (int i = 0; i < NUMBER_OF_ALIGNED_AXIS; i++)
425 {
426 this->XAxes[i]->SetScreenSize(screenSize);
427 this->YAxes[i]->SetScreenSize(screenSize);
428 this->ZAxes[i]->SetScreenSize(screenSize);
429 }
430
431 this->Modified();
432}
433
434//------------------------------------------------------------------------------
435void vtkCubeAxesActor::SetLabelOffset(double offset)

Callers 15

resizeFunction · 0.80
ApplyViewThemeMethod · 0.80
RequestDataMethod · 0.80
vtkCubeAxesActorMethod · 0.80
cubeAxes3.pyFile · 0.80
TestCubeAxesInnerGridAllFunction · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by 15

TestCubeAxesInnerGridAllFunction · 0.64
TestCubeAxesWithXLinesFunction · 0.64
TestCubeAxesWithZLinesFunction · 0.64
TestCubeAxesStickyFunction · 0.64