Public Member Functions
cv::GlArrays Class Reference

OpenGL Arrays. More...

#include <opengl_interop.hpp>

List of all members.

Public Member Functions

 GlArrays ()
void setVertexArray (InputArray vertex)
void resetVertexArray ()
void setColorArray (InputArray color, bool bgra=true)
void resetColorArray ()
void setNormalArray (InputArray normal)
void resetNormalArray ()
void setTexCoordArray (InputArray texCoord)
void resetTexCoordArray ()
void bind () const
void unbind () const
int rows () const
int cols () const
Size size () const
bool empty () const

Detailed Description

OpenGL Arrays.


Constructor & Destructor Documentation


Member Function Documentation

void cv::GlArrays::setColorArray ( InputArray  color,
bool  bgra = true 
)
int cv::GlArrays::rows ( ) const
int cv::GlArrays::cols ( ) const
bool cv::GlArrays::empty ( ) const

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