Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions
shapetools::bounding_box< T, D > Class Template Reference

#include <bounding_box.h>

+ Inheritance diagram for shapetools::bounding_box< T, D >:
+ Collaboration diagram for shapetools::bounding_box< T, D >:

Public Types

typedef T pixel_type
 
typedef itk::Image< T, D > image_type
 
typedef image_type::RegionType region_type
 
- Public Types inherited from shapetools::tool< T, D >
typedef T PixelType
 
typedef itk::Image< T, D > ImageType
 

Public Member Functions

 bounding_box (const char *fname)
 
virtual void operator() (typename image_type::Pointer)
 
const pixel_type background () const
 
pixel_type & background ()
 
const region_type & region () const
 
region_type & region ()
 
- Public Member Functions inherited from shapetools::tool< T, D >
virtual void operator() (typename ImageType::Pointer)=0
 

Detailed Description

template<class T, unsigned int D>
class shapetools::bounding_box< T, D >

Computes the smallest bounding box around the foreground (in pixel coordinates).

Definition at line 33 of file bounding_box.h.


The documentation for this class was generated from the following file: