Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 38 of file render_option.h.
Public Member Functions | |
render_option () | |
void | put_paraview (std::ostream &py) const |
Static Public Member Functions | |
static std::string | python (const point &x, size_t d=3) |
Public Attributes | |
bool | showlabel |
bool | stereo |
bool | elevation |
bool | iso |
bool | cut |
bool | grid |
bool | fill |
bool | volume |
bool | view_2d |
bool | view_map |
bool | high_order |
bool | color |
bool | gray |
bool | black_and_white |
bool | have_opacity_bug |
size_t | n_isovalue |
size_t | n_isovalue_negative |
size_t | branch_size |
Float | scale |
Float | f_min |
Float | f_max |
Float | isovalue |
point_basic< size_t > | resolution |
point | xmin |
point | xmax |
point | origin |
point | normal |
std::string | format |
std::string | mark |
std::string | label |
std::string | valued |
std::string | style |
render_option | ( | ) |
Definition at line 34 of file render_option.cc.
void put_paraview | ( | std::ostream & | py | ) | const |
Definition at line 48 of file render_option.cc.
|
static |
Definition at line 104 of file render_option.cc.
|
mutable |
Definition at line 44 of file render_option.h.
bool stereo |
Definition at line 44 of file render_option.h.
bool elevation |
Definition at line 44 of file render_option.h.
bool iso |
Definition at line 44 of file render_option.h.
bool cut |
Definition at line 44 of file render_option.h.
bool grid |
Definition at line 44 of file render_option.h.
bool fill |
Definition at line 44 of file render_option.h.
bool volume |
Definition at line 44 of file render_option.h.
bool view_2d |
Definition at line 44 of file render_option.h.
bool view_map |
Definition at line 45 of file render_option.h.
bool high_order |
Definition at line 45 of file render_option.h.
bool color |
Definition at line 45 of file render_option.h.
bool gray |
Definition at line 45 of file render_option.h.
bool black_and_white |
Definition at line 45 of file render_option.h.
bool have_opacity_bug |
Definition at line 45 of file render_option.h.
|
mutable |
Definition at line 46 of file render_option.h.
size_t n_isovalue_negative |
Definition at line 46 of file render_option.h.
size_t branch_size |
Definition at line 46 of file render_option.h.
|
mutable |
Definition at line 47 of file render_option.h.
Float f_min |
Definition at line 47 of file render_option.h.
Float f_max |
Definition at line 47 of file render_option.h.
Float isovalue |
Definition at line 47 of file render_option.h.
|
mutable |
Definition at line 48 of file render_option.h.
|
mutable |
Definition at line 49 of file render_option.h.
point xmax |
Definition at line 49 of file render_option.h.
point origin |
Definition at line 49 of file render_option.h.
point normal |
Definition at line 49 of file render_option.h.
|
mutable |
Definition at line 50 of file render_option.h.
std::string mark |
Definition at line 50 of file render_option.h.
std::string label |
Definition at line 50 of file render_option.h.
std::string valued |
Definition at line 50 of file render_option.h.
std::string style |
Definition at line 50 of file render_option.h.