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

Method GetAxisMajorTicksProperty

Rendering/Annotation/vtkAxisActor.cxx:1539–1542  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1537
1538//------------------------------------------------------------------------------
1539vtkProperty* vtkAxisActor::GetAxisMajorTicksProperty()
1540{
1541 return this->AxisMajorTicksActor->GetProperty();
1542}
1543
1544//------------------------------------------------------------------------------
1545void vtkAxisActor::SetAxisMinorTicksProperty(vtkProperty* prop)

Callers 2

BuildAxesMethod · 0.80

Calls 1

GetPropertyMethod · 0.45

Tested by

no test coverage detected