Class template for symmetry plane computation command line tools. More...
#include <cmtkImageSymmetryPlaneCommandLine.h>
Public Types | |
typedef TFunctional | FunctionalType |
The functional type. | |
typedef ImageSymmetryPlaneCommandLine < TFunctional > | Self |
This class. | |
typedef ImageSymmetryPlaneCommandLineBase | Superclass |
Parent class. | |
typedef SmartPointer< Self > | SmartPtr |
Smart pointer. | |
typedef SmartConstPointer< Self > | SmartConstPtr |
Smart pointer to const. | |
Protected Member Functions | |
virtual ImageSymmetryPlaneFunctionalBase::SmartPtr | CreateFunctional (UniformVolume::SmartPtr &volume) |
Make a functional of the given template type using an image volume. | |
virtual ImageSymmetryPlaneFunctionalBase::SmartPtr | CreateFunctional (UniformVolume::SmartPtr &volume, const cmtk::Types::DataItemRange &range) |
Make a functional of the given template type using an image volume and a value range. |
Class template for symmetry plane computation command line tools.
This is templated over the symmetry plane functional, which can be either CPU-based or GPU-based.
Definition at line 52 of file cmtkImageSymmetryPlaneCommandLine.h.
typedef TFunctional cmtk::ImageSymmetryPlaneCommandLine< TFunctional >::FunctionalType |
The functional type.
Definition at line 58 of file cmtkImageSymmetryPlaneCommandLine.h.