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::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh > Class Template Reference

Quad Edge Mesh Smoothing Filter. More...

#include <itkSmoothingQuadEdgeMeshFilter.h>

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

List of all members.

Public Types

typedef MatrixCoefficients
< OutputMeshType
CoefficientsComputation
typedef SmartPointer< const SelfConstPointer
typedef InputMeshType::Pointer InputMeshPointer
typedef TInputMesh InputMeshType
typedef
InputOutputDelaunayConformingType::Pointer 
InputOutputDelaunayConformingPointer
typedef
DelaunayConformingQuadEdgeMeshFilter
< InputMeshType,
OutputMeshType
InputOutputDelaunayConformingType
typedef
OutputMeshType::CellsContainerIterator 
OutputCellsContainerIterator
typedef
OutputMeshType::CellsContainerPointer 
OutputCellsContainerPointer
typedef
OutputPointType::CoordRepType 
OutputCoordType
typedef
OutputDelaunayConformingType::Pointer 
OutputDelaunayConformingPointer
typedef
DelaunayConformingQuadEdgeMeshFilter
< OutputMeshType,
OutputMeshType
OutputDelaunayConformingType
typedef
OutputMeshType::EdgeCellType 
OutputEdgeCellType
typedef OutputMeshType::Pointer OutputMeshPointer
typedef TOutputMesh OutputMeshType
typedef
OutputMeshType::PointIdentifier 
OutputPointIdentifier
typedef
OutputMeshType::PointsContainer 
OutputPointsContainer
typedef
OutputMeshType::PointsContainerIterator 
OutputPointsContainerIterator
typedef
OutputMeshType::PointsContainerPointer 
OutputPointsContainerPointer
typedef OutputMeshType::PointType OutputPointType
typedef
OutputMeshType::PolygonCellType 
OutputPolygonCellType
typedef OutputMeshType::QEType OutputQEType
typedef OutputPointType::VectorType OutputVectorType
typedef SmartPointer< SelfPointer
typedef SmoothingQuadEdgeMeshFilter Self
typedef
QuadEdgeMeshToQuadEdgeMeshFilter
< TInputMesh, TOutputMesh > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual bool GetDelaunayConforming () const
virtual const char * GetNameOfClass () const
virtual unsigned int GetNumberOfIterations () const
virtual OutputCoordType GetRelaxationFactor () const
void SetCoefficientsMethod (CoefficientsComputation *iMethod)
virtual void SetDelaunayConforming (bool _arg)
virtual void SetNumberOfIterations (unsigned int _arg)
virtual void SetRelaxationFactor (OutputCoordType _arg)

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int PointDimension = OutputMeshType::PointDimension

Protected Member Functions

void GenerateData ()
void PrintSelf (std::ostream &os, Indent indent) const
 SmoothingQuadEdgeMeshFilter ()
 ~SmoothingQuadEdgeMeshFilter ()

Protected Attributes

CoefficientsComputationm_CoefficientsMethod
bool m_DelaunayConforming
InputOutputDelaunayConformingPointer m_InputDelaunayFilter
unsigned int m_NumberOfIterations
OutputDelaunayConformingPointer m_OutputDelaunayFilter
OutputCoordType m_RelaxationFactor

Private Member Functions

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

Detailed Description

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

Quad Edge Mesh Smoothing Filter.

Definition at line 32 of file itkSmoothingQuadEdgeMeshFilter.h.


Member Typedef Documentation

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef MatrixCoefficients< OutputMeshType > itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::CoefficientsComputation

Definition at line 73 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef SmartPointer< const Self > itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputMeshType::Pointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef TInputMesh itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef InputOutputDelaunayConformingType::Pointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputOutputDelaunayConformingPointer

Definition at line 68 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef DelaunayConformingQuadEdgeMeshFilter< InputMeshType, OutputMeshType > itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputOutputDelaunayConformingType

Definition at line 67 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::CellsContainerIterator itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerIterator

Definition at line 63 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::CellsContainerPointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerPointer

Definition at line 62 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputPointType::CoordRepType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordType

Definition at line 58 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputDelaunayConformingType::Pointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputDelaunayConformingPointer

Definition at line 71 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef DelaunayConformingQuadEdgeMeshFilter< OutputMeshType, OutputMeshType > itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputDelaunayConformingType

Definition at line 70 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::EdgeCellType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeCellType

Definition at line 52 of file itkSmoothingQuadEdgeMeshFilter.h.

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

Output types.

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

Definition at line 50 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointIdentifier itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointsContainer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainer

Definition at line 59 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointsContainerIterator itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerIterator
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointsContainerPointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerPointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PointType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputMeshType::PolygonCellType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPolygonCellType

Definition at line 53 of file itkSmoothingQuadEdgeMeshFilter.h.

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

Definition at line 54 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef OutputPointType::VectorType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef SmartPointer< Self > itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef SmoothingQuadEdgeMeshFilter itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self
template<class TInputMesh , class TOutputMesh = TInputMesh>
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass

Constructor & Destructor Documentation

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

Member Function Documentation

template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual::itk::LightObject::Pointer itk::SmoothingQuadEdgeMeshFilter< 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::SmoothingQuadEdgeMeshFilter< 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>
virtual bool itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetDelaunayConforming ( ) const [virtual]
template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual const char* itk::SmoothingQuadEdgeMeshFilter< 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 unsigned int itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetNumberOfIterations ( ) const [virtual]
template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual OutputCoordType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetRelaxationFactor ( ) const [virtual]
template<class TInputMesh , class TOutputMesh = TInputMesh>
static Pointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::New ( ) [static]

New macro for creation of through a Smart Pointer

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

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

Time when GenerateOutputInformation was last called.

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

template<class TInputMesh , class TOutputMesh = TInputMesh>
void itk::SmoothingQuadEdgeMeshFilter< 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>
void itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetCoefficientsMethod ( CoefficientsComputation iMethod) [inline]

Definition at line 75 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual void itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetDelaunayConforming ( bool  _arg) [virtual]
template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual void itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetNumberOfIterations ( unsigned int  _arg) [virtual]
template<class TInputMesh , class TOutputMesh = TInputMesh>
virtual void itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetRelaxationFactor ( OutputCoordType  _arg) [virtual]

Member Data Documentation

template<class TInputMesh , class TOutputMesh = TInputMesh>
CoefficientsComputation* itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_CoefficientsMethod [protected]

Definition at line 91 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
bool itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_DelaunayConforming [protected]

Definition at line 97 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
InputOutputDelaunayConformingPointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_InputDelaunayFilter [protected]

Definition at line 93 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
unsigned int itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_NumberOfIterations [protected]

Definition at line 99 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
OutputDelaunayConformingPointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_OutputDelaunayFilter [protected]

Definition at line 95 of file itkSmoothingQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh = TInputMesh>
OutputCoordType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_RelaxationFactor [protected]

Definition at line 101 of file itkSmoothingQuadEdgeMeshFilter.h.

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

Definition at line 65 of file itkSmoothingQuadEdgeMeshFilter.h.


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