Namespaces |
namespace | darc |
namespace | darc::core |
Defines |
#define | CR_API __declspec (dllimport) |
#define | GE_A 0 |
#define | GE_B 1 |
#define | GE_C 2 |
#define | GE_D 3 |
#define | GE_X_MIN 0 |
#define | GE_X_MAX 1 |
#define | GE_Y_MIN 2 |
#define | GE_Y_MAX 3 |
#define | GE_Z_MIN 4 |
#define | GE_Z_MAX 5 |
Enumerations |
enum | darc::core::E_COORD { darc::core::X = 0,
darc::core::Y = 1,
darc::core::Z = 2,
darc::core::W = 3
} |
| Enumeration of axis symbols up to homogeneous 4-dimensional vectors. More...
|
enum | darc::core::E_INDEX {
darc::core::CR_A = 0,
darc::core::CR_B = 1,
darc::core::CR_C = 2,
darc::core::CR_D = 3,
darc::core::CR_E = 4,
darc::core::CR_F = 5
} |
| Enumeration of array indices using alphabetical identifiers. More...
|
enum | darc::core::E_EXTENT { darc::core::CR_X_MIN = 0,
darc::core::CR_X_MAX = 1,
darc::core::CR_Y_MIN = 2
} |
| Enumeration of axis aligned boundaries. More...
|
enum | darc::core::E_LANG { darc::core::CR_GERMAN,
darc::core::CR_ENGLISH
} |