#include <itkWatershedBoundary.h>
Inheritance diagram for itk::watershed::Boundary< TScalarType, TDimension >:
[NOHEADER] | |
typedef Boundary | Self |
typedef DataObject | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
virtual const char * | GetNameOfClass () const |
Pointer | New () |
Public Types | |
typedef std::pair< unsigned, unsigned > | IndexType |
typedef Image< unsigned long, TDimension >::IndexType | ImageIndexType |
typedef TScalarType | ScalarType |
typedef Image< face_pixel_t, TDimension > | face_t |
typedef itk::hash_map< unsigned long, flat_region_t, itk::hash< unsigned long > > | flat_hash_t |
typedef flat_hash_t::value_type | FlatHashValueType |
typedef face_t::Pointer | FacePointer |
Public Member Functions | |
itkStaticConstMacro (Dimension, unsigned int, TDimension) | |
FacePointer | GetFace (const IndexType &idx) |
void | SetFace (FacePointer f, const IndexType &idx) |
void | SetFace (FacePointer f, unsigned dimension, unsigned highlow) |
FacePointer | GetFace (unsigned dimension, unsigned highlow) |
flat_hash_t * | GetFlatHash (const IndexType &idx) |
flat_hash_t * | GetFlatHash (unsigned dimension, unsigned highlow) |
void | SetFlatHash (flat_hash_t &l, const IndexType &idx) |
void | SetFlatHash (flat_hash_t &l, unsigned dimension, unsigned highlow) |
void | SetValid (bool &l, const IndexType &idx) |
void | SetValid (bool b, unsigned dimension, unsigned highlow) |
bool | GetValid (const IndexType &idx) const |
bool | GetValid (unsigned dimension, unsigned highlow) const |
Protected Member Functions | |
Boundary () | |
virtual | ~Boundary () |
Boundary (const Self &) | |
void | operator= (const Self &) |
void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
std::vector< std::pair< FacePointer, FacePointer > > | m_Faces |
std::vector< std::pair< flat_hash_t, flat_hash_t > > | m_FlatHashes |
std::vector< std::pair< bool, bool > > | m_Valid |
WatershedBoundaryResolver
Definition at line 56 of file itkWatershedBoundary.h.
|
Itk typedefs and macros defining smart pointer and type identification. Reimplemented from itk::DataObject. Definition at line 132 of file itkWatershedBoundary.h. |
|
The face data structure. This is just an Image of face pixel types. Definition at line 120 of file itkWatershedBoundary.h. |
|
The following averts an internal compiler error on microsoft compilers Definition at line 138 of file itkWatershedBoundary.h. |
|
A hash table holding flat region data structures. Definition at line 124 of file itkWatershedBoundary.h. |
|
Definition at line 125 of file itkWatershedBoundary.h. |
|
Definition at line 70 of file itkWatershedBoundary.h. |
|
A pair of values used to index into the boundary data structure. The IndexType.first is the dimension of the face and IndexType.second is a binary value 0 or 1 indicating the LOW face or the HIGH face, respectively. Definition at line 69 of file itkWatershedBoundary.h. |
|
Itk typedefs and macros defining smart pointer and type identification. Reimplemented from itk::DataObject. Definition at line 131 of file itkWatershedBoundary.h. |
|
Definition at line 71 of file itkWatershedBoundary.h. |
|
Itk typedefs and macros defining smart pointer and type identification. Reimplemented from itk::DataObject. Definition at line 129 of file itkWatershedBoundary.h. |
|
Itk typedefs and macros defining smart pointer and type identification. Reimplemented from itk::DataObject. Definition at line 130 of file itkWatershedBoundary.h. |
|
|
|
Definition at line 208 of file itkWatershedBoundary.h. |
|
Definition at line 209 of file itkWatershedBoundary.h. |
|
Returns the face at the specified index, where dimension is the number of the axial dimension and highlow is 0 for the LOW face and 1 for the HIGH face. Definition at line 148 of file itkWatershedBoundary.h. |
|
Returns the face at the specified index Definition at line 142 of file itkWatershedBoundary.h. |
|
Get/Set the table of flat region connections specified by the index. Definition at line 168 of file itkWatershedBoundary.h. |
|
Get/Set the table of flat region connections specified by the index. Definition at line 166 of file itkWatershedBoundary.h. |
|
Itk typedefs and macros defining smart pointer and type identification. Reimplemented from itk::DataObject. |
|
Marks a face in the boundary object as either valid (true) or invalid (false). A valid face is assumed to be initialized and contain information. No assumptions are made about an invalid face. Definition at line 199 of file itkWatershedBoundary.h. |
|
Marks a face in the boundary object as either valid (true) or invalid (false). A valid face is assumed to be initialized and contain information. No assumptions are made about an invalid face. Definition at line 197 of file itkWatershedBoundary.h. |
|
The dimensionality of this boundary. For example, if the boundary of a set of planes, it has dimensionality 2. If the boundary is a set of lines, it has dimensionality 1. Dimensionality is one less than the image chunks from which the boundary is derived. |
|
Itk typedefs and macros defining smart pointer and type identification. Reimplemented from itk::Object. |
|
Reimplemented from itk::DataObject. Definition at line 210 of file itkWatershedBoundary.h. |
|
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::DataObject. |
|
Definition at line 158 of file itkWatershedBoundary.h. |
|
Definition at line 155 of file itkWatershedBoundary.h. |
|
Get/Set the table of flat region connections specified by the index. Definition at line 175 of file itkWatershedBoundary.h. |
|
Get/Set the table of flat region connections specified by the index. Definition at line 173 of file itkWatershedBoundary.h. |
|
Marks a face in the boundary object as either valid (true) or invalid (false). A valid face is assumed to be initialized and contain information. No assumptions are made about an invalid face. Definition at line 190 of file itkWatershedBoundary.h. |
|
Marks a face in the boundary object as either valid (true) or invalid (false). A valid face is assumed to be initialized and contain information. No assumptions are made about an invalid face. Definition at line 188 of file itkWatershedBoundary.h. |
|
The Nx2 matrix of faces of this boundary. Definition at line 214 of file itkWatershedBoundary.h. |
|
The Nx2 matrix flat region connections associated with this boundary. Definition at line 218 of file itkWatershedBoundary.h. |
|
The Nx2 matrix of boolean flags indicating which faces contain information. Definition at line 222 of file itkWatershedBoundary.h. |