#include <itkQuadEdgeMeshToQuadEdgeMeshFilter.h>
Duplicates the content of a Mesh.
This implementation was contributed as a paper to the Insight Journal https://doi.org/10.54294/4mx7kk
Definition at line 37 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | InputCellDataContainer = typename InputMeshType::CellDataContainer |
using | InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator |
using | InputCellsContainerConstPointer = typename InputMeshType::CellsContainerConstPointer |
using | InputCellTraits = typename InputMeshType::CellTraits |
using | InputCoordinateType = typename InputMeshType::CoordinateType |
using | InputEdgeCellType = typename InputMeshType::EdgeCellType |
using | InputMeshConstPointer = typename InputMeshType::ConstPointer |
using | InputMeshPointer = typename InputMeshType::Pointer |
using | InputMeshType = TInputMesh |
using | InputPointDataContainer = typename InputMeshType::PointDataContainer |
using | InputPointDataContainerConstPointer = typename InputPointDataContainer::ConstPointer |
using | InputPointIdentifier = typename InputMeshType::PointIdentifier |
using | InputPointIdList = typename InputMeshType::PointIdList |
using | InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator |
using | InputPointsContainerConstPointer = typename InputMeshType::PointsContainerConstPointer |
using | InputPointsIdInternalIterator = typename InputCellTraits::PointIdInternalIterator |
using | InputPointType = typename InputMeshType::PointType |
using | InputPolygonCellType = typename InputMeshType::PolygonCellType |
using | InputQEIterator = typename InputQEPrimal::IteratorGeom |
using | InputQEPrimal = typename InputMeshType::QEPrimal |
using | InputVectorType = typename InputMeshType::VectorType |
using | OutputCellDataContainer = typename OutputMeshType::CellDataContainer |
using | OutputCoordinateType = typename OutputMeshType::CoordinateType |
using | OutputMeshConstPointer = typename OutputMeshType::ConstPointer |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | OutputPointDataContainer = typename OutputMeshType::PointDataContainer |
using | OutputPointIdentifier = typename OutputMeshType::PointIdentifier |
using | OutputPointsContainerConstPointer = typename OutputMeshType::PointsContainerConstPointer |
using | OutputPointsContainerIterator = typename OutputMeshType::PointsContainerIterator |
using | OutputPointsContainerPointer = typename OutputMeshType::PointsContainerPointer |
using | OutputPointType = typename OutputMeshType::PointType |
using | OutputQEIterator = typename OutputQEPrimal::IteratorGeom |
using | OutputQEPrimal = typename OutputMeshType::QEPrimal |
using | OutputVectorType = typename OutputMeshType::VectorType |
using | Pointer = SmartPointer<Self> |
using | Self = QuadEdgeMeshToQuadEdgeMeshFilter |
using | Superclass = MeshToMeshFilter<TInputMesh, TOutputMesh> |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | InputMeshPointer = typename InputMeshType::Pointer |
using | InputMeshType = TInputMesh |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | Pointer = SmartPointer<Self> |
using | Self = MeshToMeshFilter |
using | Superclass = MeshSource<TOutputMesh> |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | Pointer = SmartPointer<Self> |
using | Self = MeshSource |
using | Superclass = ProcessObject |
using | DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector<DataObjectPointer> |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector<DataObjectIdentifierType> |
using | Pointer = SmartPointer<Self> |
using | Self = ProcessObject |
using | Superclass = Object |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer = SmartPointer<const Self> |
Definition at line 46 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellDataContainer = typename InputMeshType::CellDataContainer |
Definition at line 63 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator |
Definition at line 68 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstPointer = typename InputMeshType::CellsContainerConstPointer |
Definition at line 69 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellTraits = typename InputMeshType::CellTraits |
Definition at line 74 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordinateType = typename InputMeshType::CoordinateType |
Definition at line 52 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeCellType = typename InputMeshType::EdgeCellType |
Definition at line 71 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer = typename InputMeshType::ConstPointer |
Definition at line 51 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer = typename InputMeshType::Pointer |
Definition at line 50 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType = TInputMesh |
Input types.
Definition at line 49 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointDataContainer = typename InputMeshType::PointDataContainer |
Definition at line 62 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointDataContainerConstPointer = typename InputPointDataContainer::ConstPointer |
Definition at line 65 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier = typename InputMeshType::PointIdentifier |
Definition at line 58 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdList = typename InputMeshType::PointIdList |
Definition at line 73 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator |
Definition at line 66 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstPointer = typename InputMeshType::PointsContainerConstPointer |
Definition at line 67 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsIdInternalIterator = typename InputCellTraits::PointIdInternalIterator |
Definition at line 75 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType = typename InputMeshType::PointType |
Definition at line 57 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPolygonCellType = typename InputMeshType::PolygonCellType |
Definition at line 72 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEIterator = typename InputQEPrimal::IteratorGeom |
Definition at line 77 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEPrimal = typename InputMeshType::QEPrimal |
Definition at line 59 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorType = typename InputMeshType::VectorType |
Definition at line 60 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellDataContainer = typename OutputMeshType::CellDataContainer |
Definition at line 98 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordinateType = typename OutputMeshType::CoordinateType |
Definition at line 83 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshConstPointer = typename OutputMeshType::ConstPointer |
Definition at line 82 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer = typename OutputMeshType::Pointer |
Definition at line 81 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType = TOutputMesh |
Output types.
Definition at line 80 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointDataContainer = typename OutputMeshType::PointDataContainer |
Definition at line 97 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier = typename OutputMeshType::PointIdentifier |
Definition at line 89 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerConstPointer = typename OutputMeshType::PointsContainerConstPointer |
Definition at line 95 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerIterator = typename OutputMeshType::PointsContainerIterator |
Definition at line 93 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerPointer = typename OutputMeshType::PointsContainerPointer |
Definition at line 94 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType = typename OutputMeshType::PointType |
Definition at line 88 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEIterator = typename OutputQEPrimal::IteratorGeom |
Definition at line 92 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEPrimal = typename OutputMeshType::QEPrimal |
Definition at line 90 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType = typename OutputMeshType::VectorType |
Definition at line 91 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer = SmartPointer<Self> |
Definition at line 45 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self = QuadEdgeMeshToQuadEdgeMeshFilter |
Basic types.
Definition at line 43 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
using itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass = MeshToMeshFilter<TInputMesh, TOutputMesh> |
Definition at line 44 of file itkQuadEdgeMeshToQuadEdgeMeshFilter.h.
|
protected |
|
overrideprotecteddefault |
|
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::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< InputMeshType, InputMeshType, CriterionType >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< InputMeshType, InputMeshType, CriterionType >.
|
overridevirtual |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Reimplemented in itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< InputMeshType, InputMeshType, CriterionType >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< InputMeshType, InputMeshType, CriterionType >.
|
static |