#include <itkSphereMeshSource.h>
Inheritance diagram for itk::SphereMeshSource< TOutputMesh >:
Public Types | |
typedef SphereMeshSource | Self |
typedef MeshSource< TOutputMesh > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TOutputMesh | OutputMeshType |
typedef OutputMeshType::MeshTraits | OMeshTraits |
typedef OutputMeshType::PointType | OPointType |
typedef OMeshTraits::PixelType | OPixelType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef OutputMeshType::CellTraits | CellTraits |
typedef OutputMeshType::PointsContainerPointer | PointsContainerPointer |
typedef OutputMeshType::PointsContainer | PointsContainer |
typedef CellInterface< OPixelType, CellTraits > | CellInterfaceType |
typedef TriangleCell< CellInterfaceType > | TriCellType |
typedef TriCellType::SelfAutoPointer | TriCellAutoPointer |
typedef TriCellType::CellAutoPointer | CellAutoPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | SetCenter (OPointType _arg) |
virtual void | SetScale (OPointType _arg) |
virtual void | SetSquareness1 (double _arg) |
virtual void | SetSquareness2 (double _arg) |
virtual void | SetResolutionX (unsigned int _arg) |
virtual void | SetResolutionY (unsigned int _arg) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
SphereMeshSource () | |
~SphereMeshSource () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData () |
Protected Attributes | |
OPointType | m_Center |
unsigned int | m_ResolutionX |
unsigned int | m_ResolutionY |
OPointType | m_Scale |
double | m_Squareness1 |
double | m_Squareness2 |
Definition at line 40 of file itkSphereMeshSource.h.
|
Definition at line 72 of file itkSphereMeshSource.h. |
|
Define the triangular cell types which forms the surface of the model and will be used in FEM application. Definition at line 69 of file itkSphereMeshSource.h. |
|
Definition at line 63 of file itkSphereMeshSource.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 47 of file itkSphereMeshSource.h. |
|
Definition at line 57 of file itkSphereMeshSource.h. |
|
Definition at line 59 of file itkSphereMeshSource.h. |
|
Definition at line 58 of file itkSphereMeshSource.h. Referenced by itk::SphereMeshSource< TOutputMesh >::~SphereMeshSource(). |
|
Some convenient typedefs. Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 62 of file itkSphereMeshSource.h. |
|
Hold on to the type information specified by the template parameters. Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 56 of file itkSphereMeshSource.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 46 of file itkSphereMeshSource.h. |
|
Definition at line 65 of file itkSphereMeshSource.h. |
|
Definition at line 64 of file itkSphereMeshSource.h. |
|
Standard "Self" typedef. Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 44 of file itkSphereMeshSource.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 45 of file itkSphereMeshSource.h. |
|
Definition at line 71 of file itkSphereMeshSource.h. |
|
Definition at line 70 of file itkSphereMeshSource.h. |
|
|
|
Definition at line 88 of file itkSphereMeshSource.h. References itk::SphereMeshSource< TOutputMesh >::OPointType. |
|
This method causes the filter to generate its output. Reimplemented from itk::ProcessObject. |
|
Run-time type information (and related methods). Reimplemented from itk::MeshSource< TOutputMesh >. |
|
Method for creation through the object factory. Reimplemented from itk::MeshSource< 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 >. |
|
|
|
All these parameter setting function are public temporarily to make the test easier |
|
All these parameter setting function are public temporarily to make the test easier |
|
|
|
|
|
|
|
model center Definition at line 94 of file itkSphereMeshSource.h. |
|
model resolutions Definition at line 97 of file itkSphereMeshSource.h. |
|
Definition at line 98 of file itkSphereMeshSource.h. |
|
model scales Definition at line 101 of file itkSphereMeshSource.h. |
|
model squareness Definition at line 104 of file itkSphereMeshSource.h. |
|
Definition at line 105 of file itkSphereMeshSource.h. |