|
typedef itk::VectorImage< float, 3 > | VectorImageType |
|
|
| vtkTypeMacro (vtkDiffusionTensorGlyphFilter, vtkProgrammableGlyphFilter) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | SetTensorImage (itk::SmartPointer< VectorImageType > img) |
|
itk::SmartPointer< VectorImageType > | GetTensorImage () |
|
void | SetTensorImageIndices (std::vector< VectorImageType::IndexType > indices) |
|
std::vector< VectorImageType::IndexType > | GetTensorImageIndices () |
|
void | SetNormaliseVector (VectorImageType::PixelType vec) |
|
VectorImageType::PixelType | GetNormaliseVector () |
|
void | SetResolution (const unsigned res) |
|
unsigned | GetResolution () |
|
|
static vtkDiffusionTensorGlyphFilter * | New () |
|
static double | computeAmplitude (std::vector< double > SH, double x, double y, double z, int lmax) |
|
static int | NforL (int lmax) |
|
static int | LforN (int N) |
|
static int | index (int l, int m) |
|
|
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| Overide the base class method to customise for the diffusion glyphs, colouring etc.
|
|
|
VectorImageType::Pointer | m_TensorImage |
|
std::vector< VectorImageType::IndexType > | m_Indices |
|
VectorImageType::PixelType | m_NormVector |
|
unsigned | m_Resolution |
|
The documentation for this class was generated from the following files: