#include <ShPoint.hpp>
Inheritance diagram for SH::ShPoint< N, Binding, T, Swizzled >:


Public Types | |
| typedef T | storage_type |
| typedef ShHostType< T >::type | host_type |
| typedef ShMemType< T >::type | mem_type |
|
typedef ShPoint< N, SH_INPUT, T > | InputType |
|
typedef ShPoint< N, SH_OUTPUT, T > | OutputType |
|
typedef ShPoint< N, SH_INOUT, T > | InOutType |
|
typedef ShPoint< N, SH_TEMP, T > | TempType |
|
typedef ShPoint< N, SH_CONST, T > | ConstType |
Public Member Functions | |
| template<typename T2> | |
| ShPoint (const ShGeneric< N, T2 > &other) | |
| ShPoint (const ShPoint< N, Binding, T, Swizzled > &other) | |
| template<typename T2> | |
| ShPoint (const ShPoint< N, Binding, T2, Swizzled > &other) | |
| ShPoint (const ShVariableNodePtr &node, const ShSwizzle &swizzle, bool neg) | |
| ShPoint (host_type data[N]) | |
| template<typename T2> | |
| ShPoint & | operator= (const ShGeneric< N, T2 > &other) |
| template<typename T2> | |
| ShPoint & | operator= (const ShPoint< N, Binding, T2, Swizzled > &other) |
| ShPoint & | operator= (const ShPoint< N, Binding, T, Swizzled > &other) |
| ShPoint & | operator= (const ShProgram &prg) |
| template<typename T2> | |
| ShPoint & | operator+= (const ShGeneric< N, T2 > &right) |
| template<typename T2> | |
| ShPoint & | operator-= (const ShGeneric< N, T2 > &right) |
| template<typename T2> | |
| ShPoint & | operator *= (const ShGeneric< N, T2 > &right) |
| template<typename T2> | |
| ShPoint & | operator/= (const ShGeneric< N, T2 > &right) |
| template<typename T2> | |
| ShPoint & | operator%= (const ShGeneric< N, T2 > &right) |
| ShPoint & | operator *= (host_type) |
| ShPoint & | operator/= (host_type) |
| ShPoint & | operator%= (host_type) |
| ShPoint & | operator+= (host_type) |
| ShPoint & | operator-= (host_type) |
| template<typename T2> | |
| ShPoint & | operator+= (const ShGeneric< 1, T2 > &) |
| template<typename T2> | |
| ShPoint & | operator-= (const ShGeneric< 1, T2 > &) |
| template<typename T2> | |
| ShPoint & | operator *= (const ShGeneric< 1, T2 > &) |
| template<typename T2> | |
| ShPoint & | operator/= (const ShGeneric< 1, T2 > &) |
| template<typename T2> | |
| ShPoint & | operator%= (const ShGeneric< 1, T2 > &) |
| ShPoint< 1, Binding, T, true > | operator() (int) const |
| ShPoint< 2, Binding, T, true > | operator() (int, int) const |
| ShPoint< 3, Binding, T, true > | operator() (int, int, int) const |
| ShPoint< 4, Binding, T, true > | operator() (int, int, int, int) const |
| ShPoint< 1, Binding, T, true > | operator[] (int) const |
| template<int N2> | |
| ShPoint< N2, Binding, T, true > | swiz (int indices[]) const |
| ShPoint | operator- () const |
Static Public Attributes | |
| static const ShBindingType | binding_type |
| static const ShSemanticType | semantic_type |
Definition at line 45 of file ShPoint.hpp.
1.4.1