CloudyDay
 All Classes Functions Variables Enumerations
Public Member Functions
osgCloudyDay::ImportClouds Class Reference

#include <ImportClouds.h>

Inheritance diagram for osgCloudyDay::ImportClouds:
osgCloudyDay::ImportExport

List of all members.

Public Member Functions

 ImportClouds (void)
 ~ImportClouds (void)
virtual void Perform ()
- Public Member Functions inherited from osgCloudyDay::ImportExport
 ImportExport (void)
 ~ImportExport (void)
void AddCloud (osg::ref_ptr< osg::Vec3Array > vertices, osg::ref_ptr< osg::Vec4Array > rotation, osg::ref_ptr< osg::Vec4Array > center, osg::ref_ptr< osg::Vec4Array > ids, osg::ref_ptr< osg::Vec4Array > box_centers, int num_boxes)
void AddCloud (Cloud c)
void GetData (int at, osg::ref_ptr< osg::Vec3Array > &vertices, osg::ref_ptr< osg::Vec4Array > &rotation, osg::ref_ptr< osg::Vec4Array > &center, osg::ref_ptr< osg::Vec4Array > &ids)
unsigned int NumClouds ()

Additional Inherited Members

- Protected Attributes inherited from osgCloudyDay::ImportExport
std::vector< Cloudm_cloud

Detailed Description

Class to import a cloud from a XML file


Constructor & Destructor Documentation

osgCloudyDay::ImportClouds::ImportClouds ( void  )

Constructor

osgCloudyDay::ImportClouds::~ImportClouds ( void  )

Deconstructor


Member Function Documentation

void osgCloudyDay::ImportClouds::Perform ( void  )
virtual

Import the cloud

Implements osgCloudyDay::ImportExport.


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