#include <vtkOdfSource.h>
|
| vtkTypeMacro (vtkOdfSource, vtkPolyDataAlgorithm) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
| vtkSetMacro (Scale, double) |
|
| vtkGetMacro (Scale, double) |
|
| vtkSetMacro (AdditionalScale, double) |
|
| vtkGetMacro (AdditionalScale, double) |
|
| vtkSetMacro (Normalization, int) |
|
| vtkGetMacro (Normalization, int) |
|
| vtkSetMacro (Odf, OdfType) |
|
| vtkGetMacro (Odf, OdfType) |
|
Definition at line 28 of file vtkOdfSource.h.
vtkOdfSource::vtkOdfSource |
( |
| ) |
|
|
protected |
vtkOdfSource::~vtkOdfSource |
( |
| ) |
|
|
inlineprotected |
void vtkOdfSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
int vtkOdfSource::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
overrideprotected |
Definition at line 23 of file vtkOdfSource.cxx.
References AdditionalScale, itk::OrientationDistributionFunction< float, QBALL_ODFSIZE >::GetBaseMesh(), itk::OrientationDistributionFunction< TComponent, NOdfDirections >::MaxNormalize(), itk::OrientationDistributionFunction< TComponent, NOdfDirections >::MinMaxNormalize(), mitk::New(), Normalization, Odf, mitk::ODFN_MAX, mitk::ODFN_MINMAX, mitk::ODFN_NONE, and Scale.
int vtkOdfSource::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
overrideprotected |
vtkOdfSource::vtkGetMacro |
( |
Scale |
, |
|
|
double |
|
|
) |
| |
vtkOdfSource::vtkSetMacro |
( |
Scale |
, |
|
|
double |
|
|
) |
| |
vtkOdfSource::vtkTypeMacro |
( |
vtkOdfSource |
, |
|
|
vtkPolyDataAlgorithm |
|
|
) |
| |
double vtkOdfSource::AdditionalScale |
|
protected |
int vtkOdfSource::Normalization |
|
protected |
double vtkOdfSource::Scale |
|
protected |
The documentation for this class was generated from the following files: