ITK  4.2.0
Insight Segmentation and Registration Toolkit
Static Public Attributes
itk::GetPointSetDimension< TPointSet > Struct Template Reference

#include <itkPointSet.h>

List of all members.

Static Public Attributes

static const unsigned int PointDimension = TPointSet::PointDimension

Detailed Description

template<typename TPointSet>
struct itk::GetPointSetDimension< TPointSet >

Due to a bug in MSVC, an enum value cannot be accessed out of a template parameter until the template class opens. In order for templated classes to access the dimension of an image template parameter in defining their own dimension, this class is needed as a work-around.

Definition at line 45 of file itkPointSet.h.


Member Data Documentation

template<typename TPointSet >
const unsigned int itk::GetPointSetDimension< TPointSet >::PointDimension = TPointSet::PointDimension
static

Definition at line 46 of file itkPointSet.h.


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