Inheritance:
Public Methods
-
Grid()
-
Grid(const Grid& mesh, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
-
META_Shape(osg, Grid)
-
void allocateGrid(unsigned int numColumns, unsigned int numRows)
-
void setHeight(unsigned int c, unsigned int r, float value)
-
virtual float getHeight(unsigned int c, unsigned int r) const
Protected Fields
-
HeightList _heights
Protected Methods
-
~Grid()
Protected Members
-
typedef std::vector<float> HeightList
Public Methods
-
virtual bool isSameKindAs(const Object* obj) const
-
virtual const char* libraryName() const
-
virtual const char* className() const
-
virtual void accept(osg::ShapeVisitor& sv)
-
virtual void accept(osg::ConstShapeVisitor& csv) const
-
inline unsigned int getNumColumns() const
-
inline unsigned int getNumRows() const
-
inline void setOrigin(const osg::Vec3& origin)
-
inline const osg::Vec3& getOrigin() const
-
inline void setXInterval(float dx)
-
inline float getXInterval() const
-
inline void setYInterval(float dy)
-
inline float getYInterval() const
-
virtual Vec3 getNormal(unsigned int c, unsigned int r) const
-
inline void setRotation(const Quat& quat)
-
inline const Quat& getRotation() const
-
inline Matrix getRotationMatrix() const
-
inline bool zeroRotation() const
Protected Fields
-
unsigned int _columns
-
unsigned int _rows
-
osg::Vec3 _origin
-
float _dx
-
float _dy
-
Quat _rotation
Inherited from Shape:
Public Methods
-
virtual Object* cloneType() const
-
virtual Object* clone(const CopyOp&) 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
- Grid()
- Grid(const Grid& mesh, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
- META_Shape(osg, Grid)
- void allocateGrid(unsigned int numColumns, unsigned int numRows)
- void setHeight(unsigned int c, unsigned int r, float value)
- virtual float getHeight(unsigned int c, unsigned int r) const
- ~Grid()
- typedef std::vector<float> HeightList
- HeightList _heights
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.