$search

rtc::RenderNode::Parameters Class Reference

#include <rtcRenderNode.h>

List of all members.

Public Types

enum  ColorMode { NO_COLOR, VERTEX_COLOR, TEXTURE_COLOR }

Public Member Functions

virtual RenderNode::Parametersclone () const
Parameterscopy (const Parameters &other)
Parametersoperator= (const Parameters &other)
 Parameters (const Parameters &other)
 Parameters ()
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

Detailed Description

the Parameters for the class Renderer

Definition at line 44 of file rtcRenderNode.h.


Member Enumeration Documentation

Enumerator:
NO_COLOR 
VERTEX_COLOR 
TEXTURE_COLOR 

Definition at line 99 of file rtcRenderNode.h.


Constructor & Destructor Documentation

rtc::RenderNode::Parameters::Parameters (  ) 

default constructor

Definition at line 35 of file rtcRenderNode.cpp.

rtc::RenderNode::Parameters::Parameters ( const Parameters other  ) 

copy constructor

Parameters:
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.


Member Function Documentation

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

Parameters:
other the Parameters object to be copied
Returns:
a reference to this Parameters object

Definition at line 58 of file rtcRenderNode.cpp.

RenderNode::Parameters & rtc::RenderNode::Parameters::operator= ( const Parameters other  ) 

copy the contents of a Parameters object

Parameters:
other the Parameters object to be copied
Returns:
a reference to this Parameters object

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.


Member Data Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtc
Author(s): Benjamin Pitzer
autogenerated on Sun Mar 3 11:08:32 2013