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

Method SetInnerGridlinesProperty

Rendering/Annotation/vtkAxisActor.cxx:1571–1575  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1569
1570//------------------------------------------------------------------------------
1571void vtkAxisActor::SetInnerGridlinesProperty(vtkProperty* prop)
1572{
1573 this->InnerGridlinesActor->SetProperty(prop);
1574 this->Modified();
1575}
1576
1577//------------------------------------------------------------------------------
1578vtkProperty* vtkAxisActor::GetInnerGridlinesProperty()

Callers 1

vtkCubeAxesActorMethod · 0.80

Calls 2

SetPropertyMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected