Options

Functions

Options

Options

~Options

void

Set

Options const &

operator=

void

SetDisplayParallelToScreen

bool

IsDisplayParallelToScreen

Detailed Description

class Options

This class represents all the information related to display options associated with an Entity.

Public Functions

Options()
Options(Options const &that)
~Options()
void Set(Options const &that)
Options const &operator=(Options const &that)
void SetDisplayParallelToScreen(bool const in_parallel = true)

Set the option parallel to screen. The pmi is display parallel to screen and is not impacted by any rotation

bool IsDisplayParallelToScreen() const

Return the option parallel to screen value.