plastimatch
Loading...
Searching...
No Matches
zcrop.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _zcrop_h_
5#define _zcrop_h_
6
7#include "plmutil_config.h"
8#include "plm_image.h"
9#include "itk_image_type.h" /* Not sure if needed or not */
10
11class Plm_image; /* Not sure if needed or not */
12
14void
15zcrop (UCharImageType::Pointer& ref,
16 UCharImageType::Pointer& cmp,
17 float zcrop[2]);
18
19#endif
The Plm_image class represents a three-dimensional volume. The volume is an abstraction that can co...
Definition plm_image.h:27
Definition pointset.h:15
#define PLMUTIL_API
Definition plmutil_config.h:26
void zcrop(UCharImageType::Pointer &ref, UCharImageType::Pointer &cmp, float zcrop[2])
Definition zcrop.cxx:12