|
Blender V4.3
|
#include <types_int3.h>
Public Member Functions | |
| ccl_device_inline_method | packed_int3 () |
| ccl_device_inline_method | packed_int3 (const int px, const int py, const int pz) |
| ccl_device_inline_method | packed_int3 (const int3 &a) |
| ccl_device_inline_method | operator int3 () const |
| ccl_device_inline_method packed_int3 & | operator= (const int3 &a) |
| __forceinline int | operator[] (int i) const |
| __forceinline int & | operator[] (int i) |
Public Attributes | |
| int | x |
| int | y |
| int | z |
Definition at line 61 of file types_int3.h.
|
inline |
Definition at line 64 of file types_int3.h.
References ccl_device_inline_method.
Referenced by operator=().
|
inline |
Definition at line 66 of file types_int3.h.
References ccl_device_inline_method, x, y, and z.
|
inline |
Definition at line 69 of file types_int3.h.
References ccl_device_inline_method, x, y, and z.
|
inline |
Definition at line 71 of file types_int3.h.
References ccl_device_inline_method, make_int3(), x, y, and z.
|
inline |
Definition at line 76 of file types_int3.h.
References ccl_device_inline_method, packed_int3(), int3::x, x, int3::y, y, int3::z, and z.
| __forceinline int & packed_int3::operator[] | ( | int | i | ) |
Definition at line 59 of file types_int3_impl.h.
References __forceinline, util_assert, and x.
| __forceinline int packed_int3::operator[] | ( | int | i | ) | const |
Definition at line 53 of file types_int3_impl.h.
References __forceinline, util_assert, and x.
| int packed_int3::x |
Definition at line 62 of file types_int3.h.
Referenced by operator int3(), operator=(), operator[](), operator[](), packed_int3(), and packed_int3().
| int packed_int3::y |
Definition at line 62 of file types_int3.h.
Referenced by operator int3(), operator=(), packed_int3(), and packed_int3().
| int packed_int3::z |
Definition at line 62 of file types_int3.h.
Referenced by operator int3(), operator=(), packed_int3(), and packed_int3().