MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / getFullXRes

Method getFullXRes

Wrappers/OpenNI.java/src/org/openni/MapMetaData.java:103–105  ·  view source on GitHub ↗

Provides the full, non-windowed horizontal resolution of this map @return X resolution in pixels

()

Source from the content-addressed store, hash-verified

101 * @return X resolution in pixels
102 */
103 public int getFullXRes() {
104 return fullXRes;
105 }
106 /**
107 * Sets the full, non-windowed horizontal resolution stored for this map
108 * @param fullXRes Desired new X resolution value in pixels

Callers 3

SimpleViewerMethod · 0.80
UserTrackerMethod · 0.80
HandTrackerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected