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

Method GetPropArray

Rendering/Core/vtkRenderState.cxx:82–85  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Return the array of filtered props

Source from the content-addressed store, hash-verified

80// Description:
81// Return the array of filtered props
82vtkProp** vtkRenderState::GetPropArray() const
83{
84 return this->PropArray;
85}
86
87//------------------------------------------------------------------------------
88// Description:

Callers 15

SetPropArrayAndCountMethod · 0.95
RenderDelegateMethod · 0.80
PrepareMethod · 0.80
FinalizeMethod · 0.80
RenderOnFaceMethod · 0.80
RenderDelegateMethod · 0.80
RenderMethod · 0.80
PopulateCellCellMapMethod · 0.80
RenderOpaqueGeometryMethod · 0.80
PreRenderMethod · 0.80
PostRenderMethod · 0.80
RenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected