------------------------------------------------------------------------------ Description: Tells if the RenderState is a valid one (Renderer is not null).
| 29 | // Description: |
| 30 | // Tells if the RenderState is a valid one (Renderer is not null). |
| 31 | bool vtkRenderState::IsValid() const |
| 32 | { |
| 33 | return this->Renderer != nullptr; |
| 34 | } |
| 35 | |
| 36 | //------------------------------------------------------------------------------ |
| 37 | // Description: |
no outgoing calls
no test coverage detected