#include <BasicShapesGL.h>
Public Member Functions | |
BasicShapesGL_FakeSphere () | |
virtual | ~BasicShapesGL_FakeSphere () |
void | init () |
void | draw (const VertexType ¢er, const float &radius) |
void | draw (const type::vector< VertexType > ¢ers, const float &radius) |
void | draw (const type::vector< VertexType > ¢ers, const std::vector< float > &radii) |
sofa::gl::BasicShapesGL_FakeSphere< VertexType >::BasicShapesGL_FakeSphere |
|
virtual |
void sofa::gl::BasicShapesGL_FakeSphere< VertexType >::draw | ( | const type::vector< VertexType > & | centers, |
const float & | radius | ||
) |
void sofa::gl::BasicShapesGL_FakeSphere< VertexType >::draw | ( | const type::vector< VertexType > & | centers, |
const std::vector< float > & | radii | ||
) |
void sofa::gl::BasicShapesGL_FakeSphere< VertexType >::draw | ( | const VertexType & | center, |
const float & | radius | ||
) |
void sofa::gl::BasicShapesGL_FakeSphere< VertexType >::init | ( | void | ) |