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

Method GetNumberOfTextures

Rendering/OpenGL2/vtkOpenGLLowMemoryPolyDataMapper.cxx:2982–2985  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

HaveTexturesMethod · 0.95

Calls 2

GetTexturesMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected