Public Member Functions | Private Member Functions | Private Attributes | List of all members
com.intel.realsense.librealsense.GLPointsFrame Class Reference
Inheritance diagram for com.intel.realsense.librealsense.GLPointsFrame:
Inheritance graph
[legend]

Public Member Functions

synchronized void close ()
 
byte[] createTexture (Points points)
 
synchronized void draw (Rect rect)
 
int getTexture ()
 
synchronized void rotate (float deltaX, float deltaY)
 
synchronized void setTextureFrame (Frame frame)
 
- Public Member Functions inherited from com.intel.realsense.librealsense.GLFrame
void close ()
 
abstract void draw (Rect rect)
 
String getLabel ()
 
synchronized void setFrame (Frame frame)
 

Private Member Functions

byte[] createTexture (float[] data, float maxRange)
 
void drawPoints (float[] verArray, byte[] colorArray)
 

Private Attributes

float mDeltaX = 0
 
float mDeltaY = 0
 
IntBuffer mGlTexture
 
float mRotationFactor = 0.1f
 
Frame mTexture
 

Additional Inherited Members

- Static Protected Member Functions inherited from com.intel.realsense.librealsense.GLFrame
static void setViewport (Rect r)
 
- Protected Attributes inherited from com.intel.realsense.librealsense.GLFrame
ByteBuffer mBuffer
 
Frame mFrame
 

Detailed Description

Definition at line 10 of file GLPointsFrame.java.

Member Function Documentation

synchronized void com.intel.realsense.librealsense.GLPointsFrame.close ( )
inline

Definition at line 121 of file GLPointsFrame.java.

byte [] com.intel.realsense.librealsense.GLPointsFrame.createTexture ( float[]  data,
float  maxRange 
)
inlineprivate

Definition at line 77 of file GLPointsFrame.java.

byte [] com.intel.realsense.librealsense.GLPointsFrame.createTexture ( Points  points)
inline

Definition at line 90 of file GLPointsFrame.java.

synchronized void com.intel.realsense.librealsense.GLPointsFrame.draw ( Rect  rect)
inline

Definition at line 50 of file GLPointsFrame.java.

void com.intel.realsense.librealsense.GLPointsFrame.drawPoints ( float[]  verArray,
byte[]  colorArray 
)
inlineprivate

Definition at line 24 of file GLPointsFrame.java.

int com.intel.realsense.librealsense.GLPointsFrame.getTexture ( )
inline

Definition at line 22 of file GLPointsFrame.java.

synchronized void com.intel.realsense.librealsense.GLPointsFrame.rotate ( float  deltaX,
float  deltaY 
)
inline

Definition at line 129 of file GLPointsFrame.java.

synchronized void com.intel.realsense.librealsense.GLPointsFrame.setTextureFrame ( Frame  frame)
inline

Definition at line 17 of file GLPointsFrame.java.

Member Data Documentation

float com.intel.realsense.librealsense.GLPointsFrame.mDeltaX = 0
private

Definition at line 13 of file GLPointsFrame.java.

float com.intel.realsense.librealsense.GLPointsFrame.mDeltaY = 0
private

Definition at line 14 of file GLPointsFrame.java.

IntBuffer com.intel.realsense.librealsense.GLPointsFrame.mGlTexture
private

Definition at line 12 of file GLPointsFrame.java.

float com.intel.realsense.librealsense.GLPointsFrame.mRotationFactor = 0.1f
private

Definition at line 15 of file GLPointsFrame.java.

Frame com.intel.realsense.librealsense.GLPointsFrame.mTexture
private

Definition at line 11 of file GLPointsFrame.java.


The documentation for this class was generated from the following file:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:36