DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <vtkCellArray.h>
#include <vtkProperty.h>
#include <vtkDataSetMapper.h>
#include <vtkLODActor.h>
#include <vtkPoints.h>
#include <vtkPolyData.h>
#include <vtkPolygon.h>
#include <vtkSmartPointer.h>
#include <vtkRenderer.h>
#include <vtkRenderWindow.h>
#include <vtkRenderWindowInteractor.h>
#include <vtkDelaunay3D.h>
#include <vtkVertexGlyphFilter.h>
#include <vtkPolyDataMapper.h>
#include <vtkSphereSource.h>
#include <vtkUnsignedCharArray.h>
#include <vtkPointData.h>
#include <vtkGlyph3D.h>
#include <vtkCamera.h>
#include <vtkWindowToImageFilter.h>
#include <vtkPNGWriter.h>
#include "OrientationsViewerCLP.h"
#include "itkSamplingScheme3D.h"
#include "utl.h"
#include "utlVTKMacro.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Definition in file OrientationsViewer.cxx.
int main | ( | int | argc, |
char * | argv[] | ||
) |
orientations visualization
Definition at line 53 of file OrientationsViewer.cxx.
References DIRECTION_DUPLICATE, DIRECTION_NODUPLICATE, utl::max_element(), utl::ReadVector(), utlGlobalException, and vtkSetInputData.