#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 NumericTraits< PixelType >::AccumulateType | AccumulateType |
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 * | GetNameOfClass () 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 |
AccumulateType | GetSum () const |
virtual unsigned long | GetNumberOfPixels () 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 34 of file itkSpatialObjectToImageStatisticsCalculator.h.
|
Definition at line 56 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Reimplemented from itk::Object. Definition at line 42 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 53 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 52 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Type definitions for the input image. Definition at line 51 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 55 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Type definition of the flood fill iterator Definition at line 75 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 79 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 54 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Reimplemented from itk::Object. Definition at line 41 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Definition at line 39 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 71 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 70 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Type definitions for the input spatial object. Definition at line 69 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Reimplemented from itk::Object. Definition at line 40 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Definition at line 78 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
|
|
|
Get the covariance matrix Definition at line 96 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Get the mean Definition at line 93 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
Run-time type information (and related methods). Reimplemented from itk::Object. |
|
Get the number of pixels inside the object |
|
Set/Get the direction of the sample |
|
Get the sum of pixels Definition at line 99 of file itkSpatialObjectToImageStatisticsCalculator.h. |
|
|
|
|
|
|
|
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. |