Orfeo Toolbox  3.16
Public Types | Static Public Attributes
itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE > Class Template Reference

Helper class holding the traits of QuadEdge cells. More...

#include <itkQuadEdgeCellTraitsInfo.h>

List of all members.

Public Types

typedef TCellFeatureIdentifier CellFeatureIdentifier
typedef TCellIdentifier CellIdentifier
typedef TCoordRep CoordRepType
typedef TInterpolationWeight InterpolationWeightType
typedef const PointIdentifierPointIdConstIterator
typedef TPointIdentifier PointIdentifier
typedef TQE::ConstIteratorGeom PointIdInternalConstIterator
typedef TQE::IteratorGeom PointIdInternalIterator
typedef PointIdentifierPointIdIterator
typedef TPointsContainer PointsContainer
typedef TPoint PointType
typedef TQE QuadEdgeType
typedef TUsingCellsContainer UsingCellsContainer

Static Public Attributes

static const unsigned int PointDimension = VPointDimension

Detailed Description

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
class itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >

Helper class holding the traits of QuadEdge cells.

Author:
Alexandre Gouaillard, Leonardo Florez-Valencia, Eric Boix

This implementation was contributed as a paper to the Insight Journal http://insight-journal.org/midas/handle.php?handle=1926/306

Definition at line 47 of file itkQuadEdgeCellTraitsInfo.h.


Member Typedef Documentation

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef TCellFeatureIdentifier itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::CellFeatureIdentifier

Definition at line 55 of file itkQuadEdgeCellTraitsInfo.h.

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef TCellIdentifier itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::CellIdentifier

Definition at line 54 of file itkQuadEdgeCellTraitsInfo.h.

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef TCoordRep itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::CoordRepType

Definition at line 51 of file itkQuadEdgeCellTraitsInfo.h.

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef TInterpolationWeight itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::InterpolationWeightType

Definition at line 52 of file itkQuadEdgeCellTraitsInfo.h.

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef const PointIdentifier* itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::PointIdConstIterator

Definition at line 62 of file itkQuadEdgeCellTraitsInfo.h.

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef TPointIdentifier itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::PointIdentifier

Definition at line 53 of file itkQuadEdgeCellTraitsInfo.h.

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef TQE::ConstIteratorGeom itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::PointIdInternalConstIterator

Definition at line 65 of file itkQuadEdgeCellTraitsInfo.h.

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef TQE::IteratorGeom itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::PointIdInternalIterator

Definition at line 64 of file itkQuadEdgeCellTraitsInfo.h.

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef PointIdentifier* itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::PointIdIterator

Iterator types.

Definition at line 61 of file itkQuadEdgeCellTraitsInfo.h.

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef TPointsContainer itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::PointsContainer

Definition at line 57 of file itkQuadEdgeCellTraitsInfo.h.

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef TPoint itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::PointType

Definition at line 56 of file itkQuadEdgeCellTraitsInfo.h.

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef TQE itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::QuadEdgeType

Definition at line 63 of file itkQuadEdgeCellTraitsInfo.h.

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
typedef TUsingCellsContainer itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::UsingCellsContainer

Definition at line 58 of file itkQuadEdgeCellTraitsInfo.h.


Member Data Documentation

template<int VPointDimension, typename TCoordRep = float, typename TInterpolationWeight = float, typename TPointIdentifier = unsigned long, typename TCellIdentifier = unsigned long, typename TCellFeatureIdentifier = unsigned char, typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >, typename TPointsContainer = MapContainer< unsigned long, TPoint >, typename TUsingCellsContainer = std::set< TPointIdentifier >, typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true >>
const unsigned int itk::QuadEdgeMeshCellTraitsInfo< VPointDimension, TCoordRep, TInterpolationWeight, TPointIdentifier, TCellIdentifier, TCellFeatureIdentifier, TPoint, TPointsContainer, TUsingCellsContainer, TQE >::PointDimension = VPointDimension
static

Definition at line 50 of file itkQuadEdgeCellTraitsInfo.h.


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

Generated at Sun Feb 3 2013 02:21:37 for Orfeo Toolbox with doxygen 1.8.1.1