plastimatch
|
#include "plm_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <deque>
#include <vector>
#include "itkImage.h"
#include "image_boundary.h"
#include "distance_map.h"
#include "itk_distance_map.h"
#include "itk_image_type.h"
#include "plm_image.h"
#include "volume.h"
#include "volume_header.h"
Macros | |
#define | SQ_DIST(idx, sp2) |
#define | SQ_DIST_I(idx, sp2) |
#define | SQ_DIST_J(idx, sp2) |
#define | SQ_DIST_K(idx, sp2) |
#define | COPY_I(new_idx, old_idx) |
#define | COPY_J(new_idx, old_idx) |
#define | COPY_K(new_idx, old_idx) |
#define COPY_I | ( | new_idx, | |
old_idx ) |
#define COPY_J | ( | new_idx, | |
old_idx ) |
#define COPY_K | ( | new_idx, | |
old_idx ) |
#define SQ_DIST | ( | idx, | |
sp2 ) |
#define SQ_DIST_I | ( | idx, | |
sp2 ) |
#define SQ_DIST_J | ( | idx, | |
sp2 ) |
#define SQ_DIST_K | ( | idx, | |
sp2 ) |