ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Private Member Functions
itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh > Class Template Reference

Transform one border of a QuadEdgeMesh into either a circle (conformal) or a square (arclength-wise). More...

#include <itkBorderQuadEdgeMeshFilter.h>

Inheritance diagram for itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >:
Collaboration diagram for itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >:

List of all members.

Public Types

enum  BorderPickType {
  LONGEST = 0,
  LARGEST
}
enum  BorderTransformType {
  SQUARE_BORDER_TRANSFORM = 0,
  DISK_BORDER_TRANSFORM
}
typedef
BoundaryRepresentativeEdgesType::Pointer 
BoundaryRepresentativeEdgesPointer
typedef
QuadEdgeMeshBoundaryEdgesMeshFunction
< InputMeshType
BoundaryRepresentativeEdgesType
typedef SmartPointer< const SelfConstPointer
typedef
InputMeshType::CellsContainerConstIterator 
InputCellsContainerConstIterator
typedef InputMeshType::CoordRepType InputCoordRepType
typedef InputMeshType::EdgeCellType InputEdgeCellType
typedef InputEdgeListType::iterator InputEdgeListIterator
typedef
InputMeshType::EdgeListPointerType 
InputEdgeListPointerType
typedef InputMeshType::EdgeListType InputEdgeListType
typedef InputQEType::IteratorGeom InputIteratorGeom
typedef InputMeshType::ConstPointer InputMeshConstPointer
typedef TInputMesh InputMeshType
typedef
InputMeshType::PointIdentifier 
InputPointIdentifier
typedef InputMeshType::PointIdList InputPointIdList
typedef
InputMeshType::PointsContainer 
InputPointsContainer
typedef
InputMeshType::PointsContainerConstIterator 
InputPointsContainerConstIterator
typedef InputMeshType::PointType InputPointType
typedef
InputMeshType::PolygonCellType 
InputPolygonCellType
typedef InputMeshType::QEType InputQEType
typedef InputMeshType::Traits InputTraits
typedef std::vector
< InputPointType
InputVectorPointType
typedef InputMeshType::VectorType InputVectorType
typedef std::map
< InputPointIdentifier,
OutputPointIdentifier
MapPointIdentifier
typedef
MapPointIdentifier::iterator 
MapPointIdentifierIterator
typedef
OutputMeshType::CellsContainerConstIterator 
OutputCellsContainerConstIterator
typedef
OutputMeshType::CoordRepType 
OutputCoordRepType
typedef
OutputMeshType::EdgeCellType 
OutputEdgeCellType
typedef
OutputMeshType::EdgeListType 
OutputEdgeListType
typedef OutputMeshType::Pointer OutputMeshPointer
typedef TOutputMesh OutputMeshType
typedef
OutputMeshType::PointIdentifier 
OutputPointIdentifier
typedef OutputMeshType::PointIdList OutputPointIdList
typedef
OutputMeshType::PointsContainer 
OutputPointsContainer
typedef
OutputMeshType::PointsContainerConstIterator 
OutputPointsContainerConstIterator
typedef OutputMeshType::PointType OutputPointType
typedef
OutputMeshType::PolygonCellType 
OutputPolygonCellType
typedef OutputMeshType::QEType OutputQEType
typedef OutputMeshType::Traits OutputTraits
typedef OutputMeshType::VectorType OutputVectorType
typedef SmartPointer< SelfPointer
typedef BorderQuadEdgeMeshFilter Self
typedef
QuadEdgeMeshToQuadEdgeMeshFilter
< TInputMesh, TOutputMesh > 
Superclass

Public Member Functions

void ComputeTransform ()
virtual ::itk::LightObject::Pointer CreateAnother (void) const
InputVectorPointType GetBorder ()
virtual BorderPickType GetBorderPick () const
MapPointIdentifier GetBoundaryPtMap ()
virtual const char * GetNameOfClass () const
virtual InputCoordRepType GetRadius () const
virtual BorderTransformType GetTransformType () const
virtual void SetBorderPick (BorderPickType _arg)
virtual void SetRadius (InputCoordRepType _arg)
virtual void SetTransformType (BorderTransformType _arg)

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int PointDimension = InputTraits::PointDimension

Protected Member Functions

void ArcLengthSquareTransform ()
 BorderQuadEdgeMeshFilter ()
void ComputeBoundary ()
InputQETypeComputeLargestBorder ()
InputQETypeComputeLongestBorder ()
void DiskTransform ()
void GenerateData ()
InputPointType GetMeshBarycentre ()
void PrintSelf (std::ostream &os, Indent indent) const
InputCoordRepType RadiusMaxSquare ()
 ~BorderQuadEdgeMeshFilter ()

Protected Attributes

InputVectorPointType m_Border
BorderPickType m_BorderPick
MapPointIdentifier m_BoundaryPtMap
InputCoordRepType m_Radius
BorderTransformType m_TransformType

Private Member Functions

 BorderQuadEdgeMeshFilter (const Self &)
void operator= (const Self &)

Detailed Description

template<class TInputMesh, class TOutputMesh = TInputMesh>
class itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >

Transform one border of a QuadEdgeMesh into either a circle (conformal) or a square (arclength-wise).

This class is one important step when computing a planar parameterization of one mesh.

If the input mesh has several boundaries, one can choose the one which would be transformed via the variable m_BorderPick.

See also:
ParameterizationQuadEdgeMeshFilter

Definition at line 50 of file itkBorderQuadEdgeMeshFilter.h.


Member Typedef Documentation

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef BoundaryRepresentativeEdgesType::Pointer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BoundaryRepresentativeEdgesPointer

Definition at line 112 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef QuadEdgeMeshBoundaryEdgesMeshFunction< InputMeshType > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BoundaryRepresentativeEdgesType

Definition at line 111 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef SmartPointer< const Self > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::CellsContainerConstIterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstIterator
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::CoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordRepType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::EdgeCellType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeCellType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputEdgeListType::iterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListIterator

Definition at line 74 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::EdgeListPointerType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListPointerType

Definition at line 73 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::EdgeListType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListType

Definition at line 72 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputQEType::IteratorGeom itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputIteratorGeom

Definition at line 70 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::ConstPointer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef TInputMesh itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType

Input types.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 63 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PointIdList itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdList
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PointsContainer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainer

Definition at line 78 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PointsContainerConstIterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstIterator
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::PolygonCellType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPolygonCellType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::QEType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEType

Definition at line 69 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::Traits itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputTraits

Definition at line 67 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef std::vector< InputPointType > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorPointType

Definition at line 107 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::VectorType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef std::map< InputPointIdentifier, OutputPointIdentifier > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::MapPointIdentifier

Definition at line 108 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef MapPointIdentifier::iterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::MapPointIdentifierIterator

Definition at line 109 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::CellsContainerConstIterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerConstIterator

Definition at line 100 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::CoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordRepType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::EdgeCellType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeCellType

Definition at line 93 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::EdgeListType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeListType

Definition at line 92 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::Pointer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef TOutputMesh itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType

Output types.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 84 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointIdList itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdList

Definition at line 95 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointsContainer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainer

Definition at line 96 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointsContainerConstIterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerConstIterator

Definition at line 98 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PolygonCellType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPolygonCellType

Definition at line 94 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::QEType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEType

Definition at line 90 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::Traits itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputTraits

Definition at line 88 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::VectorType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef SmartPointer< Self > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef BorderQuadEdgeMeshFilter itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self

Basic types.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 56 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass

Member Enumeration Documentation

template<class TInputMesh , class TOutputMesh = TInputMesh>
enum itk::BorderQuadEdgeMeshFilter::BorderPickType
Enumerator:
LONGEST 
LARGEST 

Definition at line 121 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
enum itk::BorderQuadEdgeMeshFilter::BorderTransformType
Enumerator:
SQUARE_BORDER_TRANSFORM 
DISK_BORDER_TRANSFORM 

Definition at line 116 of file itkBorderQuadEdgeMeshFilter.h.


Constructor & Destructor Documentation

template<class TInputMesh , class TOutputMesh = TInputMesh>
itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BorderQuadEdgeMeshFilter ( ) [protected]

Constructor.

template<class TInputMesh , class TOutputMesh = TInputMesh>
itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::~BorderQuadEdgeMeshFilter ( ) [inline, protected]

Destructor.

Definition at line 146 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BorderQuadEdgeMeshFilter ( const Self ) [private]

Not implemented


Member Function Documentation

template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ArcLengthSquareTransform ( ) [protected]
template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeBoundary ( ) [protected]
template<class TInputMesh , class TOutputMesh = TInputMesh>
InputQEType* itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeLargestBorder ( ) [protected]
template<class TInputMesh , class TOutputMesh = TInputMesh>
InputQEType* itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeLongestBorder ( ) [protected]
template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeTransform ( )
template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual::itk::LightObject::Pointer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::DiskTransform ( ) [protected]
template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GenerateData ( void  ) [protected, virtual]

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

template<class TInputMesh , class TOutputMesh = TInputMesh>
InputVectorPointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetBorder ( )
template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual BorderPickType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetBorderPick ( ) const [virtual]
template<class TInputMesh , class TOutputMesh = TInputMesh>
MapPointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetBoundaryPtMap ( )
template<class TInputMesh , class TOutputMesh = TInputMesh>
InputPointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetMeshBarycentre ( ) [protected]
template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual const char* itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual InputCoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetRadius ( ) const [virtual]
template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual BorderTransformType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetTransformType ( ) const [virtual]
template<class TInputMesh , class TOutputMesh = TInputMesh>
static Pointer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::operator= ( const Self ) [private]
template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::MeshSource< TOutputMesh >.

template<class TInputMesh , class TOutputMesh = TInputMesh>
InputCoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::RadiusMaxSquare ( ) [protected]
template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetBorderPick ( BorderPickType  _arg) [virtual]
template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetRadius ( InputCoordRepType  _arg) [virtual]
template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetTransformType ( BorderTransformType  _arg) [virtual]

Member Data Documentation

template<class TInputMesh , class TOutputMesh = TInputMesh>
InputVectorPointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_Border [protected]

Definition at line 155 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
BorderPickType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_BorderPick [protected]

Definition at line 151 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
MapPointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_BoundaryPtMap [protected]

Definition at line 157 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
InputCoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_Radius [protected]

Definition at line 153 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
BorderTransformType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_TransformType [protected]

Definition at line 150 of file itkBorderQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
const unsigned int itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PointDimension = InputTraits::PointDimension [static]

Definition at line 105 of file itkBorderQuadEdgeMeshFilter.h.


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