RigsofRods
Soft-body Physics Simulation
Public Member Functions | Data Fields
RoR::OTCPage Struct Reference

#include <OTCFileFormat.h>

Public Member Functions

 OTCPage (int pos_x, int pos_z, std::string const &conf_filename, bool flipX, bool flipY, int rawsize, int rawbpp)
 

Data Fields

std::string pageconf_filename
 
std::string heightmap_filename
 
int num_layers
 
int pos_x
 
int pos_z
 
bool is_heightmap_raw
 
bool raw_flip_x
 
bool raw_flip_y
 
int raw_size
 
int raw_bpp
 
std::list< OTCLayerlayers
 

Detailed Description

Definition at line 47 of file OTCFileFormat.h.

Constructor & Destructor Documentation

◆ OTCPage()

RoR::OTCPage::OTCPage ( int  pos_x,
int  pos_z,
std::string const &  conf_filename,
bool  flipX,
bool  flipY,
int  rawsize,
int  rawbpp 
)

Definition at line 202 of file OTCFileFormat.cpp.

Field Documentation

◆ heightmap_filename

std::string RoR::OTCPage::heightmap_filename

Definition at line 52 of file OTCFileFormat.h.

◆ is_heightmap_raw

bool RoR::OTCPage::is_heightmap_raw

Definition at line 55 of file OTCFileFormat.h.

◆ layers

std::list<OTCLayer> RoR::OTCPage::layers

Definition at line 58 of file OTCFileFormat.h.

◆ num_layers

int RoR::OTCPage::num_layers

Definition at line 53 of file OTCFileFormat.h.

◆ pageconf_filename

std::string RoR::OTCPage::pageconf_filename

Definition at line 51 of file OTCFileFormat.h.

◆ pos_x

int RoR::OTCPage::pos_x

Definition at line 54 of file OTCFileFormat.h.

◆ pos_z

int RoR::OTCPage::pos_z

Definition at line 54 of file OTCFileFormat.h.

◆ raw_bpp

int RoR::OTCPage::raw_bpp

Definition at line 56 of file OTCFileFormat.h.

◆ raw_flip_x

bool RoR::OTCPage::raw_flip_x

Definition at line 55 of file OTCFileFormat.h.

◆ raw_flip_y

bool RoR::OTCPage::raw_flip_y

Definition at line 55 of file OTCFileFormat.h.

◆ raw_size

int RoR::OTCPage::raw_size

Definition at line 56 of file OTCFileFormat.h.


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