------------------------------------------------------------------------------
| 473 | |
| 474 | //------------------------------------------------------------------------------ |
| 475 | unsigned int vtkOpenGLPolyDataMapper::GetNumberOfTextures(vtkActor* actor) |
| 476 | { |
| 477 | return static_cast<unsigned int>(this->GetTextures(actor).size()); |
| 478 | } |
| 479 | |
| 480 | //------------------------------------------------------------------------------ |
| 481 | std::vector<texinfo> vtkOpenGLPolyDataMapper::GetTextures(vtkActor* actor) |
no test coverage detected