9 #ifndef GEPETTO_VIEWER_LEAFNODESPHERE_HH
10 #define GEPETTO_VIEWER_LEAFNODESPHERE_HH
22 LeafNodeSphereWeakPtr weak_ptr_;
25 ::osg::SphereRefPtr sphere_ptr_;
44 static LeafNodeSpherePtr_t
create(
const std::string& name,
46 static LeafNodeSpherePtr_t
create(
const std::string& name,
53 static LeafNodeSpherePtr_t
createCopy(LeafNodeSpherePtr_t other);
57 LeafNodeSpherePtr_t
clone(
void)
const;
62 LeafNodeSpherePtr_t
copy()
const {
return clone(); }
66 LeafNodeSpherePtr_t
self(void)
const;
72 float getRadius()
const {
return sphere_ptr_->getRadius(); }
Definition: leaf-node-sphere.h:19
static LeafNodeSpherePtr_t createCopy(LeafNodeSpherePtr_t other)
SCENE_VIEWER_ACCEPT_VISITOR
Definition: leaf-node-sphere.h:74
float getRadius() const
Definition: leaf-node-sphere.h:72
static LeafNodeSpherePtr_t create(const std::string &name, const float &radius)
static LeafNodeSpherePtr_t create(const std::string &name, const float &radius, const osgVector4 &color)
LeafNodeSphere(const std::string &name, const float &radius)
void initWeakPtr(LeafNodeSphereWeakPtr other_weak_ptr)
virtual ~LeafNodeSphere()
LeafNodeSpherePtr_t clone(void) const
LeafNodeSphere(const std::string &name, const float &radius, const osgVector4 &color)
void setRadius(const float &radius)
LeafNodeSphere(const std::string &name, const LeafNodeSphere &other)
LeafNodeSpherePtr_t copy() const
Proceed to a copy of the currend object as clone.
Definition: leaf-node-sphere.h:62
Definition: node-drawable.h:19
::osg::Vec4f osgVector4
Definition: config-osg.h:100
#define DEF_CLASS_SMART_PTR(className)
Definition: macros.h:51
Definition: action-search-bar.hh:27