Classes | |
class | itk::BloxBoundaryPointImage< TImageDimension > |
Templated n-dimensional image class used to store linked lists. More... | |
class | itk::BloxBoundaryPointItem< VImageDimension > |
A boundary point, stored in a BloxPixel. More... | |
class | itk::BloxBoundaryPointPixel< NDimensions > |
Holds a linked list of itk::BloxBoundaryPointItem's. More... | |
class | itk::BloxBoundaryProfileImage< TImageDimension > |
N-dimensional image class which handles BloxBoundaryProfileItems. More... | |
class | itk::BloxCoreAtomImage< NDimension > |
N-dimensional image class which handles BloxCoreAtomItems. More... | |
class | itk::BloxCoreAtomItem< VImageDimension > |
A core atom object, stored in a BloxPixel. More... | |
class | itk::BloxCoreAtomPixel< NDimensions > |
Holds a linked list of itk::BloxCoreAtomItem's. More... | |
class | itk::BloxImage< TBloxPixelType, TImageDimension > |
Templated n-dimensional image class used to store linked lists. More... | |
class | itk::BloxItem |
An entry in the BloxPixel linked list. More... | |
class | itk::BloxPixel< TItemType > |
Holds a linked list of BloxItem's. More... | |
class | itk::BoundingBox< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer > |
Represent and compute information about bounding boxes. More... | |
class | itk::ConstantBoundaryCondition< TImage > |
This boundary condition returns a constant value for out-of-bounds image pixels. More... | |
class | itk::ContinuousIndex< TCoordRep, VIndexDimension > |
A templated class holding a point in n-Dimensional image space. More... | |
class | itk::DefaultImageTraits< TPixelType, VImageDimension, TPixelContainer > |
Default ImageTraits for any PixelType. More... | |
class | itk::DiffusionTensor3D< TComponent > |
Represent a diffusion tensor as used in DTI images. More... | |
class | itk::ImageBase< VImageDimension > |
Base class for templated image classes. More... | |
class | itk::ImageBoundaryCondition< TImageType > |
A virtual base object that defines an interface to a class of boundary condition objects for use by neighborhood iterators. More... | |
class | itk::ImageContainerInterface< TElementIdentifier, TElement > |
class | itk::ImageRegion< VImageDimension > |
An image region represents a structured region of data. More... | |
class | itk::ImportImageContainer< TElementIdentifier, TElement > |
class | itk::Index< VIndexDimension > |
Represent a n-dimensional index in a n-dimensional image. More... | |
class | itk::LabelMap< TLabelObject > |
Templated n-dimensional image to store labeled objects. More... | |
class | itk::NodeList< TItemType > |
Stores secondary lists of nodes with pointers to the contained items. More... | |
class | itk::OrientedImage< TPixel, VImageDimension > |
Templated n-dimensional oriented image class. More... | |
class | itk::PeriodicBoundaryCondition< TImage > |
A function object that determines values outside of image boundaries according to periodic (wrap-around) conditions. More... | |
class | itk::PhasedArray3DSpecialCoordinatesImage< TPixel > |
Templated 3D nonrectilinear-coordinate image class for phased-array "range" images. More... | |
class | itk::RGBAPixel< TComponent > |
Represent Red, Green, Blue cand Alpha component for color images. More... | |
class | itk::RGBPixel< TComponent > |
Represent Red, Green and Blue component for color images. More... | |
class | itk::Size< VDimension > |
Represent the size (bounds) of a n-dimensional image. More... | |
class | itk::SpecialCoordinatesImage< TPixel, VImageDimension > |
Templated n-dimensional nonrectilinear-coordinate image base class. More... | |
class | itk::SymmetricSecondRankTensor< TComponent, NDimension > |
Represent a symmetric tensor of second rank. More... | |
class | itk::ValarrayImageContainer< TElementIdentifier, TElement > |
class | itk::ZeroFluxNeumannBoundaryCondition< TImage > |
A function object that determines a neighborhood of values at an image boundary according to a Neumann boundary condition where first, upwind derivatives on the boundary are zero. This is a useful condition in solving some classes of differential equations. More... |
This category includes the objects required to represent images in ITK.