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

Method SetLabelOffset

Rendering/Annotation/vtkCubeAxesActor.cxx:435–446  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

433
434//------------------------------------------------------------------------------
435void vtkCubeAxesActor::SetLabelOffset(double offset)
436{
437 this->LabelOffset = offset;
438 for (int i = 0; i < NUMBER_OF_ALIGNED_AXIS; i++)
439 {
440 this->XAxes[i]->SetLabelOffset(offset);
441 this->YAxes[i]->SetLabelOffset(offset);
442 this->ZAxes[i]->SetLabelOffset(offset);
443 }
444
445 this->Modified();
446}
447
448//------------------------------------------------------------------------------
449void vtkCubeAxesActor::SetTitleOffset(double titleOffset[2])

Callers 4

TestAxesFunction · 0.80
vtkCubeAxesActorMethod · 0.80
InitializeXAxisFunction · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by 2

TestAxesFunction · 0.64
InitializeXAxisFunction · 0.64