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

Method GetNumberOfRepresentations

Views/Core/vtkView.cxx:251–254  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

249
250//------------------------------------------------------------------------------
251int vtkView::GetNumberOfRepresentations()
252{
253 return static_cast<int>(this->Implementation->Representations.size());
254}
255
256//------------------------------------------------------------------------------
257vtkDataRepresentation* vtkView::GetRepresentation(int index)

Callers 11

GetRepresentationMethod · 0.95
ProcessEventsMethod · 0.80
PrepareForRenderingMethod · 0.80
UpdateHoverTextMethod · 0.80
ApplyViewThemeMethod · 0.80
SetLabelRenderModeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected