Blender V2.61 - r43446
Public Member Functions | Public Attributes

BufferParams Class Reference

#include <buffers.h>

List of all members.

Public Member Functions

 BufferParams ()
void get_offset_stride (int &offset, int &stride)
bool modified (const BufferParams &params)

Public Attributes

int width
int height
int full_x
int full_y
int full_width
int full_height

Detailed Description

Definition at line 36 of file buffers.h.


Constructor & Destructor Documentation

BufferParams::BufferParams ( ) [inline]

Definition at line 48 of file buffers.h.

References full_height, full_width, full_x, full_y, height, and width.


Member Function Documentation

void BufferParams::get_offset_stride ( int &  offset,
int &  stride 
) [inline]

Definition at line 59 of file buffers.h.

References full_x, full_y, and width.

Referenced by Session::path_trace(), and Session::tonemap().

bool BufferParams::modified ( const BufferParams params) [inline]

Definition at line 65 of file buffers.h.

References full_height, full_width, full_x, full_y, height, and width.

Referenced by Session::draw_cpu(), Session::draw_gpu(), and Session::reset_().


Member Data Documentation


The documentation for this class was generated from the following file: