DART  6.10.1
dart::gui::osg::render::HeightmapShapeNode< S_ > Class Template Reference

#include <HeightmapShapeNode.hpp>

Inheritance diagram for dart::gui::osg::render::HeightmapShapeNode< S_ >:
dart::gui::osg::render::ShapeNode

Public Types

using S = S_
 

Public Member Functions

 HeightmapShapeNode (std::shared_ptr< dynamics::HeightmapShape< S >> shape, ShapeFrameNode *parent)
 
void refresh () override
 Update all rendering data for this ShapeNode. More...
 
void extractData (bool firstTime)
 
const std::shared_ptr< dart::dynamics::Shape > & getShape () const
 Pointer to the Shape associated with this ShapeNode. More...
 
const dart::dynamics::ShapeFramegetShapeFrame () const
 
dart::dynamics::VisualAspectgetVisualAspect ()
 
const dart::dynamics::VisualAspectgetVisualAspect () const
 
::osg::Node * getNode ()
 Cast this ShapeNode into an osg::Node. More...
 
const ::osg::Node * getNode () const
 Cast this ShapeNode into an osg::Node. More...
 
ShapeFrameNodegetParentShapeFrameNode ()
 Pointer to the parent EntityNode of this ShapeNode. More...
 
const ShapeFrameNodegetParentShapeFrameNode () const
 Pointer to the parent EntityNode of this ShapeNode. More...
 
bool wasUtilized () const
 True iff this ShapeNode has been utilized on the latest update. More...
 
void clearUtilization ()
 Set mUtilized to false. More...
 

Protected Member Functions

virtual ~HeightmapShapeNode () override
 

Protected Attributes

std::shared_ptr< dynamics::HeightmapShape< S > > mHeightmapShape
 
HeightmapShapeGeode< S > * mGeode
 
std::size_t mHeightmapVersion
 
const std::shared_ptr< dart::dynamics::ShapemShape
 Pointer to the Shape associated with this ShapeNode. More...
 
dart::dynamics::ShapeFramemShapeFrame
 Pointer to the SimpleFrame associated with this ShapeNode. More...
 
dart::dynamics::VisualAspectmVisualAspect
 Pointer to the VisualAspect associated with this ShapeNode. More...
 
ShapeFrameNodemParentShapeFrameNode
 Pointer to the parent ShapeFrameNode of this ShapeNode. More...
 
::osg::Node * mNode
 Should generally be equal to 'this'. More...
 
bool mUtilized
 True iff this ShapeNode has been utilized on the latest update. More...
 

Member Typedef Documentation

◆ S

template<typename S_ >
using dart::gui::osg::render::HeightmapShapeNode< S_ >::S = S_

Constructor & Destructor Documentation

◆ HeightmapShapeNode()

template<typename S >
dart::gui::osg::render::HeightmapShapeNode< S >::HeightmapShapeNode ( std::shared_ptr< dynamics::HeightmapShape< S >>  shape,
ShapeFrameNode parent 
)

◆ ~HeightmapShapeNode()

template<typename S >
dart::gui::osg::render::HeightmapShapeNode< S >::~HeightmapShapeNode
overrideprotectedvirtual

Member Function Documentation

◆ clearUtilization()

void dart::gui::osg::render::ShapeNode::clearUtilization ( )
inherited

Set mUtilized to false.

◆ extractData()

template<typename S >
void dart::gui::osg::render::HeightmapShapeNode< S >::extractData ( bool  firstTime)

◆ getNode() [1/2]

osg::Node * dart::gui::osg::render::ShapeNode::getNode ( )
inherited

Cast this ShapeNode into an osg::Node.

◆ getNode() [2/2]

const ::osg::Node * dart::gui::osg::render::ShapeNode::getNode ( ) const
inherited

Cast this ShapeNode into an osg::Node.

◆ getParentShapeFrameNode() [1/2]

ShapeFrameNode * dart::gui::osg::render::ShapeNode::getParentShapeFrameNode ( )
inherited

Pointer to the parent EntityNode of this ShapeNode.

◆ getParentShapeFrameNode() [2/2]

const ShapeFrameNode * dart::gui::osg::render::ShapeNode::getParentShapeFrameNode ( ) const
inherited

Pointer to the parent EntityNode of this ShapeNode.

◆ getShape()

const std::shared_ptr< dart::dynamics::Shape > & dart::gui::osg::render::ShapeNode::getShape ( ) const
inherited

Pointer to the Shape associated with this ShapeNode.

◆ getShapeFrame()

const dart::dynamics::ShapeFrame * dart::gui::osg::render::ShapeNode::getShapeFrame ( ) const
inherited

◆ getVisualAspect() [1/2]

dart::dynamics::VisualAspect * dart::gui::osg::render::ShapeNode::getVisualAspect ( )
inherited

◆ getVisualAspect() [2/2]

const dart::dynamics::VisualAspect * dart::gui::osg::render::ShapeNode::getVisualAspect ( ) const
inherited

◆ refresh()

template<typename S >
void dart::gui::osg::render::HeightmapShapeNode< S >::refresh ( )
overridevirtual

Update all rendering data for this ShapeNode.

Implements dart::gui::osg::render::ShapeNode.

◆ wasUtilized()

bool dart::gui::osg::render::ShapeNode::wasUtilized ( ) const
inherited

True iff this ShapeNode has been utilized on the latest update.

Member Data Documentation

◆ mGeode

template<typename S_ >
HeightmapShapeGeode<S>* dart::gui::osg::render::HeightmapShapeNode< S_ >::mGeode
protected

◆ mHeightmapShape

template<typename S_ >
std::shared_ptr<dynamics::HeightmapShape<S> > dart::gui::osg::render::HeightmapShapeNode< S_ >::mHeightmapShape
protected

◆ mHeightmapVersion

template<typename S_ >
std::size_t dart::gui::osg::render::HeightmapShapeNode< S_ >::mHeightmapVersion
protected

◆ mNode

::osg::Node* dart::gui::osg::render::ShapeNode::mNode
protectedinherited

Should generally be equal to 'this'.

◆ mParentShapeFrameNode

ShapeFrameNode* dart::gui::osg::render::ShapeNode::mParentShapeFrameNode
protectedinherited

Pointer to the parent ShapeFrameNode of this ShapeNode.

◆ mShape

const std::shared_ptr<dart::dynamics::Shape> dart::gui::osg::render::ShapeNode::mShape
protectedinherited

Pointer to the Shape associated with this ShapeNode.

◆ mShapeFrame

dart::dynamics::ShapeFrame* dart::gui::osg::render::ShapeNode::mShapeFrame
protectedinherited

Pointer to the SimpleFrame associated with this ShapeNode.

◆ mUtilized

bool dart::gui::osg::render::ShapeNode::mUtilized
protectedinherited

True iff this ShapeNode has been utilized on the latest update.

If it has not, that is an indication that it is no longer being used and should be deleted.

◆ mVisualAspect

dart::dynamics::VisualAspect* dart::gui::osg::render::ShapeNode::mVisualAspect
protectedinherited

Pointer to the VisualAspect associated with this ShapeNode.