![]() |
Orfeo Toolbox
3.16
|
A Label object to store the common attributes related to the statistics of the object. More...
#include <itkStatisticsLabelObject.h>
Inheritance diagram for itk::StatisticsLabelObject< TLabel, VImageDimension >:
Collaboration diagram for itk::StatisticsLabelObject< TLabel, VImageDimension >:Public Types | |
| typedef AffineTransformType::Pointer | AffineTransformPointer |
| typedef AffineTransform < double, itkGetStaticConstMacro(ImageDimension)> | AffineTransformType |
| typedef Superclass::AttributeType | AttributeType |
| typedef Superclass::CentroidType | CentroidType |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef WeakPointer< const Self > | ConstWeakPointer |
| typedef Statistics::Histogram < double > | HistogramType |
| typedef Superclass::IndexType | IndexType |
| typedef LabelMap< Self > | LabelMapType |
| typedef Superclass::LabelObjectType | LabelObjectType |
| typedef TLabel | LabelType |
| typedef Superclass::LengthType | LengthType |
| typedef Superclass::LineContainerType | LineContainerType |
| typedef Superclass::LineType | LineType |
| typedef Matrix< double, itkGetStaticConstMacro(ImageDimension), itkGetStaticConstMacro(ImageDimension) > | MatrixType |
| typedef SmartPointer< Self > | Pointer |
| typedef Point< double, itkGetStaticConstMacro(ImageDimension) > | PointType |
| typedef ImageRegion < itkGetStaticConstMacro(ImageDimension) > | RegionType |
| typedef StatisticsLabelObject | Self |
| typedef unsigned long | SizeValueType |
| typedef ShapeLabelObject < TLabel, VImageDimension > | Superclass |
| typedef Vector< double, itkGetStaticConstMacro(ImageDimension) > | VectorType |
Public Member Functions | |
| void | AddIndex (const IndexType &idx) |
| void | AddLine (const IndexType &idx, const LengthType &length) |
| void | AddLine (const LineType &line) |
| void | CopyAllFrom (const Self *src) |
| virtual void | CopyAttributesFrom (const LabelObjectType *lo) |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual void | Delete () |
| bool | Empty () const |
| const double & | GetBinaryElongation () const |
| const double & | GetBinaryFlatness () const |
| const MatrixType & | GetBinaryPrincipalAxes () const |
| AffineTransformPointer | GetBinaryPrincipalAxesToPhysicalAxesTransform () const |
| const VectorType & | GetBinaryPrincipalMoments () const |
| const PointType & | GetCenterOfGravity () const |
| const CentroidType & | GetCentroid () const |
| const double & | GetElongation () const |
| const VectorType & | GetEquivalentEllipsoidSize () const |
| const double & | GetEquivalentPerimeter () const |
| const double & | GetEquivalentRadius () const |
| const double & | GetFeretDiameter () const |
| const double & | GetFlatness () const |
| const HistogramType * | GetHistogram () const |
| IndexType | GetIndex (SizeValueType offset) const |
| const double & | GetKurtosis () const |
| const LabelType & | GetLabel () const |
| const LineType & | GetLine (SizeValueType i) const |
| LineType & | GetLine (SizeValueType i) |
| const LineContainerType & | GetLineContainer () const |
| LineContainerType & | GetLineContainer () |
| const double & | GetMaximum () const |
| const IndexType & | GetMaximumIndex () const |
| const double & | GetMean () const |
| const double & | GetMedian () const |
| const double & | GetMinimum () const |
| const IndexType & | GetMinimumIndex () const |
| virtual const char * | GetNameOfClass () const |
| SizeValueType | GetNumberOfLines () const |
| const double & | GetPerimeter () const |
| AffineTransformPointer | GetPhysicalAxesToBinaryPrincipalAxesTransform (void) const |
| AffineTransformPointer | GetPhysicalAxesToPrincipalAxesTransform (void) const |
| const double & | GetPhysicalSize () const |
| const double & | GetPhysicalSizeOnBorder () const |
| const MatrixType & | GetPrincipalAxes () const |
| AffineTransformPointer | GetPrincipalAxesToPhysicalAxesTransform () const |
| const VectorType & | GetPrincipalMoments () const |
| virtual int | GetReferenceCount () const |
| const RegionType & | GetRegion () const |
| const double & | GetRegionElongation () const |
| const double & | GetRoundness () const |
| const double & | GetSigma () const |
| const unsigned long & | GetSize () const |
| const unsigned long & | GetSizeOnBorder () const |
| const double & | GetSizeRegionRatio () const |
| const double & | GetSkewness () const |
| const double & | GetSum () const |
| const double & | GetVariance () const |
| bool | HasIndex (const IndexType &idx) const |
| void | Optimize () |
| void | Print (std::ostream &os, Indent indent=0) const |
| virtual void | Register () const |
| void | SetBinaryElongation (const double &v) |
| void | SetBinaryFlatness (const double &v) |
| void | SetBinaryPrincipalAxes (const MatrixType &v) |
| void | SetBinaryPrincipalMoments (const VectorType &v) |
| void | SetCenterOfGravity (const PointType &v) |
| void | SetCentroid (const CentroidType ¢roid) |
| void | SetElongation (const double &v) |
| void | SetEquivalentEllipsoidSize (const VectorType &v) |
| void | SetEquivalentPerimeter (const double &v) |
| void | SetEquivalentRadius (const double &v) |
| void | SetFeretDiameter (const double &v) |
| void | SetFlatness (const double &v) |
| void | SetHistogram (const HistogramType *v) |
| void | SetKurtosis (const double &v) |
| void | SetLabel (const LabelType &label) |
| void | SetLineContainer (const LineContainerType &lineContainer) |
| void | SetMaximum (const double &v) |
| void | SetMaximumIndex (const IndexType &v) |
| void | SetMean (const double &v) |
| void | SetMedian (const double &v) |
| void | SetMinimum (const double &v) |
| void | SetMinimumIndex (const IndexType &v) |
| void | SetPerimeter (const double &v) |
| void | SetPhysicalSize (const double &v) |
| void | SetPhysicalSizeOnBorder (const double &v) |
| void | SetPrincipalAxes (const MatrixType &v) |
| void | SetPrincipalMoments (const VectorType &v) |
| virtual void | SetReferenceCount (int) |
| void | SetRegion (const RegionType &v) |
| void | SetRegionElongation (const double &v) |
| void | SetRoundness (const double &v) |
| void | SetSigma (const double &v) |
| void | SetSize (const unsigned long &v) |
| void | SetSizeOnBorder (const unsigned long &v) |
| void | SetSizeRegionRatio (const double &v) |
| void | SetSkewness (const double &v) |
| void | SetSum (const double &v) |
| void | SetVariance (const double &v) |
| SizeValueType | Size () const |
| virtual void | UnRegister () const |
Static Public Member Functions | |
| static void | BreakOnError () |
| static AttributeType | GetAttributeFromName (const std::string &s) |
| static std::string | GetNameFromAttribute (const AttributeType &a) |
| static std::string | GetNameFromAttribute (const AttributeType &a) |
| static Pointer | New () |
Protected Types | |
| typedef int | InternalReferenceCountType |
Protected Member Functions | |
| StatisticsLabelObject () | |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Protected Attributes | |
| InternalReferenceCountType | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
Private Member Functions | |
| StatisticsLabelObject (const Self &) | |
| void | operator= (const Self &) |
Private Attributes | |
| PointType | m_CenterOfGravity |
| double | m_Elongation |
| double | m_Flatness |
| HistogramType::ConstPointer | m_Histogram |
| double | m_Kurtosis |
| double | m_Maximum |
| IndexType | m_MaximumIndex |
| double | m_Mean |
| double | m_Median |
| double | m_Minimum |
| IndexType | m_MinimumIndex |
| MatrixType | m_PrincipalAxes |
| VectorType | m_PrincipalMoments |
| double | m_Sigma |
| double | m_Skewness |
| double | m_Sum |
| double | m_Variance |
A Label object to store the common attributes related to the statistics of the object.
StatisticsLabelObject stores the common attributes related to the statistics of the object
This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176
Definition at line 40 of file itkStatisticsLabelObject.h.
| typedef AffineTransformType::Pointer itk::StatisticsLabelObject< TLabel, VImageDimension >::AffineTransformPointer |
Definition at line 462 of file itkStatisticsLabelObject.h.
| typedef AffineTransform<double,itkGetStaticConstMacro(ImageDimension)> itk::StatisticsLabelObject< TLabel, VImageDimension >::AffineTransformType |
Affine transform for mapping to and from principal axis
Definition at line 461 of file itkStatisticsLabelObject.h.
| typedef Superclass::AttributeType itk::StatisticsLabelObject< TLabel, VImageDimension >::AttributeType |
Definition at line 79 of file itkStatisticsLabelObject.h.
| typedef Superclass::CentroidType itk::StatisticsLabelObject< TLabel, VImageDimension >::CentroidType |
Definition at line 244 of file itkStatisticsLabelObject.h.
| typedef SmartPointer<const Self> itk::StatisticsLabelObject< TLabel, VImageDimension >::ConstPointer |
Definition at line 48 of file itkStatisticsLabelObject.h.
| typedef WeakPointer<const Self> itk::StatisticsLabelObject< TLabel, VImageDimension >::ConstWeakPointer |
Definition at line 49 of file itkStatisticsLabelObject.h.
| typedef Statistics::Histogram< double > itk::StatisticsLabelObject< TLabel, VImageDimension >::HistogramType |
Definition at line 77 of file itkStatisticsLabelObject.h.
| typedef Superclass::IndexType itk::StatisticsLabelObject< TLabel, VImageDimension >::IndexType |
Definition at line 61 of file itkStatisticsLabelObject.h.
|
protectedinherited |
Define the type of the reference count according to the target. This allows the use of atomic operations
Definition at line 137 of file itkLightObject.h.
| typedef LabelMap< Self > itk::StatisticsLabelObject< TLabel, VImageDimension >::LabelMapType |
Definition at line 55 of file itkStatisticsLabelObject.h.
| typedef Superclass::LabelObjectType itk::StatisticsLabelObject< TLabel, VImageDimension >::LabelObjectType |
Definition at line 46 of file itkStatisticsLabelObject.h.
| typedef TLabel itk::StatisticsLabelObject< TLabel, VImageDimension >::LabelType |
Definition at line 65 of file itkStatisticsLabelObject.h.
| typedef Superclass::LengthType itk::StatisticsLabelObject< TLabel, VImageDimension >::LengthType |
Definition at line 69 of file itkStatisticsLabelObject.h.
| typedef Superclass::LineContainerType itk::StatisticsLabelObject< TLabel, VImageDimension >::LineContainerType |
Definition at line 71 of file itkStatisticsLabelObject.h.
| typedef Superclass::LineType itk::StatisticsLabelObject< TLabel, VImageDimension >::LineType |
Definition at line 67 of file itkStatisticsLabelObject.h.
| typedef Matrix< double, itkGetStaticConstMacro(ImageDimension), itkGetStaticConstMacro(ImageDimension) > itk::StatisticsLabelObject< TLabel, VImageDimension >::MatrixType |
Definition at line 73 of file itkStatisticsLabelObject.h.
| typedef SmartPointer<Self> itk::StatisticsLabelObject< TLabel, VImageDimension >::Pointer |
Definition at line 47 of file itkStatisticsLabelObject.h.
| typedef Point< double, itkGetStaticConstMacro(ImageDimension) > itk::StatisticsLabelObject< TLabel, VImageDimension >::PointType |
Definition at line 63 of file itkStatisticsLabelObject.h.
| typedef ImageRegion< itkGetStaticConstMacro(ImageDimension) > itk::StatisticsLabelObject< TLabel, VImageDimension >::RegionType |
Definition at line 242 of file itkStatisticsLabelObject.h.
| typedef StatisticsLabelObject itk::StatisticsLabelObject< TLabel, VImageDimension >::Self |
Standard class typedefs
Definition at line 44 of file itkStatisticsLabelObject.h.
|
inherited |
Definition at line 80 of file itkLabelObject.h.
| typedef ShapeLabelObject< TLabel, VImageDimension > itk::StatisticsLabelObject< TLabel, VImageDimension >::Superclass |
Definition at line 45 of file itkStatisticsLabelObject.h.
| typedef Vector< double, itkGetStaticConstMacro(ImageDimension) > itk::StatisticsLabelObject< TLabel, VImageDimension >::VectorType |
Definition at line 75 of file itkStatisticsLabelObject.h.
|
inlineprotected |
Definition at line 517 of file itkStatisticsLabelObject.h.
References NULL.
|
private |
|
inherited |
Add an index to the object. If the index is already in the object, the index can be found several time in the object.
Definition at line 106 of file itkLabelObject.txx.
References itk::LabelObjectLine< VImageDimension >::GetLength(), itk::LabelObjectLine< VImageDimension >::IsNextIndex(), and itk::LabelObjectLine< VImageDimension >::SetLength().
|
inherited |
Add a new line to the object, without any check.
Definition at line 128 of file itkLabelObject.txx.
|
inherited |
Add a new line to the object, without any check.
Definition at line 140 of file itkLabelObject.txx.
|
staticinherited |
This method is called when itkExceptionMacro executes. It allows the debugger to break on error.
Definition at line 149 of file itkLightObject.cxx.
|
inherited |
Copy the lines, the label and the attributes from another node.
Definition at line 252 of file itkLabelObject.txx.
References NULL.
|
inlinevirtual |
Copy the attributes of another node to this one
Reimplemented from itk::ShapeLabelObject< TLabel, VImageDimension >.
Definition at line 247 of file itkStatisticsLabelObject.h.
References NULL.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::ShapeLabelObject< TLabel, VImageDimension >.
|
virtualinherited |
Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting.
Delete a itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C++ delete method will not work with reference counting.
Definition at line 88 of file itkLightObject.cxx.
|
inherited |
Definition at line 206 of file itkLabelObject.txx.
|
inlinestatic |
Definition at line 99 of file itkStatisticsLabelObject.h.
References otb::CellFusionMode::MEAN.
|
inlineinherited |
Definition at line 351 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 411 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 341 of file itkShapeLabelObject.h.
|
inlineinherited |
Get the affine transform from principal axes to physical axes This method returns an affine transform which transforms from the principal axes coordinate system to physical coordinates.
Definition at line 431 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 331 of file itkShapeLabelObject.h.
|
inline |
Definition at line 367 of file itkStatisticsLabelObject.h.
|
inlineinherited |
Definition at line 271 of file itkShapeLabelObject.h.
|
inline |
Definition at line 428 of file itkStatisticsLabelObject.h.
|
inlineinherited |
Definition at line 401 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 391 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 381 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 321 of file itkShapeLabelObject.h.
|
inline |
Definition at line 448 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 438 of file itkStatisticsLabelObject.h.
|
inherited |
Definition at line 213 of file itkLabelObject.txx.
References itk::Index< VIndexDimension >::GetIndex().
|
inline |
Definition at line 418 of file itkStatisticsLabelObject.h.
|
inherited |
Set/Get the label associated with the object.
Set/Get the label associated with that object.
Definition at line 66 of file itkLabelObject.txx.
|
inherited |
Definition at line 178 of file itkLabelObject.txx.
|
inherited |
Definition at line 185 of file itkLabelObject.txx.
|
inherited |
Return the line container of this object
Definition at line 149 of file itkLabelObject.txx.
|
inherited |
Definition at line 156 of file itkLabelObject.txx.
|
inline |
Definition at line 287 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 347 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 297 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 337 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 277 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 357 of file itkStatisticsLabelObject.h.
|
inlinestaticinherited |
Definition at line 171 of file itkShapeLabelObject.h.
|
inlinestatic |
Definition at line 179 of file itkStatisticsLabelObject.h.
References otb::CellFusionMode::MEAN.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ShapeLabelObject< TLabel, VImageDimension >.
|
inherited |
Definition at line 170 of file itkLabelObject.txx.
|
inlineinherited |
Definition at line 361 of file itkShapeLabelObject.h.
|
inlineinherited |
Get the affine transform from physical axes to principal axes This method returns an affine transform which transforms from the physical coordinate system to the principal axes coordinate system.
Definition at line 456 of file itkShapeLabelObject.h.
|
inline |
Get the affine transform from physical axes to principal axes This method returns an affine transform which transforms from the physical coordinate system to the principal axes coordinate system.
Definition at line 492 of file itkStatisticsLabelObject.h.
|
inlineinherited |
Definition at line 251 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 311 of file itkShapeLabelObject.h.
|
inline |
Definition at line 398 of file itkStatisticsLabelObject.h.
|
inline |
Get the affine transform from principal axes to physical axes This method returns an affine transform which transforms from the principal axes coordinate system to physical coordinates.
Definition at line 467 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 388 of file itkStatisticsLabelObject.h.
|
inlinevirtualinherited |
Gets the reference count on this object.
Definition at line 105 of file itkLightObject.h.
|
inlineinherited |
Definition at line 241 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 281 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 371 of file itkShapeLabelObject.h.
|
inline |
Definition at line 317 of file itkStatisticsLabelObject.h.
|
inlineinherited |
Definition at line 261 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 301 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 291 of file itkShapeLabelObject.h.
|
inline |
Definition at line 408 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 307 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 327 of file itkStatisticsLabelObject.h.
|
inherited |
Return true if the object contain the given index and false otherwise. Worst case complexity is O(L) where L is the number of lines in the object.
Definition at line 85 of file itkLabelObject.txx.
|
static |
Method for creation through the object factory.
|
private |
|
inherited |
Reorder the lines, merge the touching lines and ensure that no pixel is covered by two lines
Definition at line 265 of file itkLabelObject.txx.
References itk::LabelObjectLine< VImageDimension >::GetIndex(), itk::Index< VIndexDimension >::GetIndex(), and itk::LabelObjectLine< VImageDimension >::GetLength().
|
inherited |
Cause the object to print itself out.
Avoid DLL boundary problems. This function will be common to all itk objects. It just calls the header/self/trailer virtual print methods, which can be overriden by subclasses (any itk object).
Definition at line 135 of file itkLightObject.cxx.
References itk::Indent::GetNextIndent().
Referenced by itk::operator<<().
|
protectedvirtualinherited |
Define a default print header for all objects.
Definition at line 320 of file itkLightObject.cxx.
|
inlineprotectedvirtual |
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.
Chaining method to print an object's instance variables, as well as its superclasses.
Reimplemented from itk::ShapeLabelObject< TLabel, VImageDimension >.
Definition at line 540 of file itkStatisticsLabelObject.h.
|
protectedvirtualinherited |
Define a default print trailer for all objects.
Definition at line 331 of file itkLightObject.cxx.
|
virtualinherited |
Increase the reference count (mark as used by another object).
Reimplemented in itk::ExceptionObject::ReferenceCountedExceptionData, and itk::Object.
Definition at line 160 of file itkLightObject.cxx.
Referenced by itk::ExceptionObject::ReferenceCountedExceptionData::Register().
|
inlineinherited |
Definition at line 356 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 416 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 346 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 336 of file itkShapeLabelObject.h.
|
inline |
Definition at line 372 of file itkStatisticsLabelObject.h.
|
inlineinherited |
Definition at line 276 of file itkShapeLabelObject.h.
|
inline |
Definition at line 433 of file itkStatisticsLabelObject.h.
|
inlineinherited |
Definition at line 406 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 396 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 386 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 326 of file itkShapeLabelObject.h.
|
inline |
Definition at line 453 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 443 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 423 of file itkStatisticsLabelObject.h.
|
inherited |
Definition at line 73 of file itkLabelObject.txx.
|
inherited |
Definition at line 163 of file itkLabelObject.txx.
|
inline |
Definition at line 292 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 352 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 302 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 342 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 282 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 362 of file itkStatisticsLabelObject.h.
|
inlineinherited |
Definition at line 366 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 256 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 316 of file itkShapeLabelObject.h.
|
inline |
Definition at line 403 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 393 of file itkStatisticsLabelObject.h.
|
virtualinherited |
Sets the reference count on this object. This is a dangerous method, use it with care.
Sets the reference count (use with care)
Reimplemented in itk::Object.
Definition at line 244 of file itkLightObject.cxx.
|
inlineinherited |
Definition at line 246 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 286 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 376 of file itkShapeLabelObject.h.
|
inline |
Definition at line 322 of file itkStatisticsLabelObject.h.
|
inlineinherited |
Definition at line 266 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 306 of file itkShapeLabelObject.h.
|
inlineinherited |
Definition at line 296 of file itkShapeLabelObject.h.
|
inline |
Definition at line 413 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 312 of file itkStatisticsLabelObject.h.
|
inline |
Definition at line 332 of file itkStatisticsLabelObject.h.
|
inherited |
Definition at line 192 of file itkLabelObject.txx.
|
virtualinherited |
Decrease the reference count (release by another object).
Reimplemented in itk::ExceptionObject::ReferenceCountedExceptionData, and itk::Object.
Definition at line 192 of file itkLightObject.cxx.
Referenced by itk::LightObject::New(), and itk::ExceptionObject::ReferenceCountedExceptionData::UnRegister().
|
staticinherited |
Definition at line 85 of file itkShapeLabelObject.h.
|
staticinherited |
Definition at line 91 of file itkShapeLabelObject.h.
|
staticinherited |
Definition at line 84 of file itkShapeLabelObject.h.
|
staticinherited |
Definition at line 83 of file itkShapeLabelObject.h.
|
static |
Definition at line 89 of file itkStatisticsLabelObject.h.
|
staticinherited |
Definition at line 78 of file itkShapeLabelObject.h.
|
static |
Definition at line 95 of file itkStatisticsLabelObject.h.
|
staticinherited |
Definition at line 90 of file itkShapeLabelObject.h.
|
staticinherited |
Definition at line 89 of file itkShapeLabelObject.h.
|
staticinherited |
Definition at line 88 of file itkShapeLabelObject.h.
|
staticinherited |
Definition at line 82 of file itkShapeLabelObject.h.
|
static |
Definition at line 97 of file itkStatisticsLabelObject.h.
|
static |
Definition at line 96 of file itkStatisticsLabelObject.h.
|
static |
Definition at line 59 of file itkStatisticsLabelObject.h.
|
static |
Definition at line 93 of file itkStatisticsLabelObject.h.
|
staticinherited |
Definition at line 82 of file itkLabelObject.h.
|
private |
Definition at line 585 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 591 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 593 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 592 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 590 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 577 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 583 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 578 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 582 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 576 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 584 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 588 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 587 of file itkStatisticsLabelObject.h.
|
mutableprotectedinherited |
Number of uses of this object by other objects.
Definition at line 141 of file itkLightObject.h.
|
mutableprotectedinherited |
Mutex lock to protect modification to the reference count
Definition at line 144 of file itkLightObject.h.
|
private |
Definition at line 580 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 589 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 579 of file itkStatisticsLabelObject.h.
|
private |
Definition at line 581 of file itkStatisticsLabelObject.h.
|
static |
Definition at line 81 of file itkStatisticsLabelObject.h.
|
static |
Definition at line 87 of file itkStatisticsLabelObject.h.
|
static |
Definition at line 82 of file itkStatisticsLabelObject.h.
|
static |
Definition at line 86 of file itkStatisticsLabelObject.h.
|
static |
Definition at line 80 of file itkStatisticsLabelObject.h.
|
static |
Definition at line 88 of file itkStatisticsLabelObject.h.
|
staticinherited |
Definition at line 86 of file itkShapeLabelObject.h.
|
staticinherited |
Definition at line 75 of file itkShapeLabelObject.h.
|
staticinherited |
Definition at line 81 of file itkShapeLabelObject.h.
|
static |
Definition at line 92 of file itkStatisticsLabelObject.h.
|
static |
Definition at line 91 of file itkStatisticsLabelObject.h.
|
staticinherited |
Definition at line 79 of file itkShapeLabelObject.h.
|
staticinherited |
Definition at line 76 of file itkShapeLabelObject.h.
|
staticinherited |
Definition at line 87 of file itkShapeLabelObject.h.
|
static |
Definition at line 84 of file itkStatisticsLabelObject.h.
|
staticinherited |
Definition at line 74 of file itkShapeLabelObject.h.
|
staticinherited |
Definition at line 80 of file itkShapeLabelObject.h.
|
staticinherited |
Definition at line 77 of file itkShapeLabelObject.h.
|
static |
Definition at line 94 of file itkStatisticsLabelObject.h.
|
static |
Definition at line 83 of file itkStatisticsLabelObject.h.
|
static |
Definition at line 85 of file itkStatisticsLabelObject.h.