#include <itkBinaryMask3DMeshSource.h>
Inheritance diagram for itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >:
Public Types | |
typedef BinaryMask3DMeshSource | Self |
typedef ImageToMeshFilter< TInputImage, 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 TInputImage | InputImageType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputPixelType |
typedef InputImageType::SpacingType | SpacingType |
typedef InputImageType::PointType | OriginType |
typedef InputImageType::IndexType | InputImageIndexType |
typedef ImageRegionConstIterator< InputImageType > | InputImageIterator |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | SetObjectValue (InputPixelType _arg) |
virtual unsigned long | GetNumberOfNodes () |
virtual unsigned long | GetNumberOfCells () |
virtual void | SetInput (const InputImageType *inputImage) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
BinaryMask3DMeshSource () | |
~BinaryMask3DMeshSource () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData () |
virtual void | GenerateOutputInformation () |
Definition at line 78 of file itkBinaryMask3DMeshSource.h.
|
Definition at line 105 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 104 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 101 of file itkBinaryMask3DMeshSource.h. |
|
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 85 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 106 of file itkBinaryMask3DMeshSource.h. |
|
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 118 of file itkBinaryMask3DMeshSource.h. |
|
Type definition for the classified image index type. Definition at line 124 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 126 of file itkBinaryMask3DMeshSource.h. |
|
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 117 of file itkBinaryMask3DMeshSource.h. |
|
Input Image Type Definition. Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 116 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 119 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 107 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 95 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 97 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 96 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 121 of file itkBinaryMask3DMeshSource.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 100 of file itkBinaryMask3DMeshSource.h. |
|
Hold on to the type information specified by the template parameters. Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 94 of file itkBinaryMask3DMeshSource.h. |
|
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 84 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 103 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 102 of file itkBinaryMask3DMeshSource.h. |
|
Standard "Self" typedef. Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 82 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 120 of file itkBinaryMask3DMeshSource.h. |
|
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 83 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 111 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 112 of file itkBinaryMask3DMeshSource.h. |
|
Definition at line 113 of file itkBinaryMask3DMeshSource.h. |
|
|
|
|
|
This method causes the filter to generate its output. Reimplemented from itk::ProcessObject. |
|
Prepare the output Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 143 of file itkBinaryMask3DMeshSource.h. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToMeshFilter< TInputImage, 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::ImageToMeshFilter< TInputImage, TOutputMesh >. |
|
accept the input image |
|
|