4#ifndef _volume_limit_h_
5#define _volume_limit_h_
19 double lower_limit[3];
20 double upper_limit[3];
37 void find_limit (
const Volume *vol);
38 void find_limit (
const Volume::Pointer& vol);
Definition volume_limit.h:16
The Volume class represents a three-dimensional volume on a uniform grid. The volume can be located a...
Definition volume.h:38
#define PLMBASE_API
Definition plmbase_config.h:19
point_location
Definition volume_limit.h:9
@ POINTLOC_INSIDE
Definition volume_limit.h:11
@ POINTLOC_LEFT
Definition volume_limit.h:10
@ POINTLOC_RIGHT
Definition volume_limit.h:12
enum point_location Point_location
Definition volume_limit.h:14