Rhino C++ API
8.13
|
#include <opennurbs_plus_idimage.h>
Public Member Functions | |
ON_DepthImagePointShader () | |
Static Public Member Functions | |
static bool | DefaultShadePixel (void *context, ON__UINT_PTR id, double depth, const class ON_DepthImagePixel *pixel) |
Public Attributes | |
void * | m_context |
first parameter passed to m_function More... | |
bool(* | m_shade_pixel_function )(void *, ON__UINT_PTR, double, const class ON_DepthImagePixel *) |
Static Public Attributes | |
static const ON_DepthImagePointShader | Default |
Description: ON_DepthImageShader is used to pass a shader function and context to ON_DepthImage drawing tools.
ON_DepthImagePointShader::ON_DepthImagePointShader | ( | ) |
|
static |
Description: When m_context points to a ON_DepthImageDefaultShaderContext class, the DefaultShadePixel function can be used as the m_shade_pixel_function.
|
static |
void* ON_DepthImagePointShader::m_context |
first parameter passed to m_function
bool(* ON_DepthImagePointShader::m_shade_pixel_function) (void *, ON__UINT_PTR, double, const class ON_DepthImagePixel *) |