DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <vtkSmartPointer.h>
#include <vtkPolyData.h>
#include <vtkPolyDataWriter.h>
#include <vtkXMLPolyDataWriter.h>
#include <vtkPLYWriter.h>
#include <vtkSTLWriter.h>
#include <vtkXMLUnstructuredGridWriter.h>
#include <vtkXMLImageDataWriter.h>
#include <vtkXMLStructuredGridWriter.h>
#include <vtkXMLRectilinearGridWriter.h>
#include "utlVTKMacro.h"
#include "utlCore.h"
Go to the source code of this file.
Namespaces | |
utl | |
Functions | |
template<typename WriterType > | |
void | utl::WriteVTK (vtkPolyData *mesh, const std::string &filename) |
void | utl::WriteVtkPolyData (vtkPolyData *mesh, const std::string &filename) |
Created "06-06-2017.
Definition in file utlVTK.h.