libnolimits  1.0.0-beta
A NoLimits Roller Coaster 1 and 2 Library written in C++, which provides functionality to manipulate and create NoLimits 2 Parks or NoLimits 1 Tracks programmatically.
Public Member Functions | Private Attributes | List of all members
NoLimits::NoLimits2::DetailMap Class Reference

#include <DetailMap.h>

Collaboration diagram for NoLimits::NoLimits2::DetailMap:
[legend]

Public Member Functions

 DetailMap ()
 
void debug ()
 
std::string getTexture () const
 
void setTexture (const std::string &value)
 
uint32_t getRepeatIndex () const
 
void setRepeatIndex (const uint32_t &value)
 

Private Attributes

std::string texture
 
uint32_t repeatIndex
 

Constructor & Destructor Documentation

◆ DetailMap()

NoLimits::NoLimits2::DetailMap::DetailMap ( )
inline

Member Function Documentation

◆ debug()

void NoLimits::NoLimits2::DetailMap::debug ( )
inlinevirtual

Reimplemented from NoLimits::Stream::Chunk.

◆ getRepeatIndex()

uint32_t NoLimits::NoLimits2::DetailMap::getRepeatIndex ( ) const

◆ getTexture()

std::string NoLimits::NoLimits2::DetailMap::getTexture ( ) const

◆ setRepeatIndex()

void NoLimits::NoLimits2::DetailMap::setRepeatIndex ( const uint32_t &  value)

◆ setTexture()

void NoLimits::NoLimits2::DetailMap::setTexture ( const std::string &  value)

Member Data Documentation

◆ repeatIndex

uint32_t NoLimits::NoLimits2::DetailMap::repeatIndex
private

◆ texture

std::string NoLimits::NoLimits2::DetailMap::texture
private

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