CloudyDay
 All Classes Functions Variables Enumerations
Public Member Functions | Protected Attributes
osgCloudyDay::TraverseMesh Class Reference

#include <CloudCreatorWang.h>

List of all members.

Public Member Functions

 TraverseMesh ()
virtual ~TraverseMesh ()
virtual void apply (osg::Geode &geode)
virtual void apply (osg::MatrixTransform &node)
virtual void apply (osg::Billboard &node)
std::vector< osg::BoundingBox > & getBoundBox ()

Protected Attributes

std::vector< osg::BoundingBox > m_boundingBox
osg::Matrix m_transformMatrix

Detailed Description

Class, which travese the mesh


Constructor & Destructor Documentation

osgCloudyDay::TraverseMesh::TraverseMesh ( )
inline

Constructor

virtual osgCloudyDay::TraverseMesh::~TraverseMesh ( )
inlinevirtual

Deconstructor


Member Function Documentation

virtual void osgCloudyDay::TraverseMesh::apply ( osg::Geode &  geode)
inlinevirtual

apply, if node is geode

Parameters:
geode
virtual void osgCloudyDay::TraverseMesh::apply ( osg::MatrixTransform &  node)
inlinevirtual

apply, if node is a matrix transformation

virtual void osgCloudyDay::TraverseMesh::apply ( osg::Billboard &  node)
inlinevirtual

apply, if node is a billboard node


The documentation for this class was generated from the following file: