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

Method SetAxisMainLineProperty

Rendering/Annotation/vtkAxisActor.cxx:1520–1524  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1518
1519//------------------------------------------------------------------------------
1520void vtkAxisActor::SetAxisMainLineProperty(vtkProperty* prop)
1521{
1522 this->AxisLinesActor->SetProperty(prop);
1523 this->Modified();
1524}
1525
1526vtkProperty* vtkAxisActor::GetAxisMainLineProperty()
1527{

Callers 2

SetAxisLinesPropertyMethod · 0.95
InitializeXAxisFunction · 0.80

Calls 2

SetPropertyMethod · 0.45
ModifiedMethod · 0.45

Tested by 1

InitializeXAxisFunction · 0.64