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

Method GetPropArrayCount

Rendering/Core/vtkRenderState.cxx:91–95  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Return the size of the array of filtered props. \post positive_result: result>=0

Source from the content-addressed store, hash-verified

89// Return the size of the array of filtered props.
90// \post positive_result: result>=0
91int vtkRenderState::GetPropArrayCount() const
92{
93 assert("post: positive_result" && this->PropArrayCount >= 0);
94 return this->PropArrayCount;
95}
96
97//------------------------------------------------------------------------------
98// 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 1

assertFunction · 0.50

Tested by

no test coverage detected