Blender V5.0
VecBase< bool, 4 > Struct Reference

#include <gpu_shader_cxx_vector.hh>

Inherits VecOp< bool, 4 >.

Public Member Functions

 VecBase ()=default
 VecBase (bool)
 VecBase (bool, bool, bool, bool)
 VecBase (VecOp< bool, 2 >, bool, bool)
 VecBase (bool, VecOp< bool, 2 >, bool)
 VecBase (bool, bool, VecOp< bool, 2 >)
 VecBase (VecOp< bool, 2 >, VecOp< bool, 2 >)
 VecBase (VecOp< bool, 3 >, bool)
 VecBase (bool, VecOp< bool, 3 >)
Public Member Functions inherited from VecOp< bool, 4 >
const bool & operator[] (int) const
STD_OP VecT operator+ () const RET
STD_OP VecT operator- () const RET

Public Attributes

union VecBase< bool, 4 >:: { ... }  

Additional Inherited Members

Public Types inherited from VecOp< bool, 4 >
using VecT

Detailed Description

Definition at line 322 of file gpu_shader_cxx_vector.hh.

Constructor & Destructor Documentation

◆ VecBase() [1/9]

VecBase< bool, 4 >::VecBase ( )
default

◆ VecBase() [2/9]

VecBase< bool, 4 >::VecBase ( bool )
inlineexplicit

Definition at line 331 of file gpu_shader_cxx_vector.hh.

◆ VecBase() [3/9]

VecBase< bool, 4 >::VecBase ( bool ,
bool ,
bool ,
bool  )
inlineexplicit

Definition at line 332 of file gpu_shader_cxx_vector.hh.

◆ VecBase() [4/9]

VecBase< bool, 4 >::VecBase ( VecOp< bool, 2 > ,
bool ,
bool  )
inlineexplicit

Definition at line 333 of file gpu_shader_cxx_vector.hh.

◆ VecBase() [5/9]

VecBase< bool, 4 >::VecBase ( bool ,
VecOp< bool, 2 > ,
bool  )
inlineexplicit

Definition at line 334 of file gpu_shader_cxx_vector.hh.

◆ VecBase() [6/9]

VecBase< bool, 4 >::VecBase ( bool ,
bool ,
VecOp< bool, 2 >  )
inlineexplicit

Definition at line 335 of file gpu_shader_cxx_vector.hh.

◆ VecBase() [7/9]

VecBase< bool, 4 >::VecBase ( VecOp< bool, 2 > ,
VecOp< bool, 2 >  )
inlineexplicit

Definition at line 336 of file gpu_shader_cxx_vector.hh.

◆ VecBase() [8/9]

VecBase< bool, 4 >::VecBase ( VecOp< bool, 3 > ,
bool  )
inlineexplicit

Definition at line 337 of file gpu_shader_cxx_vector.hh.

◆ VecBase() [9/9]

VecBase< bool, 4 >::VecBase ( bool ,
VecOp< bool, 3 >  )
inlineexplicit

Definition at line 338 of file gpu_shader_cxx_vector.hh.

Member Data Documentation

◆ []

union VecBase< bool, 4 > { ... } VecBase< bool, 4 >

◆ w

bool VecBase< bool, 4 >::w

Definition at line 325 of file gpu_shader_cxx_vector.hh.

◆ x

bool VecBase< bool, 4 >::x

Definition at line 325 of file gpu_shader_cxx_vector.hh.

◆ y

bool VecBase< bool, 4 >::y

Definition at line 325 of file gpu_shader_cxx_vector.hh.

◆ z

bool VecBase< bool, 4 >::z

Definition at line 325 of file gpu_shader_cxx_vector.hh.


The documentation for this struct was generated from the following file: