Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Static Public Member Functions
graphics::spcPosCon< T, traits > Struct Template Reference

Determines the traits class belonging to a space by a default template parameter. More...

#include <dataDX.hh>

List of all members.

Static Public Member Functions

static uint boundary ()
static uint positionConnection ()

Detailed Description

template<typename T, typename traits = spaceTraits<T>>
struct graphics::spcPosCon< T, traits >

Determines the traits class belonging to a space by a default template parameter.

This class is used by spacePosCon and spaceBoundary.

See also:
spacePosCon, spaceBoundary
Author:
Philipp Frauenfelder, 2002

Definition at line 57 of file dataDX.hh.


Member Function Documentation

template<typename T , typename traits = spaceTraits<T>>
static uint graphics::spcPosCon< T, traits >::boundary ( ) [inline, static]

Definition at line 61 of file dataDX.hh.

template<typename T , typename traits = spaceTraits<T>>
static uint graphics::spcPosCon< T, traits >::positionConnection ( ) [inline, static]

Definition at line 58 of file dataDX.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)