#include <itkDeformableMesh3DFilter.h>
Inheritance diagram for itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >:
Public Types | |
typedef DeformableMesh3DFilter | 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::CellsContainer | OutputCellsContainer |
typedef OutputMeshType::CellsContainerPointer | OutputCellsContainerPointer |
typedef OutputMeshType::PointsContainer::Iterator | OutputPointsContainerIterator |
typedef InputMeshType::CellType | CellType |
typedef InputMeshType::CellTraits | CellTraits |
typedef InputMeshType::PointType | InputPointType |
typedef InputMeshType::PixelType | PixelType |
typedef Image< unsigned char, 3 > | PotentialImageType |
typedef ImageRegionIterator< PotentialImageType > | PotentialIterator |
typedef CovariantVector< PixelType, 3 > | GradientType |
typedef Image< GradientType, 3 > | GradientImageType |
typedef ImageRegionIterator< GradientImageType > | GradientIterator |
typedef GradientImageType::SizeType | ImageSizeType |
typedef GradientImageType::IndexType | ImageIndexType |
typedef itk::CellInterface< PixelType, CellTraits > | TCellInterface |
typedef itk::TriangleCell< TCellInterface > | TriCell |
typedef CovariantVector< int, 3 > | int3DVector |
typedef CovariantVector< double, 2 > | double2DVector |
typedef CovariantVector< double, 3 > | double3DVector |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef GradientImageType::Pointer | GradientImagePointer |
typedef vnl_matrix_fixed< double, 4, 4 > | StiffnessMatrixType |
typedef StiffnessMatrixType * | StiffnessMatrixRawPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
void | SetStiffnessMatrix (StiffnessMatrixType *stiff, int i) |
virtual void | SetStepThreshold (int _arg) |
virtual int | GetStepThreshold () |
virtual void | SetStiffness (double2DVector _arg) |
virtual double2DVector | GetStiffness () |
virtual void | SetTimeStep (double _arg) |
virtual double | GetTimeStep () |
virtual void | SetScale (double3DVector _arg) |
virtual void | SetPotentialMagnitude (PixelType _arg) |
virtual void | SetGradientMagnitude (PixelType _arg) |
virtual void | SetPotentialOn (unsigned short _arg) |
virtual void | SetObjectLabel (unsigned char _arg) |
virtual InputMeshPointer | GetNormals () |
virtual void | SetGradient (GradientImagePointer _arg) |
virtual GradientImagePointer | GetGradient () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
DeformableMesh3DFilter () | |
~DeformableMesh3DFilter () | |
DeformableMesh3DFilter (const Self &) | |
void | operator= (const Self &) |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | GenerateData () |
|
Definition at line 100 of file itkDeformableMesh3DFilter.h. |
|
Other definitions. Definition at line 99 of file itkDeformableMesh3DFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 62 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 117 of file itkDeformableMesh3DFilter.h. Referenced by itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::operator=(). |
|
Definition at line 118 of file itkDeformableMesh3DFilter.h. Referenced by itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::operator=(). |
|
Definition at line 123 of file itkDeformableMesh3DFilter.h. Referenced by itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::operator=(). |
|
Definition at line 108 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 109 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 107 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 111 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 110 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 88 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 86 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 84 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 82 of file itkDeformableMesh3DFilter.h. |
|
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 121 of file itkDeformableMesh3DFilter.h. Referenced by itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::operator=(). |
|
Some typedefs. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 71 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 80 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 78 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 76 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 74 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 101 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 116 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 92 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 94 of file itkDeformableMesh3DFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 122 of file itkDeformableMesh3DFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 72 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 96 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 90 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 102 of file itkDeformableMesh3DFilter.h. Referenced by itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::operator=(). |
|
Smart pointer typedef support Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 61 of file itkDeformableMesh3DFilter.h. |
|
Image and Image iterator definition. Definition at line 105 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 106 of file itkDeformableMesh3DFilter.h. |
|
Standard "Self" typedef. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 55 of file itkDeformableMesh3DFilter.h. Referenced by itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::DeformableMesh3DFilter(). |
|
Definition at line 127 of file itkDeformableMesh3DFilter.h. Referenced by itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::operator=(). |
|
Definition at line 126 of file itkDeformableMesh3DFilter.h. Referenced by itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::operator=(). |
|
Standard "Superclass" typedef. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. Definition at line 58 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 113 of file itkDeformableMesh3DFilter.h. |
|
Definition at line 114 of file itkDeformableMesh3DFilter.h. |
|
|
|
|
|
Definition at line 158 of file itkDeformableMesh3DFilter.h. References itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::Self. |
|
This method causes the filter to generate its output. Reimplemented from itk::ProcessObject. |
|
Set/Get routines. |
|
Run-time type information (and related methods). Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. |
|
|
|
|
|
|
|
|
|
Method of creation through the object factory. Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >. |
|
|
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 >. |
|
Set/Get routines. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Routines. |
|
|