ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshToQuadEdgeMeshFilter.h>
Duplicates the content of a Mesh.
This implementation was contributed as a paper to the Insight Journal https://hdl.handle.net/1926/306
Definition at line 36 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
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::Pointer | InputMeshPointer |
typedef TInputMesh | InputMeshType |
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::Pointer | OutputMeshPointer |
typedef TOutputMesh | OutputMeshType |
typedef OutputMeshType::PointDataContainer | OutputPointDataContainer |
typedef OutputMeshType::PointIdentifier | OutputPointIdentifier |
typedef OutputMeshType::PointsContainerConstPointer | OutputPointsContainerConstPointer |
typedef OutputMeshType::PointsContainerIterator | OutputPointsContainerIterator |
typedef OutputMeshType::PointsContainerPointer | OutputPointsContainerPointer |
typedef OutputMeshType::PointType | OutputPointType |
typedef OutputQEPrimal::IteratorGeom | OutputQEIterator |
typedef OutputMeshType::QEPrimal | OutputQEPrimal |
typedef OutputMeshType::VectorType | OutputVectorType |
typedef SmartPointer< Self > | Pointer |
typedef QuadEdgeMeshToQuadEdgeMeshFilter | 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 MultiThreader | MultiThreaderType |
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 Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Private Member Functions | |
void | operator= (const Self &) |
QuadEdgeMeshToQuadEdgeMeshFilter (const Self &) | |
Additional Inherited Members | |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer< const Self > itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer |
Definition at line 44 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::CellDataContainer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellDataContainer |
Definition at line 57 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::CellsContainerConstIterator itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstIterator |
Definition at line 66 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::CellsContainerConstPointer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstPointer |
Definition at line 68 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::CellTraits itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellTraits |
Definition at line 73 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::CoordRepType itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordRepType |
Definition at line 50 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::EdgeCellType itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeCellType |
Definition at line 70 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::ConstPointer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer |
Definition at line 49 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::Pointer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer |
Definition at line 48 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef TInputMesh itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType |
Input types.
Definition at line 47 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::PointDataContainer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointDataContainer |
Definition at line 56 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputPointDataContainer::ConstPointer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointDataContainerConstPointer |
Definition at line 60 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::PointIdentifier itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier |
Definition at line 52 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::PointIdList itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdList |
Definition at line 72 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::PointsContainerConstIterator itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstIterator |
Definition at line 62 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::PointsContainerConstPointer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstPointer |
Definition at line 64 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputCellTraits::PointIdInternalIterator itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsIdInternalIterator |
Definition at line 75 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::PointType itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType |
Definition at line 51 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::PolygonCellType itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPolygonCellType |
Definition at line 71 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputQEPrimal::IteratorGeom itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEIterator |
Definition at line 77 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::QEPrimal itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEPrimal |
Definition at line 53 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef InputMeshType::VectorType itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorType |
Definition at line 54 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputMeshType::CellDataContainer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellDataContainer |
Definition at line 97 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputMeshType::CoordRepType itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordRepType |
Definition at line 83 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputMeshType::ConstPointer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshConstPointer |
Definition at line 82 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputMeshType::Pointer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer |
Definition at line 81 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef TOutputMesh itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType |
Output types.
Definition at line 80 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointDataContainer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointDataContainer |
Definition at line 96 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointIdentifier itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier |
Definition at line 85 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainerConstPointer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerConstPointer |
Definition at line 94 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainerIterator itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerIterator |
Definition at line 90 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainerPointer itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerPointer |
Definition at line 92 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointType itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType |
Definition at line 84 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputQEPrimal::IteratorGeom itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEIterator |
Definition at line 88 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputMeshType::QEPrimal itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEPrimal |
Definition at line 86 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef OutputMeshType::VectorType itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType |
Definition at line 87 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef SmartPointer< Self > itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer |
Definition at line 43 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef QuadEdgeMeshToQuadEdgeMeshFilter itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self |
Basic types.
Definition at line 41 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
typedef MeshToMeshFilter< TInputMesh, TOutputMesh > itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass |
Definition at line 42 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
|
protected |
|
inlineoverrideprotectedvirtual |
Definition at line 105 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
|
private |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
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 >.
Reimplemented in itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >, itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::SquareThreeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::ModifiedButterflyTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::LinearTriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::LoopTriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::ModifiedButterflyTriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::NormalQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >, itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >, itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteGaussianCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteMeanCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteMaximumCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteMinimumCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::CleanQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, and itk::DiscreteCurvatureTensorQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Reimplemented in itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >, itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >, itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::SubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::SquareThreeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::TriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::ModifiedButterflyTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::NormalQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::LinearTriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::LoopTriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::ModifiedButterflyTriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >, itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >, itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteGaussianCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteMeanCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteMaximumCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteMinimumCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscretePrincipalCurvaturesQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::ConditionalSubdivisionQuadEdgeMeshFilter< TInputMesh, TSubdivisionFilter >, itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >, itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::CleanQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteCurvatureTensorQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
static |
|
private |