Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::SphereMeshSource< TOutputMesh > Class Template Reference

#include <itkSphereMeshSource.h>

Inheritance diagram for itk::SphereMeshSource:

Inheritance graph
[legend]
Collaboration diagram for itk::SphereMeshSource< TOutputMesh >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef SphereMeshSource Self
typedef MeshSource< TOutputMesh > Superclass
typedef SmartPointer< SelfPointer
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< CellInterfaceTypeTriCellType
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 ()

template<class TOutputMesh>
class itk::SphereMeshSource< TOutputMesh >


Member Typedef Documentation

template<class TOutputMesh>
typedef OutputMeshType::CellDataContainer itk::SphereMeshSource< TOutputMesh >::CellDataContainer
 

Definition at line 71 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef OutputMeshType::CellDataContainerPointer itk::SphereMeshSource< TOutputMesh >::CellDataContainerPointer
 

Definition at line 70 of file itkSphereMeshSource.h.

template<class TOutputMesh>
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 75 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef OutputMeshType::CellsContainer itk::SphereMeshSource< TOutputMesh >::CellsContainer
 

Definition at line 69 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef OutputMeshType::CellsContainerPointer itk::SphereMeshSource< TOutputMesh >::CellsContainerPointer
 

Definition at line 68 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef OutputMeshType::CellTraits itk::SphereMeshSource< TOutputMesh >::CellTraits
 

Definition at line 65 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef SmartPointer<const Self> itk::SphereMeshSource< TOutputMesh >::ConstPointer
 

Reimplemented from itk::MeshSource< TOutputMesh >.

Definition at line 49 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef OutputMeshType::MeshTraits itk::SphereMeshSource< TOutputMesh >::OMeshTraits
 

Definition at line 59 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef OMeshTraits::PixelType itk::SphereMeshSource< TOutputMesh >::OPixelType
 

Definition at line 61 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef OutputMeshType::PointType itk::SphereMeshSource< TOutputMesh >::OPointType
 

Definition at line 60 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef OutputMeshType::Pointer itk::SphereMeshSource< TOutputMesh >::OutputMeshPointer
 

Some convenient typedefs.

Reimplemented from itk::MeshSource< TOutputMesh >.

Definition at line 64 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef TOutputMesh itk::SphereMeshSource< TOutputMesh >::OutputMeshType
 

Hold on to the type information specified by the template parameters.

Reimplemented from itk::MeshSource< TOutputMesh >.

Definition at line 58 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef SmartPointer<Self> itk::SphereMeshSource< TOutputMesh >::Pointer
 

Reimplemented from itk::MeshSource< TOutputMesh >.

Definition at line 48 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef OutputMeshType::PointsContainer itk::SphereMeshSource< TOutputMesh >::PointsContainer
 

Definition at line 67 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef OutputMeshType::PointsContainerPointer itk::SphereMeshSource< TOutputMesh >::PointsContainerPointer
 

Definition at line 66 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef SphereMeshSource itk::SphereMeshSource< TOutputMesh >::Self
 

Standard "Self" typedef.

Reimplemented from itk::MeshSource< TOutputMesh >.

Definition at line 46 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef MeshSource<TOutputMesh> itk::SphereMeshSource< TOutputMesh >::Superclass
 

Reimplemented from itk::MeshSource< TOutputMesh >.

Definition at line 47 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef TriCellType::Pointer itk::SphereMeshSource< TOutputMesh >::TriCellPointer
 

Definition at line 77 of file itkSphereMeshSource.h.

template<class TOutputMesh>
typedef TriangleCell<CellInterfaceType> itk::SphereMeshSource< TOutputMesh >::TriCellType
 

Definition at line 76 of file itkSphereMeshSource.h.


Constructor & Destructor Documentation

template<class TOutputMesh>
itk::SphereMeshSource< TOutputMesh >::SphereMeshSource   [protected]
 

template<class TOutputMesh>
itk::SphereMeshSource< TOutputMesh >::~SphereMeshSource   [inline, protected]
 

Definition at line 90 of file itkSphereMeshSource.h.


Member Function Documentation

template<class TOutputMesh>
void itk::SphereMeshSource< TOutputMesh >::GenerateData void    [protected, virtual]
 

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

template<class TOutputMesh>
virtual const char* itk::SphereMeshSource< TOutputMesh >::GetClassName   const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::MeshSource< TOutputMesh >.

template<class TOutputMesh>
Pointer itk::SphereMeshSource< TOutputMesh >::New   [static]
 

Method for creation through the object factory.

Reimplemented from itk::MeshSource< TOutputMesh >.

template<class TOutputMesh>
void itk::SphereMeshSource< TOutputMesh >::PrintSelf std::ostream &    os,
Indent    indent
const [protected, virtual]
 

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 >.

template<class TOutputMesh>
virtual void itk::SphereMeshSource< TOutputMesh >::SetCenter OPointType    _arg [virtual]
 

template<class TOutputMesh>
virtual void itk::SphereMeshSource< TOutputMesh >::SetResolutionX unsigned int    _arg [virtual]
 

template<class TOutputMesh>
virtual void itk::SphereMeshSource< TOutputMesh >::SetResolutionY unsigned int    _arg [virtual]
 

template<class TOutputMesh>
virtual void itk::SphereMeshSource< TOutputMesh >::SetScale OPointType    _arg [virtual]
 

template<class TOutputMesh>
virtual void itk::SphereMeshSource< TOutputMesh >::SetSquareness1 double    _arg [virtual]
 

template<class TOutputMesh>
virtual void itk::SphereMeshSource< TOutputMesh >::SetSquareness2 double    _arg [virtual]
 


The documentation for this class was generated from the following file:
Generated at Wed Mar 12 01:21:49 2003 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000