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

Method SetRepresentation

Views/Core/vtkView.cxx:198–202  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

196
197//------------------------------------------------------------------------------
198void vtkView::SetRepresentation(vtkDataRepresentation* rep)
199{
200 this->RemoveAllRepresentations();
201 this->AddRepresentation(rep);
202}
203
204//------------------------------------------------------------------------------
205void vtkView::RemoveRepresentation(vtkDataRepresentation* rep)

Calls 2

AddRepresentationMethod · 0.95

Tested by 1