Inheritance:
Public Methods
-
Box()
-
Box(const osg::Vec3& center, float width)
-
Box(const osg::Vec3& center, float lengthX, float lengthY, float lengthZ)
-
Box(const Box& box, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
-
META_Shape(osg, Box)
-
inline bool valid() const
-
inline void set(const Vec3& center, const Vec3& halfLengths)
-
inline void setCenter(const Vec3& center)
-
inline const Vec3& getCenter() const
-
inline void setHalfLengths(const Vec3& halfLengths)
-
inline const Vec3& getHalfLengths() const
-
inline void setRotation(const Quat& quat)
-
inline const Quat& getRotation() const
-
inline Matrix getRotationMatrix() const
-
inline bool zeroRotation() const
Protected Fields
-
Vec3 _center
-
Vec3 _halfLengths
-
Quat _rotation
Protected Methods
-
virtual ~Box()
Inherited from Shape:
Public Methods
-
virtual Object* cloneType() const
-
virtual Object* clone(const CopyOp&) const
-
virtual bool isSameKindAs(const Object* obj) const
-
virtual const char* libraryName() const
-
virtual const char* className() const
-
virtual void accept(ShapeVisitor&)
-
virtual void accept(ConstShapeVisitor&) const
Inherited from Object:
Public Methods
-
inline void setDataVariance(DataVariance dv)
-
inline DataVariance getDataVariance() const
-
inline void setUserData(Referenced* obj)
-
inline Referenced* getUserData()
-
inline const Referenced* getUserData() const
Public Members
-
enum DataVariance
Protected Fields
-
DataVariance _dataVariance
-
ref_ptr<Referenced> _userData
Public Methods
-
inline Referenced& operator = (Referenced&)
-
static void setDeleteHandler(DeleteHandler* handler)
-
static DeleteHandler* getDeleteHandler()
-
inline void ref() const
-
inline void unref_nodelete() const
-
inline int referenceCount() const
-
inline void unref() const
Protected Fields
-
mutable int _refCount
Documentation
- Box()
- Box(const osg::Vec3& center, float width)
- Box(const osg::Vec3& center, float lengthX, float lengthY, float lengthZ)
- Box(const Box& box, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
- META_Shape(osg, Box)
- inline bool valid() const
- inline void set(const Vec3& center, const Vec3& halfLengths)
- inline void setCenter(const Vec3& center)
- inline const Vec3& getCenter() const
- inline void setHalfLengths(const Vec3& halfLengths)
- inline const Vec3& getHalfLengths() const
- inline void setRotation(const Quat& quat)
- inline const Quat& getRotation() const
- inline Matrix getRotationMatrix() const
- inline bool zeroRotation() const
- virtual ~Box()
- Vec3 _center
- Vec3 _halfLengths
- Quat _rotation
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.