SOFA API  0d8d8705
Open source framework for multi-physics simuation
sofa::component::engine::select::boxroi Namespace Reference

Classes

class  BoxROI
 

Variables

int BoxROIClass
 
template class SOFA_COMPONENT_ENGINE_SELECT_API BoxROI< Vec3Types >
 
template class SOFA_COMPONENT_ENGINE_SELECT_API BoxROI< Vec2Types >
 
template class SOFA_COMPONENT_ENGINE_SELECT_API BoxROI< Vec1Types >
 
template class SOFA_COMPONENT_ENGINE_SELECT_API BoxROI< Rigid3Types >
 
template class SOFA_COMPONENT_ENGINE_SELECT_API BoxROI< Vec6Types >
 

Variable Documentation

◆ BoxROI< Rigid3Types >

template class SOFA_COMPONENT_ENGINE_SELECT_API sofa::component::engine::select::boxroi::BoxROI< Rigid3Types >

◆ BoxROI< Vec1Types >

template class SOFA_COMPONENT_ENGINE_SELECT_API sofa::component::engine::select::boxroi::BoxROI< Vec1Types >

◆ BoxROI< Vec2Types >

template class SOFA_COMPONENT_ENGINE_SELECT_API sofa::component::engine::select::boxroi::BoxROI< Vec2Types >

◆ BoxROI< Vec3Types >

template class SOFA_COMPONENT_ENGINE_SELECT_API sofa::component::engine::select::boxroi::BoxROI< Vec3Types >

◆ BoxROI< Vec6Types >

template class SOFA_COMPONENT_ENGINE_SELECT_API sofa::component::engine::select::boxroi::BoxROI< Vec6Types >

◆ BoxROIClass

int sofa::component::engine::select::boxroi::BoxROIClass
Initial value:
= core::RegisterObject("Find the primitives (vertex/edge/triangle/quad/tetrahedron/hexahedron) inside given boxes")
.add< BoxROI<Vec3Types> >(true)
.add< BoxROI<Vec2Types> >()
.add< BoxROI<Vec1Types> >()
.add< BoxROI<Rigid3Types> >()
.add< BoxROI<Vec6Types> >()