ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkSmoothingQuadEdgeMeshFilter.h>
Public Types | |
typedef MatrixCoefficients < OutputMeshType > | CoefficientsComputation |
typedef SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
typedef SmoothingQuadEdgeMeshFilter | Self |
typedef QuadEdgeMeshToQuadEdgeMeshFilter < TInputMesh, TOutputMesh > | Superclass |
Public Types inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
typedef InputMeshType::CellDataContainer | InputCellDataContainer |
typedef InputMeshType::CellsContainerConstIterator | InputCellsContainerConstIterator |
typedef InputMeshType::CellsContainerConstPointer | InputCellsContainerConstPointer |
typedef InputMeshType::CellTraits | InputCellTraits |
typedef InputMeshType::CoordRepType | InputCoordRepType |
typedef InputMeshType::EdgeCellType | InputEdgeCellType |
typedef InputMeshType::ConstPointer | InputMeshConstPointer |
typedef InputMeshType::PointDataContainer | InputPointDataContainer |
typedef InputPointDataContainer::ConstPointer | InputPointDataContainerConstPointer |
typedef InputMeshType::PointIdentifier | InputPointIdentifier |
typedef InputMeshType::PointIdList | InputPointIdList |
typedef InputMeshType::PointsContainerConstIterator | InputPointsContainerConstIterator |
typedef InputMeshType::PointsContainerConstPointer | InputPointsContainerConstPointer |
typedef InputCellTraits::PointIdInternalIterator | InputPointsIdInternalIterator |
typedef InputMeshType::PointType | InputPointType |
typedef InputMeshType::PolygonCellType | InputPolygonCellType |
typedef InputQEPrimal::IteratorGeom | InputQEIterator |
typedef InputMeshType::QEPrimal | InputQEPrimal |
typedef InputMeshType::VectorType | InputVectorType |
typedef OutputMeshType::CellDataContainer | OutputCellDataContainer |
typedef OutputMeshType::CoordRepType | OutputCoordRepType |
typedef OutputMeshType::ConstPointer | OutputMeshConstPointer |
typedef OutputMeshType::PointDataContainer | OutputPointDataContainer |
typedef OutputMeshType::PointsContainerConstPointer | OutputPointsContainerConstPointer |
typedef OutputQEPrimal::IteratorGeom | OutputQEIterator |
typedef OutputMeshType::QEPrimal | OutputQEPrimal |
Public Types inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh > | |
Public Types inherited from itk::MeshSource< TOutputMesh > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
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 |
Private Member Functions | |
void | operator= (const Self &) |
SmoothingQuadEdgeMeshFilter (const Self &) |
Quad Edge Mesh Smoothing Filter.
Definition at line 32 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef MatrixCoefficients< OutputMeshType > itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::CoefficientsComputation |
Definition at line 73 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef SmartPointer< const Self > itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 38 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef InputMeshType::Pointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 48 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef TInputMesh itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType |
Input types.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 45 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef InputOutputDelaunayConformingType::Pointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputOutputDelaunayConformingPointer |
Definition at line 68 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef DelaunayConformingQuadEdgeMeshFilter< InputMeshType, OutputMeshType > itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputOutputDelaunayConformingType |
Definition at line 67 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputMeshType::CellsContainerIterator itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerIterator |
Definition at line 63 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputMeshType::CellsContainerPointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerPointer |
Definition at line 62 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputPointType::CoordRepType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordType |
Definition at line 58 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputDelaunayConformingType::Pointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputDelaunayConformingPointer |
Definition at line 71 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef DelaunayConformingQuadEdgeMeshFilter< OutputMeshType, OutputMeshType > itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputDelaunayConformingType |
Definition at line 70 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputMeshType::EdgeCellType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeCellType |
Definition at line 52 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputMeshType::Pointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 51 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef TOutputMesh itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType |
Output types.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 50 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointIdentifier itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 55 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainer |
Definition at line 59 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainerIterator itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerIterator |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 61 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainerPointer itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerPointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 60 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 56 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputMeshType::PolygonCellType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPolygonCellType |
Definition at line 53 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputMeshType::QEType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEType |
Definition at line 54 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef OutputPointType::VectorType itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 57 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef SmartPointer< Self > itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 37 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef SmoothingQuadEdgeMeshFilter itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self |
Basic types.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 36 of file itkSmoothingQuadEdgeMeshFilter.h.
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 39 of file itkSmoothingQuadEdgeMeshFilter.h.
|
protected |
|
protected |
|
private |
|
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 >.
|
protectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
virtual |
|
virtual |
|
static |
New macro for creation of through a Smart Pointer
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
private |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
protectedvirtual |
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 >.
|
inline |
Definition at line 75 of file itkSmoothingQuadEdgeMeshFilter.h.
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 91 of file itkSmoothingQuadEdgeMeshFilter.h.
|
protected |
Definition at line 97 of file itkSmoothingQuadEdgeMeshFilter.h.
|
protected |
Definition at line 93 of file itkSmoothingQuadEdgeMeshFilter.h.
|
protected |
Definition at line 99 of file itkSmoothingQuadEdgeMeshFilter.h.
|
protected |
Definition at line 95 of file itkSmoothingQuadEdgeMeshFilter.h.
|
protected |
Definition at line 101 of file itkSmoothingQuadEdgeMeshFilter.h.
|
static |
Definition at line 65 of file itkSmoothingQuadEdgeMeshFilter.h.