#include <itkBloxBoundaryPointImage.h>
Inheritance diagram for itk::BloxBoundaryPointImage:


Public Types | |
| typedef BloxBoundaryPointImage | Self |
| typedef BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef BloxBoundaryPointPixel< VImageDimension > | PixelType |
| typedef PixelType | InternalPixelType |
| typedef DefaultPixelAccessor< PixelType > | AccessorType |
| typedef Superclass::PixelContainer | PixelContainer |
| typedef Superclass::SizeType | SizeType |
| typedef Superclass::IndexType | IndexType |
| typedef Superclass::OffsetType | OffsetType |
| typedef Superclass::RegionType | RegionType |
| typedef PixelContainer::Pointer | PixelContainerPointer |
Public Methods | |
| virtual const char * | GetClassName () const |
| virtual void | SetNumBoundaryPoints (unsigned long int _arg) |
| virtual unsigned long int | GetNumBoundaryPoints () const |
Static Public Methods | |
| Pointer | New () |
Protected Methods | |
| BloxBoundaryPointImage () | |
| virtual | ~BloxBoundaryPointImage () |
| void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 35 of file itkBloxBoundaryPointImage.h.
|
|||||
|
Accessor type that convert data between internal and external representations. Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 64 of file itkBloxBoundaryPointImage.h. |
|
|||||
|
Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 44 of file itkBloxBoundaryPointImage.h. |
|
|||||
|
Index typedef support. An index is used to access pixel values. Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 69 of file itkBloxBoundaryPointImage.h. |
|
|||||
|
Internal Pixel representation. Used to maintain a uniform API with Image Adaptors and allow to keep a particular internal representation of data while showing a different external representation. Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 60 of file itkBloxBoundaryPointImage.h. |
|
|||||
|
Offset typedef support. An offset represent relative position between indices. Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 70 of file itkBloxBoundaryPointImage.h. |
|
|||||
|
Convenient typedefs obtained from Superclass. Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 67 of file itkBloxBoundaryPointImage.h. |
|
|||||
|
A pointer to the pixel container. Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 74 of file itkBloxBoundaryPointImage.h. |
|
|||||
|
Pixel typedef support. Used to declare pixel type in filters or other operations. Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 54 of file itkBloxBoundaryPointImage.h. |
|
|||||
|
Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 43 of file itkBloxBoundaryPointImage.h. |
|
|||||
|
Region typedef support. A region is used to specify a subset of an image. Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 71 of file itkBloxBoundaryPointImage.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 40 of file itkBloxBoundaryPointImage.h. |
|
|||||
|
Size typedef support. A size is used to define region bounds. Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 68 of file itkBloxBoundaryPointImage.h. |
|
|||||
|
Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. Definition at line 42 of file itkBloxBoundaryPointImage.h. |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
Run-time type information (and related methods). Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. |
|
|||||||||
|
Get the number of boundary points in the image |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. |
|
||||||||||||||||
|
Compute an offset from the beginning of the buffer for a pixel at the specified index. Reimplemented from itk::BloxImage< BloxBoundaryPointPixel< VImageDimension >, VImageDimension >. |
|
||||||||||
|
Set the number of boundary points in the image (done by a filter) |
1.2.15 written by Dimitri van Heesch,
© 1997-2000