Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | 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 ValueType
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

 ShTexCoord (const ShGeneric< N, T > &other)
 ShTexCoord (const ShTexCoord< N, Binding, T, Swizzled > &other)
 ShTexCoord (const ShVariableNodePtr &node, const ShSwizzle &swizzle, bool neg)
 ShTexCoord (T data[N])
ShTexCoordoperator= (const ShGeneric< N, T > &other)
ShTexCoordoperator= (const ShTexCoord< N, Binding, T, Swizzled > &other)
ShTexCoordoperator= (const ShProgram &prg)
ShTexCoordoperator+= (const ShGeneric< N, T > &right)
ShTexCoordoperator-= (const ShGeneric< N, T > &right)
ShTexCoordoperator *= (const ShGeneric< N, T > &right)
ShTexCoordoperator/= (const ShGeneric< N, T > &right)
ShTexCoordoperator%= (const ShGeneric< N, T > &right)
ShTexCoordoperator *= (T)
ShTexCoordoperator/= (T)
ShTexCoordoperator%= (T)
ShTexCoordoperator+= (T)
ShTexCoordoperator-= (T)
ShTexCoordoperator+= (const ShGeneric< 1, T > &)
ShTexCoordoperator-= (const ShGeneric< 1, T > &)
ShTexCoordoperator *= (const ShGeneric< 1, T > &)
ShTexCoordoperator/= (const ShGeneric< 1, T > &)
ShTexCoordoperator%= (const ShGeneric< 1, T > &)
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

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::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 Oct 18 14:17:58 2004 for Sh by doxygen 1.3.7