plastimatch
Loading...
Searching...
No Matches
pointset_warp.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _pointset_warp_h_
5#define _pointset_warp_h_
6
7#include "plmbase_config.h"
8#include "pointset.h"
9#include "itk_image_type.h"
10
11PLMBASE_API void
15 DeformationFieldType::Pointer vf);
16
17#endif
Definition pointset.h:15
Definition pointset.h:62
#define PLMBASE_API
Definition plmbase_config.h:19
void pointset_warp(Labeled_pointset *warped_pointset, Labeled_pointset *input_pointset, DeformationFieldType::Pointer vf)
Definition pointset_warp.cxx:16