RigsofRods
Soft-body Physics Simulation
Public Member Functions | Protected Attributes
RoR::Landusemap Class Reference

#include <Landusemap.h>

+ Collaboration diagram for RoR::Landusemap:

Public Member Functions

 Landusemap (Ogre::String cfgfilename)
 
 ~Landusemap ()
 
ground_model_tgetGroundModelAt (int x, int z)
 
int loadConfig (const Ogre::String &filename)
 

Protected Attributes

ground_model_t ** data
 
ground_model_tdefault_ground_model
 
Ogre::Vector3 mapsize
 

Detailed Description

Definition at line 33 of file Landusemap.h.

Constructor & Destructor Documentation

◆ Landusemap()

Landusemap::Landusemap ( Ogre::String  cfgfilename)

Definition at line 40 of file Landusemap.cpp.

+ Here is the call graph for this function:

◆ ~Landusemap()

Landusemap::~Landusemap ( )

Definition at line 51 of file Landusemap.cpp.

Member Function Documentation

◆ getGroundModelAt()

ground_model_t * Landusemap::getGroundModelAt ( int  x,
int  z 
)

Definition at line 57 of file Landusemap.cpp.

+ Here is the caller graph for this function:

◆ loadConfig()

int Landusemap::loadConfig ( const Ogre::String &  filename)

Definition at line 72 of file Landusemap.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ data

ground_model_t** RoR::Landusemap::data
protected

Definition at line 45 of file Landusemap.h.

◆ default_ground_model

ground_model_t* RoR::Landusemap::default_ground_model
protected

Definition at line 46 of file Landusemap.h.

◆ mapsize

Ogre::Vector3 RoR::Landusemap::mapsize
protected

Definition at line 48 of file Landusemap.h.


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