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

Method GetNumberOfTextures

Rendering/OpenGL2/vtkOpenGLPolyDataMapper.cxx:475–478  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

HaveTexturesMethod · 0.95

Calls 2

GetTexturesMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected