#include <rtcRenderNode.h>
Public Types | |
enum | ColorMode { NO_COLOR, VERTEX_COLOR, TEXTURE_COLOR } |
Public Member Functions | |
virtual RenderNode::Parameters * | clone () const |
Parameters & | copy (const Parameters &other) |
Parameters & | operator= (const Parameters &other) |
Parameters () | |
Parameters (const Parameters &other) | |
virtual bool | read (std::istream &is) |
virtual bool | write (std::ostream &os) const |
virtual | ~Parameters () |
Public Attributes | |
ColorMode | color_mode |
bool | draw_faces |
bool | draw_vertices |
bool | draw_wireframe |
bool | highlite |
bool | use_vertex_colors |
the Parameters for the class Renderer
Definition at line 44 of file rtcRenderNode.h.
Definition at line 99 of file rtcRenderNode.h.
default constructor
Definition at line 35 of file rtcRenderNode.cpp.
rtc::RenderNode::Parameters::Parameters | ( | const Parameters & | other | ) |
copy constructor
other | the Parameters object to be copied |
Definition at line 46 of file rtcRenderNode.cpp.
rtc::RenderNode::Parameters::~Parameters | ( | ) | [virtual] |
destructor
Definition at line 52 of file rtcRenderNode.cpp.
RenderNode::Parameters * rtc::RenderNode::Parameters::clone | ( | ) | const [virtual] |
returns a pointer to a clone of the Parameters
Definition at line 78 of file rtcRenderNode.cpp.
RenderNode::Parameters & rtc::RenderNode::Parameters::copy | ( | const Parameters & | other | ) |
copy the contents of a Parameters object
other | the Parameters object to be copied |
Definition at line 58 of file rtcRenderNode.cpp.
RenderNode::Parameters & rtc::RenderNode::Parameters::operator= | ( | const Parameters & | other | ) |
copy the contents of a Parameters object
other | the Parameters object to be copied |
Definition at line 71 of file rtcRenderNode.cpp.
bool rtc::RenderNode::Parameters::read | ( | std::istream & | is | ) | [virtual] |
read the parameters
Definition at line 86 of file rtcRenderNode.cpp.
bool rtc::RenderNode::Parameters::write | ( | std::ostream & | os | ) | const [virtual] |
read the parameters
Definition at line 94 of file rtcRenderNode.cpp.
Definition at line 100 of file rtcRenderNode.h.
Definition at line 95 of file rtcRenderNode.h.
Definition at line 96 of file rtcRenderNode.h.
Definition at line 97 of file rtcRenderNode.h.
Definition at line 101 of file rtcRenderNode.h.
Definition at line 98 of file rtcRenderNode.h.