Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

SH::ShNormal< N, Binding, T, Swizzled > Class Template Reference

An n-normal. More...

#include <ShNormal.hpp>

Inheritance diagram for SH::ShNormal< N, Binding, T, Swizzled >:

Inheritance graph
[legend]
Collaboration diagram for SH::ShNormal< N, Binding, T, Swizzled >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef T ValueType
typedef ShNormal< N, SH_INPUT,
T > 
InputType
typedef ShNormal< N, SH_OUTPUT,
T > 
OutputType
typedef ShNormal< N, SH_INOUT,
T > 
InOutType
typedef ShNormal< N, SH_TEMP,
T > 
TempType
typedef ShNormal< N, SH_CONST,
T > 
ConstType

Public Member Functions

 ShNormal (const ShGeneric< N, T > &other)
 ShNormal (const ShNormal< N, Binding, T, Swizzled > &other)
 ShNormal (const ShVariableNodePtr &node, const ShSwizzle &swizzle, bool neg)
 ShNormal (T data[N])
ShNormaloperator= (const ShGeneric< N, T > &other)
ShNormaloperator= (const ShNormal< N, Binding, T, Swizzled > &other)
ShNormaloperator= (const ShProgram &prg)
ShNormaloperator+= (const ShGeneric< N, T > &right)
ShNormaloperator-= (const ShGeneric< N, T > &right)
ShNormaloperator *= (const ShGeneric< N, T > &right)
ShNormaloperator/= (const ShGeneric< N, T > &right)
ShNormaloperator%= (const ShGeneric< N, T > &right)
ShNormaloperator *= (T)
ShNormaloperator/= (T)
ShNormaloperator%= (T)
ShNormaloperator+= (T)
ShNormaloperator-= (T)
ShNormaloperator+= (const ShGeneric< 1, T > &)
ShNormaloperator-= (const ShGeneric< 1, T > &)
ShNormaloperator *= (const ShGeneric< 1, T > &)
ShNormaloperator/= (const ShGeneric< 1, T > &)
ShNormaloperator%= (const ShGeneric< 1, T > &)
ShNormal< 1, Binding, T, true > operator() (int) const
ShNormal< 2, Binding, T, true > operator() (int, int) const
ShNormal< 3, Binding, T, true > operator() (int, int, int) const
ShNormal< 4, Binding, T, true > operator() (int, int, int, int) const
ShNormal< 1, Binding, T, true > operator[] (int) const
template<int N2> ShNormal< N2, Binding, T,
true > 
swiz (int indices[]) const
ShNormal operator- () const

Static Public Attributes

const int typesize
const ShBindingType binding_type
const ShSemanticType semantic_type

Detailed Description

template<int N, ShBindingType Binding, typename T = float, bool Swizzled = false>
class SH::ShNormal< N, Binding, T, Swizzled >

An n-normal.

Definition at line 45 of file ShNormal.hpp.


The documentation for this class was generated from the following files:
Generated on Mon Oct 18 14:17:57 2004 for Sh by doxygen 1.3.7