ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h>
FIXME.
Definition at line 34 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
Public Types | |
typedef CellSubdivisionFilterType::Pointer | CellSubdivisionFilterPointer |
typedef TCellSubdivisionFilter | CellSubdivisionFilterType |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef TInputMesh | InputMeshType |
typedef CellSubdivisionFilterType::OutputCellIdentifier | OutputCellIdentifier |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef CellSubdivisionFilterType::OutputMeshType | OutputMeshType |
typedef SmartPointer< Self > | Pointer |
typedef IterativeTriangleCellSubdivisionQuadEdgeMeshFilter | Self |
typedef CellSubdivisionFilterType::SubdivisionCellContainer | SubdivisionCellContainer |
typedef CellSubdivisionFilterType::SubdivisionCellContainerConstIterator | SubdivisionCellContainerConstIterator |
typedef QuadEdgeMeshToQuadEdgeMeshFilter < TInputMesh, typename TCellSubdivisionFilter::OutputMeshType > | Superclass |
Public Types inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter::OutputMeshType > | |
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 TCellSubdivisionFilter::OutputMeshType | 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, TCellSubdivisionFilter::OutputMeshType > | Superclass |
Public Types inherited from itk::MeshToMeshFilter< TInputMesh, TCellSubdivisionFilter::OutputMeshType > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef TInputMesh | InputMeshType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TCellSubdivisionFilter::OutputMeshType | OutputMeshType |
typedef SmartPointer< Self > | Pointer |
typedef MeshToMeshFilter | Self |
typedef MeshSource < TCellSubdivisionFilter::OutputMeshType > | Superclass |
Public Types inherited from itk::MeshSource< TCellSubdivisionFilter::OutputMeshType > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TCellSubdivisionFilter::OutputMeshType | 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 |
Protected Attributes | |
SubdivisionCellContainer | m_CellsToBeSubdivided |
CellSubdivisionFilterPointer | m_CellSubdivisionFilter |
unsigned int | m_ResolutionLevels |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
Private Member Functions | |
IterativeTriangleCellSubdivisionQuadEdgeMeshFilter (const Self &) | |
void | operator= (const Self &) |
virtual const char * | GetNameOfClass () const |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
static Pointer | New () |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter::OutputMeshType > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TCellSubdivisionFilter::OutputMeshType > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshSource< TCellSubdivisionFilter::OutputMeshType > | |
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 () |
typedef CellSubdivisionFilterType::Pointer itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::CellSubdivisionFilterPointer |
Definition at line 44 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef TCellSubdivisionFilter itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::CellSubdivisionFilterType |
Definition at line 43 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef SmartPointer< const Self > itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::ConstPointer |
Definition at line 41 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef InputMeshType::Pointer itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::InputMeshPointer |
Definition at line 47 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef TInputMesh itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::InputMeshType |
Definition at line 46 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef CellSubdivisionFilterType::OutputCellIdentifier itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::OutputCellIdentifier |
Definition at line 52 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef OutputMeshType::Pointer itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::OutputMeshPointer |
Definition at line 50 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef CellSubdivisionFilterType::OutputMeshType itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::OutputMeshType |
Definition at line 49 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef SmartPointer< Self > itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::Pointer |
Definition at line 40 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef IterativeTriangleCellSubdivisionQuadEdgeMeshFilter itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::Self |
Definition at line 38 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef CellSubdivisionFilterType::SubdivisionCellContainer itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::SubdivisionCellContainer |
Definition at line 53 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef CellSubdivisionFilterType::SubdivisionCellContainerConstIterator itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::SubdivisionCellContainerConstIterator |
Definition at line 54 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, typename TCellSubdivisionFilter::OutputMeshType> itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::Superclass |
Definition at line 39 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 76 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
private |
void itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::AddSubdividedCellId | ( | OutputCellIdentifier | cellId | ) |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Object.
|
protectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter::OutputMeshType >.
|
virtual |
|
static |
Run-time type information (and related methods).
|
private |
|
protectedvirtual |
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::MeshSource< TCellSubdivisionFilter::OutputMeshType >.
void itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::SetCellsToBeSubdivided | ( | const SubdivisionCellContainer & | cellIdList | ) |
|
virtual |
itk::IterativeTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TCellSubdivisionFilter >::typedef | ( | Concept::SameType< typename CellSubdivisionFilterType::InputMeshType, typename CellSubdivisionFilterType::OutputMeshType > | ) |
This class requires SameTypeCheck in the form of ( Concept::SameType< typename CellSubdivisionFilterType::InputMeshType, typename CellSubdivisionFilterType::OutputMeshType > )
|
protected |
Definition at line 83 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
protected |
Definition at line 82 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
protected |
Definition at line 84 of file itkIterativeTriangleCellSubdivisionQuadEdgeMeshFilter.h.