|
DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkMeshFromTensorImageFilter.h>
Inheritance diagram for itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >:
Collaboration diagram for itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >:Compute mesh from a tensor image.
The tensors are assumed to be stored in TENSOR_UPPER_TRIANGULAR format [xx, xy, xz, yy, yz, zz].
Definition at line 34 of file itkMeshFromTensorImageFilter.h.
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| enum | GlyphShapeType { GLYPH_LINE =0, GLYPH_ARROW, GLYPH_DISK, GLYPH_CYLINDER, GLYPH_CUBE, GLYPH_SPHERE, GLYPH_SUPERQUADRIC } |
| typedef InputImageType::ConstPointer | InputImageConstPointer |
| typedef InputImageType::IndexType | InputImageIndexType |
| typedef InputImageType::PixelType | InputImagePixelType |
| typedef InputImageType::Pointer | InputImagePointer |
| typedef InputImageType::PointType | InputImagePointType |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef InputImageType::SizeType | InputImageSizeType |
| typedef InputImageType::SizeValueType | InputImageSizeValueType |
| typedef InputImageType::SpacingType | InputImageSpacingType |
| typedef TInputImage | InputImageType |
| typedef Superclass::MatrixPointer | MatrixPointer |
| typedef Superclass::MatrixType | MatrixType |
| typedef Superclass::OutputMeshCellArrayType | OutputMeshCellArrayType |
| typedef Superclass::OutputMeshPointsType | OutputMeshPointsType |
| typedef Superclass::OutputMeshPolyDataPointer | OutputMeshPolyDataPointer |
| typedef TOutputMesh | OutputMeshPolyDataType |
| typedef Superclass::OutputMeshRGBType | OutputMeshRGBType |
| typedef Superclass::OutputMeshScalarType | OutputMeshScalarType |
| typedef SmartPointer< Self > | Pointer |
| typedef ScalarImageType::Pointer | ScalarImagePointer |
| typedef Image< double, 3 > | ScalarImageType |
| typedef MeshFromTensorImageFilter | Self |
| typedef Superclass::STDVectorPointer | STDVectorPointer |
| typedef Superclass::STDVectorType | STDVectorType |
| typedef MeshFromImageImageFilter< TInputImage, TOutputMesh > | Superclass |
| enum | TensorColorSchemeType { COLOR_NONE =0, COLOR_BY_DIRECTION, COLOR_BY_FA, COLOR_BY_MD, COLOR_BY_IMAGE } |
| typedef vtkTensorGlyph | TensorGlyphType |
| typedef Superclass::VectorPointer | VectorPointer |
| typedef Superclass::VectorType | VectorType |
Public Types inherited from itk::MeshFromImageImageFilter< TInputImage, TOutputMesh > | |
| enum | ColorSchemeType { UNKNOWN =0, FIXED, DIRECTION, MAGNITUDE } |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef InputImageType::ConstPointer | InputImageConstPointer |
| typedef InputImageType::IndexType | InputImageIndexType |
| typedef InputImageType::PixelType | InputImagePixelType |
| typedef InputImageType::Pointer | InputImagePointer |
| typedef InputImageType::PointType | InputImagePointType |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef InputImageType::SizeType | InputImageSizeType |
| typedef InputImageType::SizeValueType | InputImageSizeValueType |
| typedef InputImageType::SpacingType | InputImageSpacingType |
| typedef TInputImage | InputImageType |
| typedef utl_shared_ptr< MatrixType > | MatrixPointer |
| typedef utl::NDArray< double, 2 > | MatrixType |
| typedef vtkCellArray | OutputMeshCellArrayType |
| typedef vtkPoints | OutputMeshPointsType |
| typedef vtkSmartPointer< OutputMeshPolyDataType > | OutputMeshPolyDataPointer |
| typedef TOutputMesh | OutputMeshPolyDataType |
| typedef vtkUnsignedCharArray | OutputMeshRGBType |
| typedef vtkDoubleArray | OutputMeshScalarType |
| typedef SmartPointer< Self > | Pointer |
| typedef MeshFromImageImageFilter | Self |
| typedef utl_shared_ptr< STDVectorType > | STDVectorPointer |
| typedef std::vector< double > | STDVectorType |
| typedef MaskedImageToImageFilter< TInputImage, TInputImage > | Superclass |
| typedef utl_shared_ptr< VectorType > | VectorPointer |
| typedef utl::NDArray< double, 1 > | VectorType |
Public Types inherited from itk::MaskedImageToImageFilter< TInputImage, TInputImage > | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef InputImageType::ConstPointer | InputImageConstPointer |
| typedef InputImageType::IndexType | InputImageIndexType |
| typedef InputImageType::PixelType | InputImagePixelType |
| typedef InputImageType::Pointer | InputImagePointer |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef InputImageType::SizeType | InputImageSizeType |
| typedef InputImageType::SpacingType | InputImageSpacingType |
| typedef TInputImage | InputImageType |
| typedef LoggerType::Pointer | LoggerPointer |
| typedef ThreadLogger | LoggerType |
| typedef utl_shared_ptr< LoggerVectorType > | LoggerVectorPointer |
| typedef std::vector< LoggerPointer > | LoggerVectorType |
| typedef MaskImageType::Pointer | MaskImagePointer |
| typedef Image< double, 3 > | MaskImageType |
| typedef OutputImageType::IndexType | OutputImageIndexType |
| typedef OutputImageType::PixelType | OutputImagePixelType |
| typedef OutputImageType::Pointer | OutputImagePointer |
| typedef OutputImageType::RegionType | OutputImageRegionType |
| typedef OutputImageType::SizeType | OutputImageSizeType |
| typedef OutputImageType::SpacingType | OutputImageSpacingType |
| typedef TInputImage | OutputImageType |
| typedef SmartPointer< Self > | Pointer |
| typedef MaskedImageToImageFilter | Self |
| typedef ImageToImageFilter< TInputImage, TInputImage > | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual int | GetGlyphResolution () |
| virtual const char * | GetNameOfClass () const |
| itkSetGetMacro (ScalarImage, ScalarImagePointer) | |
| itkSetGetMacro (TensorColorScheme, TensorColorSchemeType) | |
| itkSetGetMacro (ShapeMode, GlyphShapeType) | |
| void | SetGlyphResolution (int res) |
| void | SetGlyphShape (GlyphShapeType i) |
| void | SetGlyphShapeToArrow () |
| void | SetGlyphShapeToCube () |
| void | SetGlyphShapeToCylinder () |
| void | SetGlyphShapeToDisk () |
| void | SetGlyphShapeToLine () |
| void | SetGlyphShapeToSphere () |
| void | SetGlyphShapeToSuperquadric () |
Public Member Functions inherited from itk::MeshFromImageImageFilter< TInputImage, TOutputMesh > | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| std::vector< int > | GetBoxView () const |
| virtual ColorSchemeType | GetColorScheme () |
| std::vector< int > | GetFlip () const |
| OutputMeshPolyDataPointer | GetOutput () |
| virtual double | GetScale () |
| std::vector< int > | GetSliceView () const |
| void | SetBoxView (const int x0, const int x1, const int y0, const int y1, const int z0, const int z1) |
| virtual void | SetColorScheme (ColorSchemeType _arg) |
| void | SetFlip (const int flipx, const int flipy, const int flipz) |
| virtual void | SetScale (double _arg) |
| void | SetSliceView (const int coronal, const int sagittal, const int transverse) |
Public Member Functions inherited from itk::MaskedImageToImageFilter< TInputImage, TInputImage > | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const LoggerType * | GetLogger () const |
| virtual const MaskImageType * | GetMaskImage () const |
| bool | IsMaskUsed () |
| itkGetObjectMacro (MaskImage, MaskImageType) | |
| itkGetObjectMacro (Logger, LoggerType) | |
| itkSetGetMacro (LogLevel, int) | |
| virtual void | SetLogger (LoggerType *_arg) |
| virtual void | SetMaskImage (MaskImageType *_arg) |
| void | SetMaskImage (const std::string &file) |
Static Public Member Functions | |
| static double | GetScalarCodeFromTensor (const DiffusionTensor< double > &tensor, TensorColorSchemeType colorScheme) |
| static Pointer | New () |
Static Public Member Functions inherited from itk::MeshFromImageImageFilter< TInputImage, TOutputMesh > | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::MaskedImageToImageFilter< TInputImage, TInputImage > | |
| static Pointer | New () |
Protected Attributes | |
| vtkSmartPointer< TensorGlyphType > | m_Glyph = TensorGlyphType::New() |
| int | m_GlyphResolution =10 |
| ScalarImagePointer | m_ScalarImage = ScalarImageType::New() |
| vtkSmartPointer< vtkPolyDataAlgorithm > | m_Shape = vtkPolyDataAlgorithm::New() |
| GlyphShapeType | m_ShapeMode = GLYPH_SPHERE |
| TensorColorSchemeType | m_TensorColorScheme =COLOR_BY_DIRECTION |
Protected Attributes inherited from itk::MeshFromImageImageFilter< TInputImage, TOutputMesh > | |
| std::vector< int > | m_BoxView = std::vector<int>(6,-1) |
| ColorSchemeType | m_ColorScheme =UNKNOWN |
| std::vector< int > | m_Flip = std::vector<int>(3, 0) |
| OutputMeshPolyDataPointer | m_Mesh = OutputMeshPolyDataType::New() |
| double | m_Scale =1.0 |
| std::vector< int > | m_SliceView = std::vector<int>(3,-1) |
Protected Attributes inherited from itk::MaskedImageToImageFilter< TInputImage, TInputImage > | |
| LoggerPointer | m_Logger |
| LoggerVectorPointer | m_LoggerVector |
| int | m_LogLevel |
| MaskImagePointer | m_MaskImage |
| int | m_ThreadID |
Private Member Functions | |
| MeshFromTensorImageFilter (const Self &) | |
| void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::MeshFromImageImageFilter< TInputImage, TOutputMesh > | |
| static const unsigned int | OrientationDimension = 3 |
Static Public Attributes inherited from itk::MaskedImageToImageFilter< TInputImage, TInputImage > | |
| static const unsigned int | InputImageDimension |
| static const unsigned int | OutputImageDimension |
| typedef SmartPointer<const Self> itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::ConstPointer |
Definition at line 42 of file itkMeshFromTensorImageFilter.h.
| typedef InputImageType::ConstPointer itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::InputImageConstPointer |
Definition at line 53 of file itkMeshFromTensorImageFilter.h.
| typedef InputImageType::IndexType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::InputImageIndexType |
Definition at line 54 of file itkMeshFromTensorImageFilter.h.
| typedef InputImageType::PixelType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::InputImagePixelType |
Definition at line 58 of file itkMeshFromTensorImageFilter.h.
| typedef InputImageType::Pointer itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::InputImagePointer |
Definition at line 52 of file itkMeshFromTensorImageFilter.h.
| typedef InputImageType::PointType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::InputImagePointType |
Definition at line 60 of file itkMeshFromTensorImageFilter.h.
| typedef InputImageType::RegionType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::InputImageRegionType |
Definition at line 59 of file itkMeshFromTensorImageFilter.h.
| typedef InputImageType::SizeType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::InputImageSizeType |
Definition at line 55 of file itkMeshFromTensorImageFilter.h.
| typedef InputImageType::SizeValueType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::InputImageSizeValueType |
Definition at line 56 of file itkMeshFromTensorImageFilter.h.
| typedef InputImageType::SpacingType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::InputImageSpacingType |
Definition at line 57 of file itkMeshFromTensorImageFilter.h.
| typedef TInputImage itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::InputImageType |
Definition at line 48 of file itkMeshFromTensorImageFilter.h.
| typedef Superclass::MatrixPointer itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::MatrixPointer |
Definition at line 73 of file itkMeshFromTensorImageFilter.h.
| typedef Superclass::MatrixType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::MatrixType |
Orientation Matrices
Definition at line 72 of file itkMeshFromTensorImageFilter.h.
| typedef Superclass::OutputMeshCellArrayType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::OutputMeshCellArrayType |
Definition at line 65 of file itkMeshFromTensorImageFilter.h.
| typedef Superclass::OutputMeshPointsType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::OutputMeshPointsType |
Definition at line 64 of file itkMeshFromTensorImageFilter.h.
| typedef Superclass::OutputMeshPolyDataPointer itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::OutputMeshPolyDataPointer |
Definition at line 66 of file itkMeshFromTensorImageFilter.h.
| typedef TOutputMesh itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::OutputMeshPolyDataType |
Definition at line 62 of file itkMeshFromTensorImageFilter.h.
| typedef Superclass::OutputMeshRGBType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::OutputMeshRGBType |
Definition at line 68 of file itkMeshFromTensorImageFilter.h.
| typedef Superclass::OutputMeshScalarType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::OutputMeshScalarType |
Definition at line 67 of file itkMeshFromTensorImageFilter.h.
| typedef SmartPointer<Self> itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::Pointer |
Definition at line 41 of file itkMeshFromTensorImageFilter.h.
| typedef ScalarImageType::Pointer itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::ScalarImagePointer |
Definition at line 80 of file itkMeshFromTensorImageFilter.h.
| typedef Image<double,3> itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::ScalarImageType |
Definition at line 79 of file itkMeshFromTensorImageFilter.h.
| typedef MeshFromTensorImageFilter itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::Self |
Standard class typedefs.
Definition at line 39 of file itkMeshFromTensorImageFilter.h.
| typedef Superclass::STDVectorPointer itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::STDVectorPointer |
Definition at line 77 of file itkMeshFromTensorImageFilter.h.
| typedef Superclass::STDVectorType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::STDVectorType |
Definition at line 76 of file itkMeshFromTensorImageFilter.h.
| typedef MeshFromImageImageFilter<TInputImage, TOutputMesh> itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::Superclass |
Definition at line 40 of file itkMeshFromTensorImageFilter.h.
| typedef vtkTensorGlyph itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::TensorGlyphType |
Definition at line 82 of file itkMeshFromTensorImageFilter.h.
| typedef Superclass::VectorPointer itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::VectorPointer |
Definition at line 75 of file itkMeshFromTensorImageFilter.h.
| typedef Superclass::VectorType itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::VectorType |
Definition at line 74 of file itkMeshFromTensorImageFilter.h.
| enum itk::MeshFromTensorImageFilter::GlyphShapeType |
enum of the possible shapes for the glyphs
| Enumerator | |
|---|---|
| GLYPH_LINE | |
| GLYPH_ARROW | |
| GLYPH_DISK | |
| GLYPH_CYLINDER | |
| GLYPH_CUBE | |
| GLYPH_SPHERE |
ellipsoild |
| GLYPH_SUPERQUADRIC |
superquadric |
Definition at line 85 of file itkMeshFromTensorImageFilter.h.
| enum itk::MeshFromTensorImageFilter::TensorColorSchemeType |
| Enumerator | |
|---|---|
| COLOR_NONE |
default color |
| COLOR_BY_DIRECTION |
by principal direction |
| COLOR_BY_FA |
by fa |
| COLOR_BY_MD |
by md |
| COLOR_BY_IMAGE |
by input scalar image |
Definition at line 99 of file itkMeshFromTensorImageFilter.h.
|
protected |
Definition at line 41 of file itkMeshFromTensorImageFilter.hxx.
References itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShape().
Here is the call graph for this function:
|
inlineprotected |
Definition at line 154 of file itkMeshFromTensorImageFilter.h.
References ITK_OVERRIDE.
|
private |
| virtual::itk::LightObject::Pointer itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::CreateAnother | ( | void | ) | const |
|
protectedvirtual |
Definition at line 360 of file itkMeshFromTensorImageFilter.hxx.
References utl::ConvertTensor6DTo9D(), itk::DiffusionTensor< TPrecision >::Flip(), itk::GetVectorImage3DVolumeSize(), itk::IsImageEmpty(), itk::PrintVariableLengthVector(), TENSOR_UPPER_TRIANGULAR, utlPrintVar, and utlShowPosition.
Referenced by itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::GetScalarCodeFromTensor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::MeshFromImageImageFilter< TInputImage, TOutputMesh >.
|
static |
Definition at line 257 of file itkMeshFromTensorImageFilter.hxx.
References itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::GenerateData(), itk::DiffusionTensor< TPrecision >::GetEigenValuesVectorsAnalytic(), itk::DiffusionTensor< TPrecision >::GetFA(), itk::DiffusionTensor< TPrecision >::GetMD(), utl::RGBToIndex(), and utlGlobalException.
Referenced by itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphResolution().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprotected |
Definition at line 163 of file itkMeshFromTensorImageFilter.h.
| itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::itkSetGetMacro | ( | ScalarImage | , |
| ScalarImagePointer | |||
| ) |
| itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::itkSetGetMacro | ( | TensorColorScheme | , |
| TensorColorSchemeType | |||
| ) |
| itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::itkSetGetMacro | ( | ShapeMode | , |
| GlyphShapeType | |||
| ) |
|
static |
Method for creation through the object factory.
|
private |
|
inlineprotectedvirtual |
Reimplemented from itk::MeshFromImageImageFilter< TInputImage, TOutputMesh >.
Definition at line 159 of file itkMeshFromTensorImageFilter.h.
| void itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphResolution | ( | int | res | ) |
Definition at line 189 of file itkMeshFromTensorImageFilter.hxx.
References itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::GetScalarCodeFromTensor().
Referenced by itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToSuperquadric().
Here is the call graph for this function:
Here is the caller graph for this function:| void itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShape | ( | GlyphShapeType | i | ) |
Definition at line 59 of file itkMeshFromTensorImageFilter.hxx.
References itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToLine(), and utlGlobalException.
Referenced by itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::MeshFromTensorImageFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| void itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToArrow | ( | ) |
Set a specific glyph shape
Definition at line 127 of file itkMeshFromTensorImageFilter.hxx.
References itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToCube().
Referenced by itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToDisk().
Here is the call graph for this function:
Here is the caller graph for this function:| void itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToCube | ( | ) |
Set a specific glyph shape
Definition at line 143 of file itkMeshFromTensorImageFilter.hxx.
References itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToCylinder().
Referenced by itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToArrow().
Here is the call graph for this function:
Here is the caller graph for this function:| void itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToCylinder | ( | ) |
Set a specific glyph shape
Definition at line 154 of file itkMeshFromTensorImageFilter.hxx.
References itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToSphere().
Referenced by itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToCube().
Here is the call graph for this function:
Here is the caller graph for this function:| void itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToDisk | ( | ) |
Set a specific glyph shape
Definition at line 114 of file itkMeshFromTensorImageFilter.hxx.
References itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToArrow().
Referenced by itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToLine().
Here is the call graph for this function:
Here is the caller graph for this function:| void itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToLine | ( | ) |
Set a specific glyph shape
Definition at line 103 of file itkMeshFromTensorImageFilter.hxx.
References itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToDisk().
Referenced by itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShape().
Here is the call graph for this function:
Here is the caller graph for this function:| void itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToSphere | ( | ) |
Set a specific glyph shape
Definition at line 165 of file itkMeshFromTensorImageFilter.hxx.
References itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToSuperquadric().
Referenced by itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToCylinder().
Here is the call graph for this function:
Here is the caller graph for this function:| void itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToSuperquadric | ( | ) |
Set a specific glyph shape
Definition at line 176 of file itkMeshFromTensorImageFilter.hxx.
References itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphResolution().
Referenced by itk::MeshFromTensorImageFilter< TInputImage, TOutputMesh >::SetGlyphShapeToSphere().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprotectedvirtual |
Reimplemented from itk::MeshFromImageImageFilter< TInputImage, TOutputMesh >.
Definition at line 178 of file itkMeshFromTensorImageFilter.h.
References itk::IsImageEmpty(), utlSAGlobalException, and itk::VerifyImageSize().
Here is the call graph for this function:
|
protected |
Definition at line 197 of file itkMeshFromTensorImageFilter.h.
|
protected |
resolution for glyphs
Definition at line 202 of file itkMeshFromTensorImageFilter.h.
|
protected |
Definition at line 204 of file itkMeshFromTensorImageFilter.h.
|
protected |
Definition at line 195 of file itkMeshFromTensorImageFilter.h.
|
protected |
Definition at line 193 of file itkMeshFromTensorImageFilter.h.
|
protected |
Definition at line 191 of file itkMeshFromTensorImageFilter.h.
1.8.11