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