ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkSphereMeshSource.h>
Input the center and resolutions in 2 directions(verizon and horizon) to create a sphere-like deformable model. The cell on the surface is in the shape of triangular. More parameters are added to make the sphere mesh have global and local deform ability.
Definition at line 41 of file itkSphereMeshSource.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshSource< TOutputMesh > | |
static Pointer | New () |
Protected Attributes | |
OPointType | m_Center |
unsigned int | m_ResolutionX |
unsigned int | m_ResolutionY |
OPointType | m_Scale |
double | m_Squareness1 |
double | m_Squareness2 |
Private Member Functions | |
void | operator= (const Self &) |
SphereMeshSource (const Self &) | |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef TriCellType::CellAutoPointer itk::SphereMeshSource< TOutputMesh >::CellAutoPointer |
Definition at line 73 of file itkSphereMeshSource.h.
typedef CellInterface< OPixelType, CellTraits > itk::SphereMeshSource< TOutputMesh >::CellInterfaceType |
Define the triangular cell types which forms the surface of the model and will be used in FEM application.
Definition at line 70 of file itkSphereMeshSource.h.
typedef OutputMeshType::CellTraits itk::SphereMeshSource< TOutputMesh >::CellTraits |
Definition at line 64 of file itkSphereMeshSource.h.
typedef SmartPointer< const Self > itk::SphereMeshSource< TOutputMesh >::ConstPointer |
Definition at line 48 of file itkSphereMeshSource.h.
typedef OutputMeshType::MeshTraits itk::SphereMeshSource< TOutputMesh >::OMeshTraits |
Definition at line 58 of file itkSphereMeshSource.h.
typedef OMeshTraits::PixelType itk::SphereMeshSource< TOutputMesh >::OPixelType |
Definition at line 60 of file itkSphereMeshSource.h.
typedef OutputMeshType::PointType itk::SphereMeshSource< TOutputMesh >::OPointType |
Definition at line 59 of file itkSphereMeshSource.h.
typedef OutputMeshType::Pointer itk::SphereMeshSource< TOutputMesh >::OutputMeshPointer |
Some convenient typedefs.
Definition at line 63 of file itkSphereMeshSource.h.
typedef TOutputMesh itk::SphereMeshSource< TOutputMesh >::OutputMeshType |
Hold on to the type information specified by the template parameters.
Definition at line 54 of file itkSphereMeshSource.h.
typedef SmartPointer< Self > itk::SphereMeshSource< TOutputMesh >::Pointer |
Definition at line 47 of file itkSphereMeshSource.h.
typedef OutputMeshType::PointsContainer itk::SphereMeshSource< TOutputMesh >::PointsContainer |
Definition at line 66 of file itkSphereMeshSource.h.
typedef OutputMeshType::PointsContainerPointer itk::SphereMeshSource< TOutputMesh >::PointsContainerPointer |
Definition at line 65 of file itkSphereMeshSource.h.
typedef SphereMeshSource itk::SphereMeshSource< TOutputMesh >::Self |
Standard "Self" typedef.
Definition at line 45 of file itkSphereMeshSource.h.
typedef MeshSource< TOutputMesh > itk::SphereMeshSource< TOutputMesh >::Superclass |
Definition at line 46 of file itkSphereMeshSource.h.
typedef TriCellType::SelfAutoPointer itk::SphereMeshSource< TOutputMesh >::TriCellAutoPointer |
Definition at line 72 of file itkSphereMeshSource.h.
typedef TriangleCell< CellInterfaceType > itk::SphereMeshSource< TOutputMesh >::TriCellType |
Definition at line 71 of file itkSphereMeshSource.h.
|
protected |
|
inlineprotected |
Definition at line 89 of file itkSphereMeshSource.h.
|
private |
|
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::MeshSource< TOutputMesh >.
|
protectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshSource< TOutputMesh >.
|
static |
Method for creation through the object factory.
|
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< TOutputMesh >.
|
virtual |
|
virtual |
All these parameter setting function are public temporarily to make the test easier
|
virtual |
All these parameter setting function are public temporarily to make the test easier
|
virtual |
|
virtual |
|
virtual |
|
protected |
model center
Definition at line 95 of file itkSphereMeshSource.h.
|
protected |
model resolutions
Definition at line 98 of file itkSphereMeshSource.h.
|
protected |
Definition at line 99 of file itkSphereMeshSource.h.
|
protected |
model scales
Definition at line 102 of file itkSphereMeshSource.h.
|
protected |
model squareness
Definition at line 105 of file itkSphereMeshSource.h.
|
protected |
Definition at line 106 of file itkSphereMeshSource.h.