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

Method SetGridlinesProperty

Rendering/Annotation/vtkAxisActor.cxx:1558–1562  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1556
1557//------------------------------------------------------------------------------
1558void vtkAxisActor::SetGridlinesProperty(vtkProperty* prop)
1559{
1560 this->GridlinesActor->SetProperty(prop);
1561 this->Modified();
1562}
1563
1564//------------------------------------------------------------------------------
1565vtkProperty* vtkAxisActor::GetGridlinesProperty()

Callers 2

vtkCubeAxesActorMethod · 0.80

Calls 2

SetPropertyMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected