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

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

A texture coordinate. More...

#include <ShTexCoord.hpp>

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

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef T storage_type
typedef ShHostType< T >::type host_type
typedef ShMemType< T >::type mem_type
typedef ShTexCoord< N, SH_INPUT,
T > 
InputType
typedef ShTexCoord< N, SH_OUTPUT,
T > 
OutputType
typedef ShTexCoord< N, SH_INOUT,
T > 
InOutType
typedef ShTexCoord< N, SH_TEMP,
T > 
TempType
typedef ShTexCoord< N, SH_CONST,
T > 
ConstType

Public Member Functions

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

Static Public Attributes

static const ShBindingType binding_type
static const ShSemanticType semantic_type

Detailed Description

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

A texture coordinate.

Definition at line 45 of file ShTexCoord.hpp.


The documentation for this class was generated from the following files:
Generated on Mon Jan 24 18:38:22 2005 for Sh by  doxygen 1.4.1