MCPcopy Create free account
hub / github.com/Sharath-girish/efficientgaussian / setResolution

Method setResolution

SIBR_viewers/src/core/view/ViewBase.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void ViewBase::setResolution(const Vector2i& size)
29 {
30 _resolution = size;
31 }
32
33 const Vector2i& ViewBase::getResolution( void ) const
34 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected