#include <itkDeformableMeshFilter.h>
Inheritance diagram for itk::DeformableMeshFilter:
Public Types | |
typedef DeformableMeshFilter | Self |
typedef MeshToMeshFilter< TInputMesh, TOutputMesh > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputMesh | InputMeshType |
typedef TOutputMesh | OutputMeshType |
typedef InputMeshType::PointsContainerPointer | InputPointsContainerPointer |
typedef InputMeshType::PointsContainer::Iterator | InputPointsContainerIterator |
typedef InputMeshType::PointDataContainerPointer | InputPointDataContainerPointer |
typedef InputMeshType::PointDataContainer::Iterator | InputPointDataContainerIterator |
typedef InputMeshType::CellsContainerPointer | InputCellsContainerPointer |
typedef InputMeshType::CellsContainer::Iterator | InputCellsContainerIterator |
typedef InputMeshType::CellDataContainerPointer | InputCellDataContainerPointer |
typedef InputMeshType::CellDataContainer::Iterator | InputCellDataContainerIterator |
typedef OutputMeshType::PointsContainerPointer | OutputPointsContainerPointer |
typedef OutputMeshType::PointsContainer::Iterator | OutputPointsContainerIterator |
typedef Image< unsigned short, 3 > | ImageType |
typedef CovariantVector< float, 3 > | GradientType |
typedef Image< GradientType, 3 > | GradientImageType |
typedef ImageRegionIterator< ImageType > | ImageIterator |
typedef ImageRegionIterator< GradientImageType > | GradientIterator |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef ImageType::Pointer | ImagePointer |
typedef ImageType::IndexType | IndexType |
typedef GradientImageType::Pointer | GradientPointer |
typedef Vector< float, 3 > | FloatVector |
typedef Vector< int, 3 > | IntVector |
typedef InputMeshType::CellType | CellType |
typedef InputMeshType::CellTraits | CellTraits |
typedef CellInterface< float, CellTraits > | CellInterfaceType |
typedef TriangleCell< CellInterfaceType > | TriCell |
typedef InputMeshType::PointType | IPT |
typedef InputMeshType::PixelType | PT |
Public Methods | |
virtual const char * | GetClassName () const |
void | ComputeForce () |
void | Initialize () |
void | SetStiffnessMatrix () |
void | Advance () |
void | SetStiffness (double a, double b) |
void | SetResolution (int a, int b, int c) |
void | SetCenter (int a, int b, int c) |
void | Reset () |
void | ComputeDt () |
void | ComputeOutput () |
void | SetPotential (ImagePointer potential) |
void | SetGradient (GradientPointer gradient) |
void | NodeAddition () |
void | SliceAddition (int i) |
void | NodesRearrange () |
void | GapSearch () |
void | GradientFit () |
void | ComputeNormals () |
void | ACDSearch () |
void | ComputeShrinkForce () |
void | InitialFit () |
virtual void | SetImageOutput (ImagePointer _arg) |
virtual ImagePointer | GetImageOutput () |
virtual void | SetFirstSlice (int _arg) |
virtual int | GetFirstSlice () |
virtual void | SetNeighborRadius (int _arg) |
virtual void | SetStepThreshold1 (int _arg) |
virtual void | SetStepThreshold2 (int _arg) |
virtual int * | GetResolution () |
virtual InputMeshPointer | GetNormals () |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
DeformableMeshFilter () | |
~DeformableMeshFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | GenerateData () |
Definition at line 55 of file itkDeformableMeshFilter.h.
|
Definition at line 111 of file itkDeformableMeshFilter.h. |
|
Definition at line 110 of file itkDeformableMeshFilter.h. |
|
Cell related typedefs. Definition at line 109 of file itkDeformableMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 62 of file itkDeformableMeshFilter.h. |
|
Vector related typedefs. Definition at line 105 of file itkDeformableMeshFilter.h. |
|
Definition at line 95 of file itkDeformableMeshFilter.h. |
|
Definition at line 97 of file itkDeformableMeshFilter.h. |
|
Definition at line 102 of file itkDeformableMeshFilter.h. Referenced by itk::DeformableMeshFilter< TInputMesh, TOutputMesh >::~DeformableMeshFilter(). |
|
Definition at line 94 of file itkDeformableMeshFilter.h. |
|
Definition at line 96 of file itkDeformableMeshFilter.h. |
|
Definition at line 100 of file itkDeformableMeshFilter.h. Referenced by itk::DeformableMeshFilter< TInputMesh, TOutputMesh >::~DeformableMeshFilter(). |
|
Definition at line 93 of file itkDeformableMeshFilter.h. |
|
Definition at line 101 of file itkDeformableMeshFilter.h. Referenced by itk::DeformableMeshFilter< TInputMesh, TOutputMesh >::~DeformableMeshFilter(). |
|
Definition at line 88 of file itkDeformableMeshFilter.h. |
|
Definition at line 86 of file itkDeformableMeshFilter.h. |
|
Definition at line 84 of file itkDeformableMeshFilter.h. |
|
Definition at line 82 of file itkDeformableMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 98 of file itkDeformableMeshFilter.h. Referenced by itk::DeformableMeshFilter< TInputMesh, TOutputMesh >::~DeformableMeshFilter(). |
|
Some convenient typedefs. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 71 of file itkDeformableMeshFilter.h. |
|
Definition at line 80 of file itkDeformableMeshFilter.h. |
|
Definition at line 78 of file itkDeformableMeshFilter.h. |
|
Definition at line 76 of file itkDeformableMeshFilter.h. |
|
Definition at line 74 of file itkDeformableMeshFilter.h. |
|
Definition at line 106 of file itkDeformableMeshFilter.h. |
|
Definition at line 113 of file itkDeformableMeshFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 99 of file itkDeformableMeshFilter.h. Referenced by itk::DeformableMeshFilter< TInputMesh, TOutputMesh >::~DeformableMeshFilter(). |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 72 of file itkDeformableMeshFilter.h. |
|
Definition at line 92 of file itkDeformableMeshFilter.h. |
|
Definition at line 90 of file itkDeformableMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 61 of file itkDeformableMeshFilter.h. |
|
Definition at line 114 of file itkDeformableMeshFilter.h. |
|
Standard class typedefs. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 59 of file itkDeformableMeshFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 60 of file itkDeformableMeshFilter.h. |
|
Definition at line 112 of file itkDeformableMeshFilter.h. |
|
|
|
|
Some functions. |
|
Some functions. |
|
Some functions. |
|
Some functions. |
|
Some functions. |
|
Some functions. |
|
Some functions. |
|
Some functions. |
|
This method causes the filter to generate its output. Reimplemented from itk::ProcessObject. |
|
Run-time type information (and related methods). Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. |
|
Set the first slice. |
|
Set the output image. |
|
Set algorithm related parameters. |
|
Set algorithm related parameters. |
|
Some functions. |
|
Some functions. |
|
Some functions. |
|
Method for creation through the object factory. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. |
|
Some functions. |
|
Some functions. |
|
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< TOutputMesh >. |
|
Some functions. |
|
Some functions. |
|
Set the first slice. |
|
Some functions. |
|
Set the output image. |
|
Set algorithm related parameters. |
|
Some functions. |
|
Some functions. |
|
Set algorithm related parameters. |
|
Set algorithm related parameters. |
|
Some functions. |
|
Some functions. |
|
Some functions. |