Blender V2.61 - r43446
|
#include <svm.h>
Public Member Functions | |
Stack () | |
Stack (const Stack &other) | |
Stack & | operator= (const Stack &other) |
bool | empty () |
void | print () |
Public Attributes | |
int | users [SVM_STACK_SIZE] |
Definition at line 80 of file render/svm.h.
SVMCompiler::Stack::Stack | ( | ) | [inline] |
Definition at line 81 of file render/svm.h.
References users.
SVMCompiler::Stack::Stack | ( | const Stack & | other | ) | [inline] |
Definition at line 82 of file render/svm.h.
References users.
bool SVMCompiler::Stack::empty | ( | ) | [inline] |
Definition at line 85 of file render/svm.h.
References i, SVM_STACK_SIZE, and users.
Definition at line 83 of file render/svm.h.
References users.
void SVMCompiler::Stack::print | ( | ) | [inline] |
Definition at line 94 of file render/svm.h.
References i, SVM_STACK_SIZE, and users.
int SVMCompiler::Stack::users[SVM_STACK_SIZE] |
Definition at line 104 of file render/svm.h.
Referenced by empty(), SVMCompiler::generate_multi_closure(), operator=(), print(), Stack(), SVMCompiler::stack_clear_temporary(), SVMCompiler::stack_clear_users(), SVMCompiler::stack_find_offset(), and SVMCompiler::stack_link().