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

Function Resize

Rendering/OpenGL2/vtkOpenGLFramebufferObject.cxx:235–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235 void Resize(int size[2])
236 {
237 if (this->Texture)
238 {
239 this->Texture->Resize(size[0], size[1]);
240 }
241 if (this->Renderbuffer)
242 {
243 this->Renderbuffer->Resize(size[0], size[1]);
244 }
245 }
246};
247
248typedef std::map<unsigned int, vtkFOInfo*>::iterator foIter;

Callers

nothing calls this directly

Calls 1

ResizeMethod · 0.45

Tested by

no test coverage detected