|
Blender
V2.93
|
Namespaces | |
| Internal | |
Functions | |
| void | setFlags (const unsigned char flags) |
| void | addFlags (const unsigned char flags) |
| void | rmFlags (const unsigned char flags) |
| unsigned char | getFlags () |
| void | setModelsPath (const string &path) |
| string | getModelsPath () |
Variables | |
| static const unsigned char | FLOAT_VECTORS = 1 |
| static const unsigned char | NO_OCCLUDERS = 2 |
| void Freestyle::ViewMapIO::Options::addFlags | ( | const unsigned char | flags | ) |
Definition at line 1281 of file ViewMapIO.cpp.
References Freestyle::ViewMapIO::Options::Internal::g_flags.
| unsigned char Freestyle::ViewMapIO::Options::getFlags | ( | ) |
Definition at line 1291 of file ViewMapIO.cpp.
References Freestyle::ViewMapIO::Options::Internal::g_flags.
Referenced by Freestyle::ViewMapIO::Internal::load(), Freestyle::ViewMapIO::Internal::save(), and Freestyle::ViewMapIO::save().
| string Freestyle::ViewMapIO::Options::getModelsPath | ( | ) |
Definition at line 1301 of file ViewMapIO.cpp.
References Freestyle::ViewMapIO::Options::Internal::g_models_path.
| void Freestyle::ViewMapIO::Options::rmFlags | ( | const unsigned char | flags | ) |
Definition at line 1286 of file ViewMapIO.cpp.
References Freestyle::ViewMapIO::Options::Internal::g_flags.
Referenced by Freestyle::Controller::init_options().
| void Freestyle::ViewMapIO::Options::setFlags | ( | const unsigned char | flags | ) |
Definition at line 1276 of file ViewMapIO.cpp.
References Freestyle::ViewMapIO::Options::Internal::g_flags.
Referenced by Freestyle::ViewMapIO::load().
| void Freestyle::ViewMapIO::Options::setModelsPath | ( | const string & | path | ) |
Definition at line 1296 of file ViewMapIO.cpp.
References Freestyle::ViewMapIO::Options::Internal::g_models_path.
Referenced by Freestyle::Controller::init_options().
|
static |
Definition at line 44 of file ViewMapIO.h.
Referenced by Freestyle::Controller::init_options(), Freestyle::ViewMapIO::Internal::load(), and Freestyle::ViewMapIO::Internal::save().
|
static |
Definition at line 45 of file ViewMapIO.h.
Referenced by Freestyle::Controller::init_options(), Freestyle::ViewMapIO::Internal::load(), and Freestyle::ViewMapIO::Internal::save().