ITK
4.8.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 | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::EdgePointIdentifierContainer | EdgePointIdentifierContainer |
typedef Superclass::EdgePointIdentifierContainerConstIterator | EdgePointIdentifierContainerConstIterator |
typedef Superclass::EdgePointIdentifierContainerPointer | EdgePointIdentifierContainerPointer |
typedef Superclass::InputCellIdentifier | InputCellIdentifier |
typedef Superclass::InputCellType | InputCellType |
typedef Superclass::InputCoordType | InputCoordType |
typedef Superclass::InputMeshConstPointer | InputMeshConstPointer |
typedef Superclass::InputMeshPointer | InputMeshPointer |
typedef Superclass::InputMeshTraits | InputMeshTraits |
typedef Superclass::InputMeshType | InputMeshType |
typedef Superclass::InputPointIdentifier | InputPointIdentifier |
typedef Superclass::InputPointIdIterator | InputPointIdIterator |
typedef Superclass::InputPointsContainerIterator | InputPointsContainerIterator |
typedef Superclass::InputPointsContainerPointer | InputPointsContainerPointer |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::InputQEType | InputQEType |
typedef Superclass::InputVectorType | InputVectorType |
typedef Superclass::OutputCellIdentifier | OutputCellIdentifier |
typedef Superclass::OutputCellType | OutputCellType |
typedef Superclass::OutputCoordType | OutputCoordType |
typedef Superclass::OutputMeshPointer | OutputMeshPointer |
typedef Superclass::OutputMeshTraits | OutputMeshTraits |
typedef Superclass::OutputMeshType | OutputMeshType |
typedef Superclass::OutputPointIdentifier | OutputPointIdentifier |
typedef Superclass::OutputPointIdIterator | OutputPointIdIterator |
typedef Superclass::OutputPointsContainerIterator | OutputPointsContainerIterator |
typedef Superclass::OutputPointsContainerPointer | OutputPointsContainerPointer |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::OutputQEType | OutputQEType |
typedef Superclass::OutputVectorType | OutputVectorType |
typedef SmartPointer< Self > | Pointer |
typedef LinearTriangleCellSubdivisionQuadEdgeMeshFilter | Self |
typedef TriangleCellSubdivisionQuadEdgeMeshFilter < TInputMesh, TOutputMesh > | Superclass |
Public Types inherited from itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputCellIdentifier | InputCellIdentifier |
typedef Superclass::InputCellsContainer | InputCellsContainer |
typedef Superclass::InputCellsContainerConstIterator | InputCellsContainerConstIterator |
typedef Superclass::InputCellsContainerIterator | InputCellsContainerIterator |
typedef Superclass::InputCellsContainerPointer | InputCellsContainerPointer |
typedef Superclass::InputCellType | InputCellType |
typedef Superclass::InputCoordRepType | InputCoordType |
typedef Superclass::InputMeshConstPointer | InputMeshConstPointer |
typedef Superclass::InputMeshPointer | InputMeshPointer |
typedef Superclass::InputMeshTraits | InputMeshTraits |
typedef Superclass::InputMeshType | InputMeshType |
typedef Superclass::InputPointIdentifier | InputPointIdentifier |
typedef Superclass::InputPointIdIterator | InputPointIdIterator |
typedef Superclass::InputPointsContainer | InputPointsContainer |
typedef Superclass::InputPointsContainerConstIterator | InputPointsContainerConstIterator |
typedef Superclass::InputPointsContainerIterator | InputPointsContainerIterator |
typedef Superclass::InputPointsContainerPointer | InputPointsContainerPointer |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::InputQEType | InputQEType |
typedef Superclass::OutputCellIdentifier | OutputCellIdentifier |
typedef Superclass::OutputCellsContainer | OutputCellsContainer |
typedef Superclass::OutputCellsContainerConstIterator | OutputCellsContainerConstIterator |
typedef Superclass::OutputCellsContainerIterator | OutputCellsContainerIterator |
typedef Superclass::OutputCellsContainerPointer | OutputCellsContainerPointer |
typedef Superclass::OutputCellType | OutputCellType |
typedef Superclass::OutputCoordRepType | OutputCoordType |
typedef Superclass::OutputMeshPointer | OutputMeshPointer |
typedef Superclass::OutputMeshTraits | OutputMeshTraits |
typedef Superclass::OutputMeshType | OutputMeshType |
typedef Superclass::OutputPointIdentifier | OutputPointIdentifier |
typedef Superclass::OutputPointIdIterator | OutputPointIdIterator |
typedef Superclass::OutputPointsContainerIterator | OutputPointsContainerIterator |
typedef Superclass::OutputPointsContainerPointer | OutputPointsContainerPointer |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::OutputQEType | OutputQEType |
typedef SmartPointer< Self > | Pointer |
typedef TriangleCellSubdivisionQuadEdgeMeshFilter | Self |
typedef std::list < OutputCellIdentifier > | SubdivisionCellContainer |
typedef SubdivisionCellContainer::const_iterator | SubdivisionCellContainerConstIterator |
typedef SubdivisionQuadEdgeMeshFilter < TInputMesh, TOutputMesh > | Superclass |
Public Types inherited from itk::SubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef MapContainer < InputQEType *, OutputPointIdentifier > | EdgePointIdentifierContainer |
typedef EdgePointIdentifierContainer::ConstIterator | EdgePointIdentifierContainerConstIterator |
typedef EdgePointIdentifierContainer::Iterator | EdgePointIdentifierContainerIterator |
typedef EdgePointIdentifierContainer::Pointer | EdgePointIdentifierContainerPointer |
typedef InputMeshType::CellIdentifier | InputCellIdentifier |
typedef InputMeshType::CellsContainer | InputCellsContainer |
typedef InputMeshType::CellsContainerConstIterator | InputCellsContainerConstIterator |
typedef InputMeshType::CellsContainerIterator | InputCellsContainerIterator |
typedef InputMeshType::CellsContainerPointer | InputCellsContainerPointer |
typedef InputMeshType::CellType | InputCellType |
typedef InputMeshType::CoordRepType | InputCoordType |
typedef InputMeshType::ConstPointer | InputMeshConstPointer |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef InputMeshType::MeshTraits | InputMeshTraits |
typedef TInputMesh | InputMeshType |
typedef InputMeshType::PointIdentifier | InputPointIdentifier |
typedef InputMeshType::PointIdIterator | InputPointIdIterator |
typedef InputMeshType::PointsContainer | InputPointsContainer |
typedef InputMeshType::PointsContainerConstIterator | InputPointsContainerConstIterator |
typedef InputMeshType::PointsContainerIterator | InputPointsContainerIterator |
typedef InputMeshType::PointsContainerPointer | InputPointsContainerPointer |
typedef InputMeshType::PointType | InputPointType |
typedef InputMeshType::QEType | InputQEType |
typedef OutputMeshType::CellIdentifier | OutputCellIdentifier |
typedef OutputMeshType::CellsContainer | OutputCellsContainer |
typedef OutputMeshType::CellsContainerConstIterator | OutputCellsContainerConstIterator |
typedef OutputMeshType::CellsContainerIterator | OutputCellsContainerIterator |
typedef OutputMeshType::CellsContainerPointer | OutputCellsContainerPointer |
typedef OutputMeshType::CellType | OutputCellType |
typedef OutputMeshType::CoordRepType | OutputCoordType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef OutputMeshType::MeshTraits | OutputMeshTraits |
typedef TOutputMesh | OutputMeshType |
typedef OutputMeshType::PointIdentifier | OutputPointIdentifier |
typedef OutputMeshType::PointIdIterator | OutputPointIdIterator |
typedef OutputMeshType::PointsContainerIterator | OutputPointsContainerIterator |
typedef OutputMeshType::PointsContainerPointer | OutputPointsContainerPointer |
typedef OutputMeshType::PointType | OutputPointType |
typedef OutputMeshType::QEType | OutputQEType |
typedef SmartPointer< Self > | Pointer |
typedef SubdivisionQuadEdgeMeshFilter | Self |
typedef QuadEdgeMeshToQuadEdgeMeshFilter < TInputMesh, TOutputMesh > | Superclass |
Public Types inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
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 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::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 () |
Private Member Functions | |
LinearTriangleCellSubdivisionQuadEdgeMeshFilter (const Self &) | |
void | operator= (const Self &) |
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 | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer< const Self > itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer |
Definition at line 43 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::EdgePointIdentifierContainer itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::EdgePointIdentifierContainer |
Definition at line 74 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::EdgePointIdentifierContainerConstIterator itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::EdgePointIdentifierContainerConstIterator |
Definition at line 76 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::EdgePointIdentifierContainerPointer itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::EdgePointIdentifierContainerPointer |
Definition at line 75 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputCellIdentifier itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellIdentifier |
Definition at line 54 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputCellType itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellType |
Definition at line 55 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputCoordType itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordType |
Definition at line 52 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputMeshConstPointer itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer |
Definition at line 47 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputMeshPointer itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer |
Definition at line 46 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputMeshTraits itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshTraits |
Definition at line 57 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputMeshType itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType |
Definition at line 45 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputPointIdentifier itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier |
Definition at line 53 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputPointIdIterator itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdIterator |
Definition at line 58 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputPointsContainerIterator itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerIterator |
Definition at line 49 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputPointsContainerPointer itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerPointer |
Definition at line 48 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputPointType itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType |
Definition at line 50 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputQEType itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEType |
Definition at line 56 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::InputVectorType itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorType |
Definition at line 51 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputCellIdentifier itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellIdentifier |
Definition at line 68 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputCellType itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellType |
Definition at line 69 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputCoordType itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordType |
Definition at line 66 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputMeshPointer itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer |
Definition at line 61 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputMeshTraits itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshTraits |
Definition at line 71 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputMeshType itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType |
Definition at line 60 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputPointIdentifier itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier |
Definition at line 67 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputPointIdIterator itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdIterator |
Definition at line 72 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputPointsContainerIterator itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerIterator |
Definition at line 63 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputPointsContainerPointer itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerPointer |
Definition at line 62 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputPointType itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType |
Definition at line 64 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputQEType itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEType |
Definition at line 70 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef Superclass::OutputVectorType itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType |
Definition at line 65 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef SmartPointer< Self > itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer |
Definition at line 42 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef LinearTriangleCellSubdivisionQuadEdgeMeshFilter itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self |
Definition at line 40 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > itk::LinearTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass |
Definition at line 41 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
inlineprotected |
Definition at line 86 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
inlineprotectedvirtual |
Definition at line 87 of file itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
private |
|
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::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
|
private |