ITK
5.2.0
Insight Toolkit
|
#include <itkWatershedBoundary.h>
Classes | |
struct | face_pixel_t |
struct | flat_region_t |
Public Types | |
using | face_t = Image< face_pixel_t, TDimension > |
using | flat_hash_t = std::unordered_map< IdentifierType, flat_region_t > |
using | FlatHashValueType = typename flat_hash_t::value_type |
using | ImageIndexType = typename ImageType::IndexType |
using | ImageType = Image< IdentifierType, TDimension > |
using | IndexType = std::pair< unsigned, unsigned > |
using | ScalarType = TScalar |
Public Types inherited from itk::DataObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = std::string |
using | DataObjectPointerArraySizeType = std::vector< Pointer >::size_type |
using | Pointer = SmartPointer< Self > |
using | Self = DataObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Attributes | |
static constexpr unsigned int | Dimension = TDimension |
using | Self = Boundary |
using | Superclass = DataObject |
using | Pointer = SmartPointer< Self > |
using | ConstPointer = SmartPointer< const Self > |
using | FacePointer = typename face_t::Pointer |
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 |
static Pointer | New () |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
FacePointer | GetFace (const IndexType &idx) |
FacePointer | GetFace (unsigned dimension, unsigned highlow) |
void | SetFace (FacePointer f, const IndexType &idx) |
void | SetFace (FacePointer f, 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 |
Boundary () | |
~Boundary () override=default | |
Boundary (const Self &) | |
void | operator= (const Self &) |
void | PrintSelf (std::ostream &os, Indent indent) const override |
Additional Inherited Members | |
Public Member Functions inherited from itk::DataObject | |
void | DisconnectPipeline () |
bool | GetDataReleased () const |
virtual const bool & | GetReleaseDataFlag () const |
SmartPointer< ProcessObject > | GetSource () const |
DataObjectPointerArraySizeType | GetSourceOutputIndex () const |
const DataObjectIdentifierType & | GetSourceOutputName () const |
virtual void | Initialize () |
virtual void | PropagateRequestedRegion () |
void | ReleaseData () |
virtual void | ReleaseDataFlagOff () |
virtual void | ReleaseDataFlagOn () |
virtual void | ResetPipeline () |
void | SetReleaseDataFlag (bool flag) |
bool | ShouldIReleaseData () const |
virtual void | Update () |
virtual void | UpdateOutputData () |
virtual void | UpdateOutputInformation () |
void | SetPipelineMTime (ModifiedTimeType time) |
virtual const ModifiedTimeType & | GetPipelineMTime () const |
virtual ModifiedTimeType | GetUpdateMTime () const |
virtual void | SetRealTimeStamp (RealTimeStamp _arg) |
virtual const RealTimeStamp & | GetRealTimeStamp () const |
virtual void | PrepareForNewData () |
virtual void | DataHasBeenGenerated () |
virtual void | SetRequestedRegionToLargestPossibleRegion () |
virtual bool | RequestedRegionIsOutsideOfTheBufferedRegion () |
virtual bool | VerifyRequestedRegion () |
virtual void | CopyInformation (const DataObject *) |
virtual void | SetRequestedRegion (const DataObject *) |
virtual void | Graft (const DataObject *) |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions inherited from itk::DataObject | |
static bool | GetGlobalReleaseDataFlag () |
static void | GlobalReleaseDataFlagOff () |
static void | GlobalReleaseDataFlagOn () |
static Pointer | New () |
static void | SetGlobalReleaseDataFlag (bool val) |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions inherited from itk::DataObject | |
DataObject () | |
~DataObject () override | |
virtual void | PropagateResetPipeline () |
Protected Member Functions inherited from itk::Object | |
Object () | |
~Object () override | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Definition at line 54 of file itkWatershedBoundary.h.
using itk::watershed::Boundary< TScalar, TDimension >::ConstPointer = SmartPointer<const Self> |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 130 of file itkWatershedBoundary.h.
using itk::watershed::Boundary< TScalar, TDimension >::face_t = Image<face_pixel_t, TDimension> |
The face data structure. This is just an Image of face pixel types.
Definition at line 119 of file itkWatershedBoundary.h.
using itk::watershed::Boundary< TScalar, TDimension >::FacePointer = typename face_t::Pointer |
The following averts an internal compiler error on microsoft compilers
Definition at line 136 of file itkWatershedBoundary.h.
using itk::watershed::Boundary< TScalar, TDimension >::flat_hash_t = std::unordered_map<IdentifierType, flat_region_t> |
A hash table holding flat region data structures.
Definition at line 122 of file itkWatershedBoundary.h.
using itk::watershed::Boundary< TScalar, TDimension >::FlatHashValueType = typename flat_hash_t::value_type |
Definition at line 123 of file itkWatershedBoundary.h.
using itk::watershed::Boundary< TScalar, TDimension >::ImageIndexType = typename ImageType::IndexType |
Definition at line 69 of file itkWatershedBoundary.h.
using itk::watershed::Boundary< TScalar, TDimension >::ImageType = Image<IdentifierType, TDimension> |
Definition at line 68 of file itkWatershedBoundary.h.
using itk::watershed::Boundary< TScalar, TDimension >::IndexType = std::pair<unsigned, unsigned> |
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 67 of file itkWatershedBoundary.h.
using itk::watershed::Boundary< TScalar, TDimension >::Pointer = SmartPointer<Self> |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 129 of file itkWatershedBoundary.h.
using itk::watershed::Boundary< TScalar, TDimension >::ScalarType = TScalar |
Definition at line 70 of file itkWatershedBoundary.h.
using itk::watershed::Boundary< TScalar, TDimension >::Self = Boundary |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 127 of file itkWatershedBoundary.h.
using itk::watershed::Boundary< TScalar, TDimension >::Superclass = DataObject |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 128 of file itkWatershedBoundary.h.
|
protected |
Itk type alias and macros defining smart pointer and type identification.
|
overrideprotecteddefault |
Itk type alias and macros defining smart pointer and type identification.
|
inlineprotected |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 266 of file itkWatershedBoundary.h.
|
virtual |
Itk type alias and macros defining smart pointer and type identification.
Reimplemented from itk::Object.
|
inline |
Returns the face at the specified index
Definition at line 140 of file itkWatershedBoundary.h.
|
inline |
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 149 of file itkWatershedBoundary.h.
|
inline |
Get/Set the table of flat region connections specified by the index.
Definition at line 184 of file itkWatershedBoundary.h.
|
inline |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 189 of file itkWatershedBoundary.h.
|
virtual |
Itk type alias and macros defining smart pointer and type identification.
Reimplemented from itk::DataObject.
|
inline |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 246 of file itkWatershedBoundary.h.
|
inline |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 251 of file itkWatershedBoundary.h.
|
static |
Itk type alias and macros defining smart pointer and type identification.
|
inlineprotected |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 268 of file itkWatershedBoundary.h.
|
overrideprotectedvirtual |
Itk type alias and macros defining smart pointer and type identification.
Reimplemented from itk::DataObject.
|
inline |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 163 of file itkWatershedBoundary.h.
|
inline |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 169 of file itkWatershedBoundary.h.
|
inline |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 203 of file itkWatershedBoundary.h.
|
inline |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 208 of file itkWatershedBoundary.h.
|
inline |
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 226 of file itkWatershedBoundary.h.
|
inline |
Itk type alias and macros defining smart pointer and type identification.
Definition at line 231 of file itkWatershedBoundary.h.
|
staticconstexpr |
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.
Definition at line 61 of file itkWatershedBoundary.h.
|
protected |
The Nx2 matrix of faces of this boundary.
Definition at line 274 of file itkWatershedBoundary.h.
|
protected |
The Nx2 matrix flat region connections associated with this boundary.
Definition at line 278 of file itkWatershedBoundary.h.
|
protected |
The Nx2 matrix of boolean flags indicating which faces contain information.
Definition at line 282 of file itkWatershedBoundary.h.