ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkConformalFlatteningMeshFilter.h>
ConformalFlatteningMeshFilter applies a conformal mapping from 3D to 2D.
This code was contributed in the Insight Journal paper: "Conformal Flattening ITK Filter" by Gao Y., Melonakos J., Tannenbaum A. http://hdl.handle.net/1926/225 http://www.insight-journal.org/browse/publication/112
Definition at line 48 of file itkConformalFlatteningMeshFilter.h.
Public Types | |
typedef CellType::CellAutoPointer | CellAutoPointer |
typedef InputMeshType::CellIdentifier | CellIdentifier |
typedef CellsContainer::ConstIterator | CellIterator |
typedef InputMeshType::CellsContainer | CellsContainer |
typedef InputMeshType::CellType | CellType |
typedef SmartPointer< const Self > | ConstPointer |
typedef double | CoordRepType |
typedef InputMeshType::ConstPointer | InputMeshConstPointer |
typedef TInputMesh | InputMeshType |
typedef InputMeshType::PointType | InputPointType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutputMesh | OutputMeshType |
typedef OutputMeshType::PointType | OutputPointType |
typedef SmartPointer< Self > | Pointer |
typedef InputMeshType::PointIdentifier | PointIdentifier |
typedef CellType::PointIdIterator | PointIdIterator |
typedef PointsContainer::ConstIterator | PointIterator |
typedef InputMeshType::PointsContainer | PointsContainer |
typedef ConformalFlatteningMeshFilter | Self |
typedef MeshToMeshFilter < TInputMesh, TOutputMesh > | Superclass |
Public Types inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef TInputMesh | InputMeshType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutputMesh | OutputMeshType |
typedef SmartPointer< Self > | Pointer |
typedef MeshToMeshFilter | Self |
typedef MeshSource< TOutputMesh > | Superclass |
Public Types inherited from itk::MeshSource< TOutputMesh > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutputMesh | OutputMeshType |
typedef SmartPointer< Self > | Pointer |
typedef MeshSource | Self |
typedef ProcessObject | Superclass |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshSource< TOutputMesh > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputPointDimension = TInputMesh::PointDimension |
static const unsigned int | OutputPointDimension = TOutputMesh::PointDimension |
Private Types | |
typedef vnl_sparse_matrix < CoordRepType > | SparseMatrixCoordType |
typedef vnl_vector< CoordRepType > | VectorCoordType |
Private Member Functions | |
ConformalFlatteningMeshFilter (const ConformalFlatteningMeshFilter &) | |
void | operator= (const ConformalFlatteningMeshFilter &) |
Private Attributes | |
double | m_MapScale |
bool | m_MapToSphere |
unsigned int | m_PolarCellIdentifier |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef CellType::CellAutoPointer itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::CellAutoPointer |
Definition at line 93 of file itkConformalFlatteningMeshFilter.h.
typedef InputMeshType::CellIdentifier itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::CellIdentifier |
Definition at line 88 of file itkConformalFlatteningMeshFilter.h.
typedef CellsContainer::ConstIterator itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::CellIterator |
Definition at line 90 of file itkConformalFlatteningMeshFilter.h.
typedef InputMeshType::CellsContainer itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::CellsContainer |
Definition at line 86 of file itkConformalFlatteningMeshFilter.h.
typedef InputMeshType::CellType itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::CellType |
Definition at line 91 of file itkConformalFlatteningMeshFilter.h.
typedef SmartPointer< const Self > itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::ConstPointer |
Definition at line 61 of file itkConformalFlatteningMeshFilter.h.
typedef double itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::CoordRepType |
Type for representing coordinates.
Definition at line 70 of file itkConformalFlatteningMeshFilter.h.
typedef InputMeshType::ConstPointer itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer |
Definition at line 63 of file itkConformalFlatteningMeshFilter.h.
typedef TInputMesh itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::InputMeshType |
Definition at line 55 of file itkConformalFlatteningMeshFilter.h.
typedef InputMeshType::PointType itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::InputPointType |
Definition at line 65 of file itkConformalFlatteningMeshFilter.h.
typedef OutputMeshType::Pointer itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer |
Definition at line 64 of file itkConformalFlatteningMeshFilter.h.
typedef TOutputMesh itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType |
Definition at line 56 of file itkConformalFlatteningMeshFilter.h.
typedef OutputMeshType::PointType itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::OutputPointType |
Definition at line 66 of file itkConformalFlatteningMeshFilter.h.
typedef SmartPointer< Self > itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::Pointer |
Definition at line 60 of file itkConformalFlatteningMeshFilter.h.
typedef InputMeshType::PointIdentifier itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::PointIdentifier |
Definition at line 87 of file itkConformalFlatteningMeshFilter.h.
typedef CellType::PointIdIterator itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::PointIdIterator |
Definition at line 92 of file itkConformalFlatteningMeshFilter.h.
typedef PointsContainer::ConstIterator itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::PointIterator |
Definition at line 89 of file itkConformalFlatteningMeshFilter.h.
typedef InputMeshType::PointsContainer itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::PointsContainer |
Definition at line 85 of file itkConformalFlatteningMeshFilter.h.
typedef ConformalFlatteningMeshFilter itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::Self |
Standard class typedefs.
Definition at line 53 of file itkConformalFlatteningMeshFilter.h.
|
private |
Definition at line 128 of file itkConformalFlatteningMeshFilter.h.
typedef MeshToMeshFilter< TInputMesh, TOutputMesh > itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::Superclass |
Definition at line 58 of file itkConformalFlatteningMeshFilter.h.
|
private |
Definition at line 127 of file itkConformalFlatteningMeshFilter.h.
|
protected |
|
inlineprotected |
Definition at line 115 of file itkConformalFlatteningMeshFilter.h.
|
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::MeshToMeshFilter< TInputMesh, TOutputMesh >.
|
protectedvirtual |
Generate Requested Data
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
void itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::MapToPlane | ( | void | ) |
Define that the input surface will be mapped to a plane. This skips the steps of the stereographic projection.
void itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::MapToSphere | ( | void | ) |
Define that the input surface will be mapped to a sphere
|
static |
Method for creation through the object factory.
|
private |
|
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 >.
void itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::SetPolarCellIdentifier | ( | CellIdentifier | cellId | ) |
Select the cell that will be used as reference for the flattening. This value must be the identifier of a cell existing in the input Mesh. A point of this cell will be mapped to infinity on the plane, or it will be mapped to the north-pole on the sphere. It is recommended to select a cell whose curvature is relatively flat.
void itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::SetScale | ( | double | ) |
Define the scale of the mapping. The largest coordinates of the furthest point in the plane is m_MapScale.
|
static |
Convenient constants obtained from TMeshTraits template parameter.
Definition at line 80 of file itkConformalFlatteningMeshFilter.h.
|
private |
The scale when mapping to the plane. Determines how far the farthest point goes.
Definition at line 139 of file itkConformalFlatteningMeshFilter.h.
|
private |
Whether the result is sphere or plane.
Definition at line 135 of file itkConformalFlatteningMeshFilter.h.
|
private |
Cell Id in which the point P, which is used to define the mapping, lies in.
Definition at line 132 of file itkConformalFlatteningMeshFilter.h.
|
static |
Convenient constants obtained from TMeshTraits template parameter.
Definition at line 82 of file itkConformalFlatteningMeshFilter.h.