
| osgAnimation::RigGeometry::RigGeometry | ( | ) |
| osgAnimation::RigGeometry::RigGeometry | ( | const osg::Geometry & | b | ) |
| osgAnimation::RigGeometry::RigGeometry | ( | const RigGeometry & | b, | |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY | |||
| ) |
| osgAnimation::RigGeometry::META_Object | ( | osgAnimation | , | |
| RigGeometry | ||||
| ) |
| void osgAnimation::RigGeometry::setInfluenceMap | ( | osgAnimation::VertexInfluenceMap * | vertexInfluenceMap | ) | [inline] |
| const osgAnimation::VertexInfluenceMap* osgAnimation::RigGeometry::getInfluenceMap | ( | ) | const [inline] |
| osgAnimation::VertexInfluenceMap* osgAnimation::RigGeometry::getInfluenceMap | ( | ) | [inline] |
| const Skeleton* osgAnimation::RigGeometry::getSkeleton | ( | ) | const |
Referenced by osgAnimation::RigGeometry::UpdateVertex::update().
| Skeleton* osgAnimation::RigGeometry::getSkeleton | ( | ) |
| void osgAnimation::RigGeometry::setNeedToComputeMatrix | ( | bool | state | ) | [inline] |
| bool osgAnimation::RigGeometry::getNeedToComputeMatrix | ( | ) | const [inline] |
Referenced by osgAnimation::RigGeometry::UpdateVertex::update().
| void osgAnimation::RigGeometry::buildVertexSet | ( | ) |
| void osgAnimation::RigGeometry::buildTransformer | ( | Skeleton * | root | ) |
| void osgAnimation::RigGeometry::computeMatrixFromRootSkeleton | ( | ) |
Referenced by osgAnimation::RigGeometry::UpdateVertex::update().
| virtual void osgAnimation::RigGeometry::transformSoftwareMethod | ( | ) | [virtual] |
Referenced by osgAnimation::RigGeometry::UpdateVertex::update().
| const osgAnimation::VertexInfluenceSet& osgAnimation::RigGeometry::getVertexInfluenceSet | ( | ) | const [inline] |
| const std::vector<osg::Vec3>& osgAnimation::RigGeometry::getPositionSource | ( | ) | const [inline] |
| const std::vector<osg::Vec3>& osgAnimation::RigGeometry::getNormalSource | ( | ) | const [inline] |
std::vector<osg::Vec3> osgAnimation::RigGeometry::_positionSource [protected] |
std::vector<osg::Vec3> osgAnimation::RigGeometry::_normalSource [protected] |
osg::ref_ptr<osgAnimation::VertexInfluenceMap> osgAnimation::RigGeometry::_vertexInfluenceMap [protected] |
osg::observer_ptr<Skeleton> osgAnimation::RigGeometry::_root [protected] |
bool osgAnimation::RigGeometry::_needToComputeMatrix [protected] |
| Generated at Mon Mar 30 09:06:12 2009 for the OpenSceneGraph by doxygen 1.5.5. |