ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkTriangleCellSubdivisionQuadEdgeMeshFilter.h>
Abstract class to subdivide triangular surface QuadEdgeMesh.
If m_Uniform is true, then all faces are subdivided. Else only faces added by the means of SetCellsToBeSubdivided or AddSubdividedCellId are going to be subdivided using the corresponding subdivision scheme. Then neighbor faces could be subdivided depending on their surrounding (to maintain surface genus).
Definition at line 39 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
Public Types | |
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 |
Protected Attributes | |
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 |
Additional Inherited Members | |
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 () |
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer = SmartPointer< const Self > |
Definition at line 48 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellIdentifier = typename Superclass::InputCellIdentifier |
Definition at line 64 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainer = typename Superclass::InputCellsContainer |
Definition at line 57 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstIterator = typename Superclass::InputCellsContainerConstIterator |
Definition at line 60 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerIterator = typename Superclass::InputCellsContainerIterator |
Definition at line 59 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerPointer = typename Superclass::InputCellsContainerPointer |
Definition at line 58 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellType = typename Superclass::InputCellType |
Definition at line 65 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordType = typename Superclass::InputCoordRepType |
Definition at line 62 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer = typename Superclass::InputMeshConstPointer |
Definition at line 52 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer = typename Superclass::InputMeshPointer |
Definition at line 51 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshTraits = typename Superclass::InputMeshTraits |
Definition at line 67 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType = typename Superclass::InputMeshType |
Definition at line 50 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier = typename Superclass::InputPointIdentifier |
Definition at line 63 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdIterator = typename Superclass::InputPointIdIterator |
Definition at line 68 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainer = typename Superclass::InputPointsContainer |
Definition at line 53 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstIterator = typename Superclass::InputPointsContainerConstIterator |
Definition at line 55 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerIterator = typename Superclass::InputPointsContainerIterator |
Definition at line 56 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerPointer = typename Superclass::InputPointsContainerPointer |
Definition at line 54 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType = typename Superclass::InputPointType |
Definition at line 61 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEType = typename Superclass::InputQEType |
Definition at line 66 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellIdentifier = typename Superclass::OutputCellIdentifier |
Definition at line 81 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainer = typename Superclass::OutputCellsContainer |
Definition at line 74 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerConstIterator = typename Superclass::OutputCellsContainerConstIterator |
Definition at line 77 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerIterator = typename Superclass::OutputCellsContainerIterator |
Definition at line 76 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerPointer = typename Superclass::OutputCellsContainerPointer |
Definition at line 75 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellType = typename Superclass::OutputCellType |
Definition at line 82 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordType = typename Superclass::OutputCoordRepType |
Definition at line 79 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer = typename Superclass::OutputMeshPointer |
Definition at line 71 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshTraits = typename Superclass::OutputMeshTraits |
Definition at line 84 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType = typename Superclass::OutputMeshType |
Definition at line 70 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier = typename Superclass::OutputPointIdentifier |
Definition at line 80 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdIterator = typename Superclass::OutputPointIdIterator |
Definition at line 85 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerIterator = typename Superclass::OutputPointsContainerIterator |
Definition at line 73 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerPointer = typename Superclass::OutputPointsContainerPointer |
Definition at line 72 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType = typename Superclass::OutputPointType |
Definition at line 78 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEType = typename Superclass::OutputQEType |
Definition at line 83 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer = SmartPointer< Self > |
Definition at line 47 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self = TriangleCellSubdivisionQuadEdgeMeshFilter |
Definition at line 45 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SubdivisionCellContainer = std::list< OutputCellIdentifier > |
Definition at line 87 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SubdivisionCellContainerConstIterator = typename SubdivisionCellContainer::const_iterator |
Definition at line 88 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass = SubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > |
Definition at line 46 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 100 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
protectedpure virtual |
void itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::AddSubdividedCellId | ( | OutputCellIdentifier | cellId | ) |
|
overrideprotectedvirtual |
inheriting class should implement this method, to take care of mesh connectivity (vertex' connection).
Implements itk::SubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
overrideprotectedvirtual |
inheriting class should implement this method, to take care of mesh geometry (vertex' coordinates).
Implements itk::SubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Reimplemented in itk::TriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
virtual |
Run-time type information (and related methods).
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::SubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Reimplemented in itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::SquareThreeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::TriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::ModifiedButterflyTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::LinearTriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::LoopTriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, and itk::ModifiedButterflyTriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
overrideprotectedvirtual |
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::SubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Reimplemented in itk::TriangleEdgeCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
void itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetCellsToBeSubdivided | ( | const SubdivisionCellContainer & | cellIdList | ) |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 120 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
protected |
Definition at line 121 of file itkTriangleCellSubdivisionQuadEdgeMeshFilter.h.