------------------------------------------------------------------------------
| 2980 | |
| 2981 | //------------------------------------------------------------------------------ |
| 2982 | unsigned int vtkOpenGLLowMemoryPolyDataMapper::GetNumberOfTextures(vtkActor* actor) |
| 2983 | { |
| 2984 | return static_cast<unsigned int>(this->GetTextures(actor).size()); |
| 2985 | } |
| 2986 | |
| 2987 | //------------------------------------------------------------------------------ |
| 2988 | std::vector<vtkOpenGLLowMemoryPolyDataMapper::TextureInfo> |
no test coverage detected