------------------------------------------------------------------------------
| 465 | |
| 466 | //------------------------------------------------------------------------------ |
| 467 | bool vtkOpenGLPolyDataMapper::HaveTextures(vtkActor* actor) |
| 468 | { |
| 469 | return (this->GetNumberOfTextures(actor) > 0); |
| 470 | } |
| 471 | |
| 472 | typedef std::pair<vtkTexture*, std::string> texinfo; |
| 473 |
no test coverage detected