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

Method SetGridpolysProperty

Rendering/Annotation/vtkAxisActor.cxx:1584–1588  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1582
1583//------------------------------------------------------------------------------
1584void vtkAxisActor::SetGridpolysProperty(vtkProperty* prop)
1585{
1586 this->GridpolysActor->SetProperty(prop);
1587 this->Modified();
1588}
1589
1590//------------------------------------------------------------------------------
1591vtkProperty* vtkAxisActor::GetGridpolysProperty()

Callers 2

vtkCubeAxesActorMethod · 0.80

Calls 2

SetPropertyMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected