#include "camtypes.h"
#include "coreleps.h"
#include <sstream>
#include "nodepath.h"
Go to the source code of this file.
Defines | |
#define | new CAM_DEBUG_NEW |
Enumerations | |
enum | { EPSC_cd_0sv = EPSC_EOF + 1, EPSC_cd_0sm, EPSC_cd_0rs, EPSC_cd_0rax, EPSC_cd_0B, EPSC_cd_0E, EPSC_cd_0G, EPSC_cd_0g, EPSC_cd_0j, EPSC_cd_0J, EPSC_cd_0w, EPSC_cd_0c, EPSC_cd_0t, EPSC_cd_0tm, EPSC_cd_a, EPSC_cd_r, EPSC_cd_x, EPSC_cd_X, EPSC_cd_e, EPSC_cd_z, EPSC_cd_Z, EPSC_cd_T, EPSC_cd_m, EPSC_matrix, EPSC_currentmatrix, EPSC_def, EPSC_begin, EPSC_cd_Sentinel } |
enum | { EPSC_cd3_0k = EPSC_cd_Sentinel + 1, EPSC_cd3_0x } |
enum | { EPSC_cd4_0k = EPSC_cd_Sentinel + 1, EPSC_cd4_0x, EPSC_eoclip, EPSC_cd5_0gs, EPSC_cd5_0gr, EPSC_cd5_0np } |
Functions | |
DECLARE_SOURCE ("$Revision: 1312 $") |
|
Definition at line 120 of file coreleps.cpp. |
|
Definition at line 128 of file coreleps.cpp. 00129 { 00130 EPSC_cd_0sv = EPSC_EOF + 1, 00131 EPSC_cd_0sm, 00132 EPSC_cd_0rs, 00133 EPSC_cd_0rax, 00134 EPSC_cd_0B, 00135 EPSC_cd_0E, 00136 EPSC_cd_0G, 00137 EPSC_cd_0g, 00138 EPSC_cd_0j, 00139 EPSC_cd_0J, 00140 EPSC_cd_0w, 00141 EPSC_cd_0c, 00142 EPSC_cd_0t, 00143 EPSC_cd_0tm, 00144 EPSC_cd_a, 00145 EPSC_cd_r, 00146 EPSC_cd_x, 00147 EPSC_cd_X, 00148 EPSC_cd_e, 00149 EPSC_cd_z, 00150 EPSC_cd_Z, 00151 EPSC_cd_T, 00152 EPSC_cd_m, 00153 EPSC_matrix, 00154 EPSC_currentmatrix, 00155 EPSC_def, 00156 EPSC_begin, 00157 EPSC_cd_Sentinel 00158 };
|
|
Definition at line 1110 of file coreleps.cpp. 01111 { 01112 EPSC_cd3_0k = EPSC_cd_Sentinel + 1, 01113 EPSC_cd3_0x, 01114 };
|
|
Definition at line 1398 of file coreleps.cpp. 01399 { 01400 EPSC_cd4_0k = EPSC_cd_Sentinel + 1, 01401 EPSC_cd4_0x, 01402 EPSC_eoclip, 01403 EPSC_cd5_0gs, 01404 EPSC_cd5_0gr, 01405 EPSC_cd5_0np 01406 };
|
|
|