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