SOFA plugin: VolumetricRendering  master
Open source framework for multi-physics simuation
volumetricrendering Namespace Reference

Namespaces

 cuda
 

Classes

class  OglTetrahedralModel< gpu::cuda::CudaVectorTypes< TCoord, TDeriv, TReal > >
 
class  OglTetrahedralModel
 Render 3D models with tetrahedra. More...
 
class  OglVolumetricModel
 Render 3D models with volume primitives (for now tetrahedron and hexahedron). More...
 

Functions

void registerOglTetrahedralModel (sofa::core::ObjectFactory *factory)
 
void registerOglVolumetricModel (sofa::core::ObjectFactory *factory)
 
SOFA_VOLUMETRICRENDERING_API void initExternalModule ()
 
SOFA_VOLUMETRICRENDERING_API const char * getModuleName ()
 
SOFA_VOLUMETRICRENDERING_API const char * getModuleVersion ()
 
SOFA_VOLUMETRICRENDERING_API const char * getModuleLicense ()
 
SOFA_VOLUMETRICRENDERING_API const char * getModuleDescription ()
 
SOFA_VOLUMETRICRENDERING_API void registerObjects (sofa::core::ObjectFactory *factory)
 
void init ()
 

Variables

template class SOFA_VOLUMETRICRENDERING_API OglTetrahedralModel< Vec3Types >
 

Function Documentation

◆ getModuleDescription()

const char * volumetricrendering::getModuleDescription ( )

◆ getModuleLicense()

const char * volumetricrendering::getModuleLicense ( )

◆ getModuleName()

const char * volumetricrendering::getModuleName ( )

◆ getModuleVersion()

const char * volumetricrendering::getModuleVersion ( )

◆ init()

SOFA_VOLUMETRICRENDERING_API void volumetricrendering::init ( )

◆ initExternalModule()

void volumetricrendering::initExternalModule ( )

◆ registerObjects()

void volumetricrendering::registerObjects ( sofa::core::ObjectFactory factory)

◆ registerOglTetrahedralModel()

void volumetricrendering::registerOglTetrahedralModel ( sofa::core::ObjectFactory factory)

◆ registerOglVolumetricModel()

void volumetricrendering::registerOglVolumetricModel ( sofa::core::ObjectFactory factory)

Variable Documentation

◆ OglTetrahedralModel< Vec3Types >

template class SOFA_VOLUMETRICRENDERING_API volumetricrendering::OglTetrahedralModel< Vec3Types >