Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::QuadEdgeMeshLineCell< TCellInterface > Class Template Reference

#include <itkQuadEdgeMeshLineCell.h>

List of all members.


Detailed Description

template<class TCellInterface>
class itk::QuadEdgeMeshLineCell< TCellInterface >

Class that connects the QuadEdgeMesh with the Mesh.

Parameters:
TCellInterface Basic type for the itk*Cell. This usually comes from the MeshTraits.
Author:
Eric Boix, Alex Gouaillard, Leonardo Florez

Definition at line 40 of file itkQuadEdgeMeshLineCell.h.
virtual unsigned int GetDimension () const
virtual unsigned int GetNumberOfPoints () const
static int GetTopologyId ()

Public Types

typedef Superclass::CellAutoPointer CellAutoPointer
typedef Superclass::CellConstAutoPointer CellConstAutoPointer
typedef Superclass::CellConstRawPointer CellConstRawPointer
typedef Superclass::CellFeatureIdentifier CellFeatureCount
typedef Superclass::CellFeatureIdentifier CellFeatureIdentifier
typedef Superclass::CellGeometry CellGeometry
typedef Superclass::CellIdentifier CellIdentifier
typedef Superclass::CellRawPointer CellRawPointer
typedef Superclass::CellTraits CellTraits
typedef Superclass::CellType CellType
typedef const SelfConstRawPointer
typedef AutoPointer< const
Self
ConstSelfAutoPointer
typedef Superclass::CoordRepType CoordRepType
typedef QEType::DualDataType DualDataType
typedef QEType::DualOriginRefType FaceRefType
typedef Superclass::InterpolationWeightType InterpolationWeightType
typedef CellType::MultiVisitor MultiVisitor
typedef Superclass::ParametricCoordArrayType ParametricCoordArrayType
typedef Superclass::PixelType PixelType
typedef QEType::ConstIteratorGeom PointIdConstIterator
typedef Superclass::PointIdentifier PointIdentifier
typedef QEType::IteratorGeom PointIdIterator
typedef Superclass::PointsContainer PointsContainer
typedef Superclass::PointType PointType
typedef QEType::PrimalDataType PrimalDataType
typedef QEType::DualType QEDual
typedef Superclass::CellTraits::QuadEdgeType QEType
typedef SelfRawPointer
typedef QuadEdgeMeshLineCell Self
typedef AutoPointer< SelfSelfAutoPointer
typedef Superclass::ShapeFunctionsArrayType ShapeFunctionsArrayType
typedef TCellInterface Superclass
typedef Superclass::UsingCellsContainer UsingCellsContainer
typedef QEType::OriginRefType VertexRefType

Public Member Functions

virtual bool GetBoundaryFeature (int dimension, CellFeatureIdentifier cellId, CellAutoPointer &cell)
virtual const char * GetNameOfClass () const
virtual CellFeatureCount GetNumberOfBoundaryFeatures (int dimension) const
virtual PointIdConstIterator GetPointIds () const
 itkQEAccessorsMacro (QEType, Self, QEDual)
 itkStaticConstMacro (CellDimension, unsigned int, 2)
 itkStaticConstMacro (PointDimension, unsigned int, Superclass::PointDimension)
virtual void MakeCopy (CellAutoPointer &cell) const
virtual void MakeEdge ()
SelfAutoPointer New ()
virtual PointIdConstIterator PointIdsBegin () const
virtual PointIdIterator PointIdsBegin ()
virtual PointIdConstIterator PointIdsEnd () const
virtual PointIdIterator PointIdsEnd ()
virtual void Accept (unsigned long cellId, MultiVisitor *mv)
virtual CellGeometry GetType () const
CellIdentifier GetIdent ()
void SetIdent (CellIdentifier cid)
virtual void SetPointId (int localId, PointIdentifier pId)
virtual void SetPointIds (PointIdConstIterator first, PointIdConstIterator last)
virtual void SetPointIds (PointIdConstIterator first)


Member Typedef Documentation

template<class TCellInterface>
typedef Superclass::CellAutoPointer itk::QuadEdgeMeshLineCell< TCellInterface >::CellAutoPointer

Definition at line 57 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::CellConstAutoPointer itk::QuadEdgeMeshLineCell< TCellInterface >::CellConstAutoPointer

Definition at line 58 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::CellConstRawPointer itk::QuadEdgeMeshLineCell< TCellInterface >::CellConstRawPointer

Definition at line 60 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::CellFeatureIdentifier itk::QuadEdgeMeshLineCell< TCellInterface >::CellFeatureCount

Definition at line 67 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::CellFeatureIdentifier itk::QuadEdgeMeshLineCell< TCellInterface >::CellFeatureIdentifier

Definition at line 66 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::CellGeometry itk::QuadEdgeMeshLineCell< TCellInterface >::CellGeometry

Definition at line 71 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::CellIdentifier itk::QuadEdgeMeshLineCell< TCellInterface >::CellIdentifier

Definition at line 65 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::CellRawPointer itk::QuadEdgeMeshLineCell< TCellInterface >::CellRawPointer

Definition at line 59 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::CellTraits itk::QuadEdgeMeshLineCell< TCellInterface >::CellTraits

Definition at line 61 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::CellType itk::QuadEdgeMeshLineCell< TCellInterface >::CellType

Definition at line 56 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef const Self* itk::QuadEdgeMeshLineCell< TCellInterface >::ConstRawPointer

Definition at line 51 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef AutoPointer< const Self > itk::QuadEdgeMeshLineCell< TCellInterface >::ConstSelfAutoPointer

Definition at line 48 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::CoordRepType itk::QuadEdgeMeshLineCell< TCellInterface >::CoordRepType

Definition at line 62 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef QEType::DualDataType itk::QuadEdgeMeshLineCell< TCellInterface >::DualDataType

Definition at line 85 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef QEType::DualOriginRefType itk::QuadEdgeMeshLineCell< TCellInterface >::FaceRefType

Definition at line 83 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::InterpolationWeightType itk::QuadEdgeMeshLineCell< TCellInterface >::InterpolationWeightType

Definition at line 63 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef CellType::MultiVisitor itk::QuadEdgeMeshLineCell< TCellInterface >::MultiVisitor

Multivisitor type.

Definition at line 78 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::ParametricCoordArrayType itk::QuadEdgeMeshLineCell< TCellInterface >::ParametricCoordArrayType

Definition at line 72 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::PixelType itk::QuadEdgeMeshLineCell< TCellInterface >::PixelType

Definition at line 55 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef QEType::ConstIteratorGeom itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdConstIterator

Definition at line 90 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::PointIdentifier itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdentifier

Definition at line 64 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef QEType::IteratorGeom itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdIterator

Iterator types.

Definition at line 89 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::PointsContainer itk::QuadEdgeMeshLineCell< TCellInterface >::PointsContainer

Definition at line 69 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::PointType itk::QuadEdgeMeshLineCell< TCellInterface >::PointType

Definition at line 68 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef QEType::PrimalDataType itk::QuadEdgeMeshLineCell< TCellInterface >::PrimalDataType

Definition at line 84 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef QEType::DualType itk::QuadEdgeMeshLineCell< TCellInterface >::QEDual

Definition at line 86 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::CellTraits::QuadEdgeType itk::QuadEdgeMeshLineCell< TCellInterface >::QEType

QE types.

Definition at line 81 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Self* itk::QuadEdgeMeshLineCell< TCellInterface >::RawPointer

Definition at line 50 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef QuadEdgeMeshLineCell itk::QuadEdgeMeshLineCell< TCellInterface >::Self

Standard class typedefs.

Definition at line 47 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef AutoPointer< Self > itk::QuadEdgeMeshLineCell< TCellInterface >::SelfAutoPointer

Definition at line 49 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::ShapeFunctionsArrayType itk::QuadEdgeMeshLineCell< TCellInterface >::ShapeFunctionsArrayType

Definition at line 73 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef TCellInterface itk::QuadEdgeMeshLineCell< TCellInterface >::Superclass

Definition at line 54 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef Superclass::UsingCellsContainer itk::QuadEdgeMeshLineCell< TCellInterface >::UsingCellsContainer

Definition at line 70 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
typedef QEType::OriginRefType itk::QuadEdgeMeshLineCell< TCellInterface >::VertexRefType

Definition at line 82 of file itkQuadEdgeMeshLineCell.h.


Constructor & Destructor Documentation

template<class TCellInterface>
itk::QuadEdgeMeshLineCell< TCellInterface >::QuadEdgeMeshLineCell ( bool  makeEdge = true  ) 

Object memory management methods.

template<class TCellInterface>
virtual itk::QuadEdgeMeshLineCell< TCellInterface >::~QuadEdgeMeshLineCell (  )  [virtual]

Object memory management methods.

template<class TCellInterface>
itk::QuadEdgeMeshLineCell< TCellInterface >::QuadEdgeMeshLineCell ( bool  makeEdge = true  ) 

Object memory management methods.

template<class TCellInterface>
virtual itk::QuadEdgeMeshLineCell< TCellInterface >::~QuadEdgeMeshLineCell (  )  [virtual]

Object memory management methods.


Member Function Documentation

template<class TCellInterface>
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::Accept ( unsigned long  cellId,
MultiVisitor mv 
) [virtual]

TCellInterface abstract methods definition.

template<class TCellInterface>
virtual bool itk::QuadEdgeMeshLineCell< TCellInterface >::GetBoundaryFeature ( int  dimension,
CellFeatureIdentifier  cellId,
CellAutoPointer cell 
) [virtual]

template<class TCellInterface>
virtual unsigned int itk::QuadEdgeMeshLineCell< TCellInterface >::GetDimension (  )  const [virtual]

template<class TCellInterface>
CellIdentifier itk::QuadEdgeMeshLineCell< TCellInterface >::GetIdent (  ) 

template<class TCellInterface>
virtual const char* itk::QuadEdgeMeshLineCell< TCellInterface >::GetNameOfClass (  )  const [virtual]

Standard part of every itk Object.

template<class TCellInterface>
virtual CellFeatureCount itk::QuadEdgeMeshLineCell< TCellInterface >::GetNumberOfBoundaryFeatures ( int  dimension  )  const [virtual]

template<class TCellInterface>
virtual unsigned int itk::QuadEdgeMeshLineCell< TCellInterface >::GetNumberOfPoints (  )  const [virtual]

template<class TCellInterface>
virtual PointIdConstIterator itk::QuadEdgeMeshLineCell< TCellInterface >::GetPointIds (  )  const [virtual]

template<class TCellInterface>
static int itk::QuadEdgeMeshLineCell< TCellInterface >::GetTopologyId (  )  [static]

Topology related methods.

template<class TCellInterface>
virtual CellGeometry itk::QuadEdgeMeshLineCell< TCellInterface >::GetType (  )  const [virtual]

TCellInterface abstract methods definition.

template<class TCellInterface>
itk::QuadEdgeMeshLineCell< TCellInterface >::itkQEAccessorsMacro ( QEType  ,
Self  ,
QEDual   
)

template<class TCellInterface>
itk::QuadEdgeMeshLineCell< TCellInterface >::itkStaticConstMacro ( CellDimension  ,
unsigned  int,
 
)

template<class TCellInterface>
itk::QuadEdgeMeshLineCell< TCellInterface >::itkStaticConstMacro ( PointDimension  ,
unsigned  int,
Superclass::PointDimension   
)

template<class TCellInterface>
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::MakeCopy ( CellAutoPointer cell  )  const [inline, virtual]

Useless methods.

Definition at line 132 of file itkQuadEdgeMeshLineCell.h.

template<class TCellInterface>
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::MakeEdge (  )  [virtual]

Methods for a QECell.

template<class TCellInterface>
SelfAutoPointer itk::QuadEdgeMeshLineCell< TCellInterface >::New (  ) 

Implement the standard CellInterface.

template<class TCellInterface>
virtual PointIdConstIterator itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdsBegin (  )  const [virtual]

template<class TCellInterface>
virtual PointIdIterator itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdsBegin (  )  [virtual]

template<class TCellInterface>
virtual PointIdConstIterator itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdsEnd (  )  const [virtual]

template<class TCellInterface>
virtual PointIdIterator itk::QuadEdgeMeshLineCell< TCellInterface >::PointIdsEnd (  )  [virtual]

template<class TCellInterface>
void itk::QuadEdgeMeshLineCell< TCellInterface >::SetIdent ( CellIdentifier  cid  ) 

Accessors for m_Identifier.

template<class TCellInterface>
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::SetPointId ( int  localId,
PointIdentifier  pId 
) [virtual]

template<class TCellInterface>
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::SetPointIds ( PointIdConstIterator  first,
PointIdConstIterator  last 
) [virtual]

template<class TCellInterface>
virtual void itk::QuadEdgeMeshLineCell< TCellInterface >::SetPointIds ( PointIdConstIterator  first  )  [virtual]

Iterator-related methods.


The documentation for this class was generated from the following file:
Generated at Mon Mar 12 09:21:04 2007 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000