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

Method SetAxisLinesProperty

Rendering/Annotation/vtkAxisActor.cxx:1505–1511  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1503
1504//------------------------------------------------------------------------------
1505void vtkAxisActor::SetAxisLinesProperty(vtkProperty* prop)
1506{
1507 this->SetAxisMainLineProperty(prop);
1508 this->SetAxisMajorTicksProperty(prop);
1509 this->SetAxisMinorTicksProperty(prop);
1510 this->Modified();
1511}
1512
1513//------------------------------------------------------------------------------
1514vtkProperty* vtkAxisActor::GetAxisLinesProperty()

Callers 5

vtkCubeAxesActorMethod · 0.80
InitializeYAxisFunction · 0.80

Calls 4

ModifiedMethod · 0.45

Tested by 1

InitializeYAxisFunction · 0.64