MCPcopy Create free account
hub / github.com/Kitware/VTK / HaveTextures

Method HaveTextures

Rendering/OpenGL2/vtkOpenGLPolyDataMapper.cxx:467–470  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

GetNumberOfTexturesMethod · 0.95

Tested by

no test coverage detected