Stg::Size Class Reference

#include <stage.hh>

Public Member Functions

SizeLoad (Worldfile *wf, int section, const char *keyword)
 
void Save (Worldfile *wf, int section, const char *keyword) const
 
 Size ()
 
 Size (meters_t x, meters_t y, meters_t z)
 
void Zero ()
 

Public Attributes

meters_t x
 
meters_t y
 
meters_t z
 

Detailed Description

specify a rectangular size

Constructor & Destructor Documentation

◆ Size() [1/2]

Stg::Size::Size ( meters_t  x,
meters_t  y,
meters_t  z 
)
inline

◆ Size() [2/2]

Stg::Size::Size ( )
inline

default constructor uses default non-zero values

Member Function Documentation

◆ Load()

Stg::Size & Stg::Size::Load ( Worldfile wf,
int  section,
const char *  keyword 
)

◆ Save()

void Stg::Size::Save ( Worldfile wf,
int  section,
const char *  keyword 
) const

◆ Zero()

void Stg::Size::Zero ( )
inline

Member Data Documentation

◆ x

meters_t Stg::Size::x

◆ y

meters_t Stg::Size::y

◆ z

meters_t Stg::Size::z

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