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

Public Member Functions

void exportToPly (String filePath, VideoFrame texture)
 
int getCount ()
 
void getData (float[] data)
 
float[] getTextureCoordinates ()
 
void getTextureCoordinates (float[] data)
 
float[] getVertices ()
 
- Public Member Functions inherited from com.intel.realsense.librealsense.Frame
Frame applyFilter (FilterInterface filter)
 
Frame clone ()
 
void close ()
 
void getData (byte[] data)
 
int getDataSize ()
 
long getMetadata (FrameMetadata type)
 
int getNumber ()
 
StreamProfile getProfile ()
 
double getTimestamp ()
 
TimestampDomain getTimestampDomain ()
 
boolean is (Extension extension)
 
Frame releaseWith (FrameReleaser frameReleaser)
 
boolean supportsMetadata (FrameMetadata type)
 

Protected Member Functions

 Points (long handle)
 

Static Private Member Functions

static native void nExportToPly (long handle, String filePath, long textureHandle)
 
static native int nGetCount (long handle)
 
static native void nGetData (long handle, float[] data)
 
static native void nGetTextureCoordinates (long handle, float[] data)
 

Private Attributes

float[] mData
 
float[] mTextureCoordinates
 

Additional Inherited Members

- Static Protected Member Functions inherited from com.intel.realsense.librealsense.Frame
static native long nGetStreamProfile (long handle)
 

Detailed Description

Definition at line 3 of file Points.java.

Constructor & Destructor Documentation

com.intel.realsense.librealsense.Points.Points ( long  handle)
inlineprotected

Definition at line 7 of file Points.java.

Member Function Documentation

void com.intel.realsense.librealsense.Points.exportToPly ( String  filePath,
VideoFrame  texture 
)
inline

Definition at line 40 of file Points.java.

int com.intel.realsense.librealsense.Points.getCount ( )
inline

Definition at line 36 of file Points.java.

void com.intel.realsense.librealsense.Points.getData ( float[]  data)
inline

Definition at line 32 of file Points.java.

float [] com.intel.realsense.librealsense.Points.getTextureCoordinates ( )
inline

Definition at line 20 of file Points.java.

void com.intel.realsense.librealsense.Points.getTextureCoordinates ( float[]  data)
inline

Definition at line 28 of file Points.java.

float [] com.intel.realsense.librealsense.Points.getVertices ( )
inline

Definition at line 12 of file Points.java.

static native void com.intel.realsense.librealsense.Points.nExportToPly ( long  handle,
String  filePath,
long  textureHandle 
)
staticprivate
static native int com.intel.realsense.librealsense.Points.nGetCount ( long  handle)
staticprivate
static native void com.intel.realsense.librealsense.Points.nGetData ( long  handle,
float[]  data 
)
staticprivate
static native void com.intel.realsense.librealsense.Points.nGetTextureCoordinates ( long  handle,
float[]  data 
)
staticprivate

Member Data Documentation

float [] com.intel.realsense.librealsense.Points.mData
private

Definition at line 4 of file Points.java.

float [] com.intel.realsense.librealsense.Points.mTextureCoordinates
private

Definition at line 5 of file Points.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