#include <itkSpatialObjectToImageStatisticsCalculator.h>
Inheritance diagram for itk::SpatialObjectToImageStatisticsCalculator< TInputImage, TInputSpatialObject, TSampleDimension >:
Public Types | |
typedef SpatialObjectToImageStatisticsCalculator | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | ImageType |
typedef TInputImage::Pointer | ImagePointer |
typedef TInputImage::ConstPointer | ImageConstPointer |
typedef TInputImage::PixelType | PixelType |
typedef TInputImage::IndexType | IndexType |
typedef TInputSpatialObject | SpatialObjectType |
typedef SpatialObjectType::Pointer | SpatialObjectPointer |
typedef SpatialObjectType::ConstPointer | SpatialObjectConstPointer |
typedef itk::FloodFilledSpatialFunctionConditionalConstIterator< ImageType, SpatialObjectType > | IteratorType |
typedef Vector< double, TSampleDimension > | VectorType |
typedef Matrix< double, TSampleDimension, TSampleDimension > | MatrixType |
Public Member Functions | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, ImageType::ImageDimension) | |
itkStaticConstMacro (SampleDimension, unsigned int, TSampleDimension) | |
itkStaticConstMacro (ObjectDimension, unsigned int, TInputSpatialObject::ObjectDimension) | |
virtual void | SetImage (const ImageType *_arg) |
virtual void | SetSpatialObject (SpatialObjectType *_arg) |
const VectorType & | GetMean () const |
const MatrixType & | GetCovarianceMatrix () const |
void | Update (void) |
virtual void | SetSampleDirection (unsigned int _arg) |
virtual unsigned int | GetSampleDirection () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
SpatialObjectToImageStatisticsCalculator () | |
virtual | ~SpatialObjectToImageStatisticsCalculator () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 32 of file itkSpatialObjectToImageStatisticsCalculator.h.
|
Reimplemented from itk::Object. Definition at line 40 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 51 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 50 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Type definitions for the input image. Definition at line 49 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 53 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Type definition of the flood fill iterator Definition at line 72 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 76 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 52 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Reimplemented from itk::Object. Definition at line 39 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Definition at line 37 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 68 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 67 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Type definitions for the input spatial object. Definition at line 66 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Reimplemented from itk::Object. Definition at line 38 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Vector and Matrix Type Definition at line 75 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
|
|
|
Run-time type information (and related methods). Reimplemented from itk::Object.
|
|
Get the covariance matrix Definition at line 93 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Get the mean Definition at line 90 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Set/Get the direction of the sample |
|
|
|
|
|
|
|
Method for creation through the object factory. Reimplemented from itk::Object.
|
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Object.
|
|
Set the input image. |
|
Set/Get the direction of the sample |
|
Set the input spatial object. |
|
Compute of the input image. |