SOFA API  8ac0ab06
Open source framework for multi-physics simuation
sofa::gl::component::rendering2d Namespace Reference

Classes

class  OglColorMap
 
class  OglLabel
 
class  OglViewport
 

Functions

SOFA_EXPORT_DYNAMIC_LIBRARY void initExternalModule ()
 
SOFA_EXPORT_DYNAMIC_LIBRARY const chargetModuleName ()
 
SOFA_EXPORT_DYNAMIC_LIBRARY const chargetModuleVersion ()
 
void init ()
 

Variables

int OglColorMapClass
 
int OglLabelClass
 
int OglViewportClass
 

Function Documentation

◆ getModuleName()

const char * sofa::gl::component::rendering2d::getModuleName ( )

◆ getModuleVersion()

const char * sofa::gl::component::rendering2d::getModuleVersion ( )

◆ init()

SOFA_GL_COMPONENT_RENDERING2D_API void sofa::gl::component::rendering2d::init ( )

◆ initExternalModule()

void sofa::gl::component::rendering2d::initExternalModule ( )

Variable Documentation

◆ OglColorMapClass

int sofa::gl::component::rendering2d::OglColorMapClass
Initial value:
= core::RegisterObject("Provides color palette and support for conversion of numbers to colors.")
.add< OglColorMap >()
.addAlias("ColorMap")

◆ OglLabelClass

int sofa::gl::component::rendering2d::OglLabelClass
Initial value:
= core::RegisterObject("Display 2D text in the viewport.")
.add< OglLabel >()

◆ OglViewportClass

int sofa::gl::component::rendering2d::OglViewportClass
Initial value:
= core::RegisterObject("OglViewport")
.add< OglViewport >()