|
Blender V4.3
|
#include <types_uint4.h>
Public Member Functions | |
| __forceinline uint | operator[] (uint i) const |
| __forceinline uint & | operator[] (uint i) |
Public Attributes | |
| uint | x |
| uint | y |
| uint | z |
| uint | w |
Definition at line 14 of file types_uint4.h.
| __forceinline uint & uint4::operator[] | ( | uint | i | ) |
Definition at line 21 of file types_uint4_impl.h.
References util_assert.
| CCL_NAMESPACE_BEGIN __forceinline uint uint4::operator[] | ( | uint | i | ) | const |
Definition at line 15 of file types_uint4_impl.h.
References util_assert.
| uint uint4::w |
Definition at line 15 of file types_uint4.h.
Referenced by svm_node_closure_bsdf(), svm_node_map_range(), svm_node_principled_volume(), svm_node_tex_brick(), svm_node_tex_gabor(), svm_node_tex_image(), svm_node_tex_noise(), svm_node_tex_voronoi(), svm_node_tex_wave(), svm_node_value_v(), and svm_voronoi_output().
| uint uint4::x |
Definition at line 15 of file types_uint4.h.
Referenced by subd_triangle_patch_corners(), subd_triangle_patch_indices(), svm_node_clamp(), svm_node_closure_bsdf(), svm_node_curve(), svm_node_curves(), svm_node_map_range(), svm_node_normal(), svm_node_principled_volume(), svm_node_rgb_ramp(), svm_node_tex_brick(), svm_node_tex_gabor(), svm_node_tex_image(), svm_node_tex_magic(), svm_node_tex_noise(), svm_node_tex_voronoi(), svm_node_tex_wave(), svm_node_vector_displacement(), and svm_node_vector_math().
| uint uint4::y |
Definition at line 15 of file types_uint4.h.
Referenced by svm_node_clamp(), svm_node_closure_bsdf(), svm_node_combine_hsv(), svm_node_map_range(), svm_node_mix(), svm_node_normal(), svm_node_principled_volume(), svm_node_separate_hsv(), svm_node_tex_brick(), svm_node_tex_gabor(), svm_node_tex_image(), svm_node_tex_magic(), svm_node_tex_noise(), svm_node_tex_voronoi(), svm_node_tex_wave(), and svm_node_value_v().
| uint uint4::z |
Definition at line 15 of file types_uint4.h.
Referenced by svm_node_closure_bsdf(), svm_node_map_range(), svm_node_mix(), svm_node_normal(), svm_node_principled_volume(), svm_node_tex_brick(), svm_node_tex_gabor(), svm_node_tex_image(), svm_node_tex_noise(), svm_node_tex_voronoi(), svm_node_tex_wave(), svm_node_value_v(), and svm_voronoi_output().