#include <itkSphereMeshSource.h>
Inheritance diagram for itk::SphereMeshSource:
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 OutputMeshType::CellsContainerPointer | CellsContainerPointer |
typedef OutputMeshType::CellsContainer | CellsContainer |
typedef OutputMeshType::CellDataContainerPointer | CellDataContainerPointer |
typedef OutputMeshType::CellDataContainer | CellDataContainer |
typedef CellInterface< OPixelType, CellTraits > | CellInterfaceType |
typedef TriangleCell< CellInterfaceType > | TriCellType |
typedef TriCellType::Pointer | TriCellPointer |
Public Methods | |
virtual const char * | GetClassName () const |
virtual void | SetResolutionX (unsigned int _arg) |
virtual void | SetResolutionY (unsigned int _arg) |
virtual void | SetCenter (OPointType _arg) |
virtual void | SetScale (OPointType _arg) |
virtual void | SetSquareness1 (double _arg) |
virtual void | SetSquareness2 (double _arg) |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
SphereMeshSource () | |
~SphereMeshSource () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData () |
|
Definition at line 71 of file itkSphereMeshSource.h. |
|
Definition at line 70 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 75 of file itkSphereMeshSource.h. |
|
Definition at line 69 of file itkSphereMeshSource.h. |
|
Definition at line 68 of file itkSphereMeshSource.h. |
|
Definition at line 65 of file itkSphereMeshSource.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 49 of file itkSphereMeshSource.h. |
|
Definition at line 59 of file itkSphereMeshSource.h. |
|
Definition at line 61 of file itkSphereMeshSource.h. |
|
Definition at line 60 of file itkSphereMeshSource.h. |
|
Some convenient typedefs. Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 64 of file itkSphereMeshSource.h. |
|
Hold on to the type information specified by the template parameters. Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 58 of file itkSphereMeshSource.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 48 of file itkSphereMeshSource.h. |
|
Definition at line 67 of file itkSphereMeshSource.h. |
|
Definition at line 66 of file itkSphereMeshSource.h. |
|
Standard "Self" typedef. Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 46 of file itkSphereMeshSource.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 47 of file itkSphereMeshSource.h. |
|
Definition at line 77 of file itkSphereMeshSource.h. |
|
Definition at line 76 of file itkSphereMeshSource.h. |
|
|
|
Definition at line 90 of file itkSphereMeshSource.h. |
|
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 >. |
|
|
|
|
|
|
|
|
|
|
|
|