ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h>
It is the simplest interpolating subdivision scheme, the new vertices are defined as the middle point of each edge in a triangle.
Each triangle is split into 4 new triangles.
Definition at line 36 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | EdgePointIdentifierContainer = typename Superclass::EdgePointIdentifierContainer |
using | EdgePointIdentifierContainerConstIterator = typename Superclass::EdgePointIdentifierContainerConstIterator |
using | EdgePointIdentifierContainerPointer = typename Superclass::EdgePointIdentifierContainerPointer |
using | InputCellIdentifier = typename Superclass::InputCellIdentifier |
using | InputCellType = typename Superclass::InputCellType |
using | InputCoordType = typename Superclass::InputCoordType |
using | InputMeshConstPointer = typename Superclass::InputMeshConstPointer |
using | InputMeshPointer = typename Superclass::InputMeshPointer |
using | InputMeshTraits = typename Superclass::InputMeshTraits |
using | InputMeshType = typename Superclass::InputMeshType |
using | InputPointIdentifier = typename Superclass::InputPointIdentifier |
using | InputPointIdIterator = typename Superclass::InputPointIdIterator |
using | InputPointsContainerIterator = typename Superclass::InputPointsContainerIterator |
using | InputPointsContainerPointer = typename Superclass::InputPointsContainerPointer |
using | InputPointType = typename Superclass::InputPointType |
using | InputQEType = typename Superclass::InputQEType |
using | InputVectorType = typename Superclass::InputVectorType |
using | OutputCellIdentifier = typename Superclass::OutputCellIdentifier |
using | OutputCellType = typename Superclass::OutputCellType |
using | OutputCoordType = typename Superclass::OutputCoordType |
using | OutputMeshPointer = typename Superclass::OutputMeshPointer |
using | OutputMeshTraits = typename Superclass::OutputMeshTraits |
using | OutputMeshType = typename Superclass::OutputMeshType |
using | OutputPointIdentifier = typename Superclass::OutputPointIdentifier |
using | OutputPointIdIterator = typename Superclass::OutputPointIdIterator |
using | OutputPointsContainerIterator = typename Superclass::OutputPointsContainerIterator |
using | OutputPointsContainerPointer = typename Superclass::OutputPointsContainerPointer |
using | OutputPointType = typename Superclass::OutputPointType |
using | OutputQEType = typename Superclass::OutputQEType |
using | OutputVectorType = typename Superclass::OutputVectorType |
using | Pointer = SmartPointer< Self > |
using | Self = LinearTriangleCellSubdivisionQuadEdgeMeshFilter |
using | Superclass = TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > |
Public Types inherited from itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputCellIdentifier = typename Superclass::InputCellIdentifier |
using | InputCellsContainer = typename Superclass::InputCellsContainer |
using | InputCellsContainerConstIterator = typename Superclass::InputCellsContainerConstIterator |
using | InputCellsContainerIterator = typename Superclass::InputCellsContainerIterator |
using | InputCellsContainerPointer = typename Superclass::InputCellsContainerPointer |
using | InputCellType = typename Superclass::InputCellType |
using | InputCoordType = typename Superclass::InputCoordRepType |
using | InputMeshConstPointer = typename Superclass::InputMeshConstPointer |
using | InputMeshPointer = typename Superclass::InputMeshPointer |
using | InputMeshTraits = typename Superclass::InputMeshTraits |
using | InputMeshType = typename Superclass::InputMeshType |
using | InputPointIdentifier = typename Superclass::InputPointIdentifier |
using | InputPointIdIterator = typename Superclass::InputPointIdIterator |
using | InputPointsContainer = typename Superclass::InputPointsContainer |
using | InputPointsContainerConstIterator = typename Superclass::InputPointsContainerConstIterator |
using | InputPointsContainerIterator = typename Superclass::InputPointsContainerIterator |
using | InputPointsContainerPointer = typename Superclass::InputPointsContainerPointer |
using | InputPointType = typename Superclass::InputPointType |
using | InputQEType = typename Superclass::InputQEType |
using | OutputCellIdentifier = typename Superclass::OutputCellIdentifier |
using | OutputCellsContainer = typename Superclass::OutputCellsContainer |
using | OutputCellsContainerConstIterator = typename Superclass::OutputCellsContainerConstIterator |
using | OutputCellsContainerIterator = typename Superclass::OutputCellsContainerIterator |
using | OutputCellsContainerPointer = typename Superclass::OutputCellsContainerPointer |
using | OutputCellType = typename Superclass::OutputCellType |
using | OutputCoordType = typename Superclass::OutputCoordRepType |
using | OutputMeshPointer = typename Superclass::OutputMeshPointer |
using | OutputMeshTraits = typename Superclass::OutputMeshTraits |
using | OutputMeshType = typename Superclass::OutputMeshType |
using | OutputPointIdentifier = typename Superclass::OutputPointIdentifier |
using | OutputPointIdIterator = typename Superclass::OutputPointIdIterator |
using | OutputPointsContainerIterator = typename Superclass::OutputPointsContainerIterator |
using | OutputPointsContainerPointer = typename Superclass::OutputPointsContainerPointer |
using | OutputPointType = typename Superclass::OutputPointType |
using | OutputQEType = typename Superclass::OutputQEType |
using | Pointer = SmartPointer< Self > |
using | Self = TriangleCellSubdivisionQuadEdgeMeshFilter |
using | SubdivisionCellContainer = std::list< OutputCellIdentifier > |
using | SubdivisionCellContainerConstIterator = typename SubdivisionCellContainer::const_iterator |
using | Superclass = SubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > |
Public Types inherited from itk::SubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | EdgePointIdentifierContainer = MapContainer< InputQEType *, OutputPointIdentifier > |
using | EdgePointIdentifierContainerConstIterator = typename EdgePointIdentifierContainer::ConstIterator |
using | EdgePointIdentifierContainerIterator = typename EdgePointIdentifierContainer::Iterator |
using | EdgePointIdentifierContainerPointer = typename EdgePointIdentifierContainer::Pointer |
using | InputCellIdentifier = typename InputMeshType::CellIdentifier |
using | InputCellsContainer = typename InputMeshType::CellsContainer |
using | InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator |
using | InputCellsContainerIterator = typename InputMeshType::CellsContainerIterator |
using | InputCellsContainerPointer = typename InputMeshType::CellsContainerPointer |
using | InputCellType = typename InputMeshType::CellType |
using | InputCoordType = typename InputMeshType::CoordRepType |
using | InputMeshConstPointer = typename InputMeshType::ConstPointer |
using | InputMeshPointer = typename InputMeshType::Pointer |
using | InputMeshTraits = typename InputMeshType::MeshTraits |
using | InputMeshType = TInputMesh |
using | InputPointIdentifier = typename InputMeshType::PointIdentifier |
using | InputPointIdIterator = typename InputMeshType::PointIdIterator |
using | InputPointsContainer = typename InputMeshType::PointsContainer |
using | InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator |
using | InputPointsContainerIterator = typename InputMeshType::PointsContainerIterator |
using | InputPointsContainerPointer = typename InputMeshType::PointsContainerPointer |
using | InputPointType = typename InputMeshType::PointType |
using | InputQEType = typename InputMeshType::QEType |
using | OutputCellIdentifier = typename OutputMeshType::CellIdentifier |
using | OutputCellsContainer = typename OutputMeshType::CellsContainer |
using | OutputCellsContainerConstIterator = typename OutputMeshType::CellsContainerConstIterator |
using | OutputCellsContainerIterator = typename OutputMeshType::CellsContainerIterator |
using | OutputCellsContainerPointer = typename OutputMeshType::CellsContainerPointer |
using | OutputCellType = typename OutputMeshType::CellType |
using | OutputCoordType = typename OutputMeshType::CoordRepType |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshTraits = typename OutputMeshType::MeshTraits |
using | OutputMeshType = TOutputMesh |
using | OutputPointIdentifier = typename OutputMeshType::PointIdentifier |
using | OutputPointIdIterator = typename OutputMeshType::PointIdIterator |
using | OutputPointsContainerIterator = typename OutputMeshType::PointsContainerIterator |
using | OutputPointsContainerPointer = typename OutputMeshType::PointsContainerPointer |
using | OutputPointType = typename OutputMeshType::PointType |
using | OutputQEType = typename OutputMeshType::QEType |
using | Pointer = SmartPointer< Self > |
using | Self = SubdivisionQuadEdgeMeshFilter |
using | Superclass = QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > |
Public Types inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
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 | InputCoordRepType = typename InputMeshType::CoordRepType |
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 | OutputCoordRepType = typename OutputMeshType::CoordRepType |
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 > |
Public Types inherited from itk::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 > |
Public Types inherited from itk::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 |
Public Types inherited from itk::ProcessObject | |
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 |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
SubdivisionCellContainer | m_CellsToBeSubdivided |
bool | m_Uniform |
Protected Attributes inherited from itk::SubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
EdgePointIdentifierContainerPointer | m_EdgesPointIdentifier |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer = SmartPointer< const Self > |
Definition at line 45 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::EdgePointIdentifierContainer = typename Superclass::EdgePointIdentifierContainer |
Definition at line 76 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::EdgePointIdentifierContainerConstIterator = typename Superclass::EdgePointIdentifierContainerConstIterator |
Definition at line 78 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::EdgePointIdentifierContainerPointer = typename Superclass::EdgePointIdentifierContainerPointer |
Definition at line 77 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellIdentifier = typename Superclass::InputCellIdentifier |
Definition at line 56 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellType = typename Superclass::InputCellType |
Definition at line 57 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordType = typename Superclass::InputCoordType |
Definition at line 54 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer = typename Superclass::InputMeshConstPointer |
Definition at line 49 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer = typename Superclass::InputMeshPointer |
Definition at line 48 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshTraits = typename Superclass::InputMeshTraits |
Definition at line 59 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType = typename Superclass::InputMeshType |
Definition at line 47 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier = typename Superclass::InputPointIdentifier |
Definition at line 55 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdIterator = typename Superclass::InputPointIdIterator |
Definition at line 60 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerIterator = typename Superclass::InputPointsContainerIterator |
Definition at line 51 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerPointer = typename Superclass::InputPointsContainerPointer |
Definition at line 50 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType = typename Superclass::InputPointType |
Definition at line 52 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEType = typename Superclass::InputQEType |
Definition at line 58 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorType = typename Superclass::InputVectorType |
Definition at line 53 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellIdentifier = typename Superclass::OutputCellIdentifier |
Definition at line 70 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellType = typename Superclass::OutputCellType |
Definition at line 71 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordType = typename Superclass::OutputCoordType |
Definition at line 68 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer = typename Superclass::OutputMeshPointer |
Definition at line 63 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshTraits = typename Superclass::OutputMeshTraits |
Definition at line 73 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType = typename Superclass::OutputMeshType |
Definition at line 62 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier = typename Superclass::OutputPointIdentifier |
Definition at line 69 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdIterator = typename Superclass::OutputPointIdIterator |
Definition at line 74 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerIterator = typename Superclass::OutputPointsContainerIterator |
Definition at line 65 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerPointer = typename Superclass::OutputPointsContainerPointer |
Definition at line 64 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType = typename Superclass::OutputPointType |
Definition at line 66 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEType = typename Superclass::OutputQEType |
Definition at line 72 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType = typename Superclass::OutputVectorType |
Definition at line 67 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer = SmartPointer< Self > |
Definition at line 44 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self = LinearTriangleCellSubdivisionQuadEdgeMeshFilter |
Definition at line 42 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass = TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > |
Definition at line 43 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
inlineprotected |
Definition at line 88 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
inlineoverrideprotected |
Definition at line 89 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
overrideprotected |
|
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 >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
static |
New macro for creation of through a Smart Pointer