#include <itkBinaryMask3DMeshSource.h>
Inheritance diagram for itk::BinaryMask3DMeshSource:
Public Types | |
typedef BinaryMask3DMeshSource | 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 CovariantVector< double, 2 > | doubleVector |
typedef CovariantVector< int, 2 > | intVector |
typedef CellInterface< OPixelType, CellTraits > | TCellInterface |
typedef TriangleCell< TCellInterface > | TriCell |
typedef TriCell::SelfAutoPointer | TriCellAutoPointer |
typedef Image< unsigned short, 3 > | BinaryImageType |
typedef BinaryImageType::Pointer | BinaryImagePointer |
typedef BinaryImageType::IndexType | BinaryImageIndexType |
typedef ImageRegionIterator< BinaryImageType > | BinaryImageIterator |
Public Methods | |
virtual const char * | GetClassName () const |
virtual void | SetBinaryImage (BinaryImageType::Pointer _arg) |
virtual void | SetObjectValue (unsigned char _arg) |
virtual unsigned long | GetNumberOfNodes () |
virtual unsigned long | GetNumberOfCells () |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
BinaryMask3DMeshSource () | |
~BinaryMask3DMeshSource () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData () |
|
Type definition for the classified image index type. Definition at line 89 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 91 of file itkBinaryMask3DMeshSource.h. |
|
Type definitions for the labelled image. It is derived from the training image. Definition at line 86 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 83 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 72 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 71 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 68 of file itkBinaryMask3DMeshSource.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 52 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 73 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 74 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 62 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 64 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 63 of file itkBinaryMask3DMeshSource.h. |
|
Some convenient typedefs. Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 67 of file itkBinaryMask3DMeshSource.h. |
|
Hold on to the type information specified by the template parameters. Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 61 of file itkBinaryMask3DMeshSource.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 51 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 70 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 69 of file itkBinaryMask3DMeshSource.h. |
|
Standard "Self" typedef. Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 49 of file itkBinaryMask3DMeshSource.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Definition at line 50 of file itkBinaryMask3DMeshSource.h. |
|
Define the triangular cell types which forms the surface of the model and will be used in FEM application. Definition at line 78 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 79 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 80 of file itkBinaryMask3DMeshSource.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 >. |
|
|
|
|