plastimatch
Loading...
Searching...
No Matches
volume_boundary_behavior.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _volume_boundary_behavior_h_
5#define _volume_boundary_behavior_h_
6
7#include "plmbase_config.h"
8
23
25volume_boundary_behavior_parse (const std::string& string);
27volume_boundary_behavior_parse (const char* string);
28
29#endif
#define PLMBASE_API
Definition plmbase_config.h:19
Volume_boundary_behavior volume_boundary_behavior_parse(const std::string &string)
Definition volume_boundary_behavior.cxx:10
Volume_boundary_behavior
This enum is used to control the algorithm behavior for voxels at the edge of the volume....
Definition volume_boundary_behavior.h:18
@ EDGE_PADDING
Definition volume_boundary_behavior.h:20
@ ADAPTIVE_PADDING
Definition volume_boundary_behavior.h:21
@ ZERO_PADDING
Definition volume_boundary_behavior.h:19