SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::gl::component::engine Namespace Reference

Classes

class  TextureInterpolation
 

Functions

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

Variables

int TextureInterpolationClass
 
template class SOFA_GL_COMPONENT_ENGINE_API TextureInterpolation< Vec1Types >
 
template class SOFA_GL_COMPONENT_ENGINE_API TextureInterpolation< Vec2Types >
 
template class SOFA_GL_COMPONENT_ENGINE_API TextureInterpolation< Vec3Types >
 

Function Documentation

◆ getModuleName()

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

◆ getModuleVersion()

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

◆ init()

SOFA_GL_COMPONENT_ENGINE_API void sofa::gl::component::engine::init ( )

◆ initExternalModule()

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

Variable Documentation

◆ TextureInterpolation< Vec1Types >

template class SOFA_GL_COMPONENT_ENGINE_API sofa::gl::component::engine::TextureInterpolation< Vec1Types >

◆ TextureInterpolation< Vec2Types >

template class SOFA_GL_COMPONENT_ENGINE_API sofa::gl::component::engine::TextureInterpolation< Vec2Types >

◆ TextureInterpolation< Vec3Types >

template class SOFA_GL_COMPONENT_ENGINE_API sofa::gl::component::engine::TextureInterpolation< Vec3Types >

◆ TextureInterpolationClass

int sofa::gl::component::engine::TextureInterpolationClass
Initial value:
= core::RegisterObject("Create texture coordinate for a given field")
.add< TextureInterpolation <Vec1Types> >()
.add< TextureInterpolation <Vec2Types> >()
.add< TextureInterpolation <Vec3Types> >()