Implementation of an Mesh as spatial object. More...
#include <itkMeshSpatialObject.h>
Public Types | |
typedef AffineGeometryFrameType::Pointer | AffineGeometryFramePointer |
typedef AffineGeometryFrame < double, TDimension > | AffineGeometryFrameType |
typedef BoundingBoxType::Pointer | BoundingBoxPointer |
typedef Superclass::BoundingBoxType | BoundingBoxType |
typedef ChildrenListType * | ChildrenListPointer |
typedef std::list< Pointer > | ChildrenListType |
typedef SmartPointer< const Self > | ConstPointer |
typedef CovariantVector < ScalarType, TDimension > | CovariantVectorType |
typedef Index< TDimension > | IndexType |
typedef IndexType::IndexValueType | IndexValueType |
typedef Point< ScalarType, TDimension > | InputType |
typedef MeshType::Pointer | MeshPointer |
typedef TMesh | MeshType |
typedef Offset< TDimension > | OffsetType |
typedef OffsetType::OffsetValueType | OffsetValueType |
typedef OutputVectorType * | OutputVectorPointer |
typedef CovariantVector < double, TDimension > | OutputVectorType |
typedef PointContainerType::Pointer | PointContainerPointer |
typedef VectorContainer < unsigned long, PointType > | PointContainerType |
typedef SmartPointer< Self > | Pointer |
typedef PointType * | PointPointer |
typedef Superclass::PointType | PointType |
typedef PropertyType::Pointer | PropertyPointer |
typedef SpatialObjectProperty < float > | PropertyType |
typedef ImageRegion< TDimension > | RegionType |
typedef double | ScalarType |
typedef MeshSpatialObject< TMesh > | Self |
typedef Size< TDimension > | SizeType |
typedef double * | SpacingType |
typedef SpatialObject < itkGetStaticConstMacro(Dimension) > | Superclass |
typedef const TransformType * | TransformConstPointer |
typedef TransformType::Pointer | TransformPointer |
typedef Superclass::TransformType | TransformType |
typedef SpatialObjectTreeNode < TDimension > | TreeNodeType |
typedef VectorContainer < unsigned long int, PointType > | VectorContainerType |
typedef VectorType * | VectorPointer |
typedef Vector< ScalarType, TDimension > | VectorType |
Public Member Functions | |
void | AddSpatialObject (Self *pointer) |
virtual void | Clear (void) |
bool | ComputeLocalBoundingBox () const |
void | ComputeObjectToParentTransform (void) |
void | ComputeObjectToWorldTransform (void) |
virtual LightObject::Pointer | CreateAnother () const |
void | DataHasBeenGenerated () |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
virtual void | Delete () |
virtual void | DerivativeAt (const PointType &point, short unsigned int order, OutputVectorType &value, unsigned int depth=0, char *name=NULL) |
void | DisconnectPipeline () |
virtual BoundingBoxType * | GetBoundingBox () const |
virtual const RegionType & | GetBufferedRegion () const |
virtual ChildrenListType * | GetChildren (unsigned int depth=0, char *name=NULL) const |
Command * | GetCommand (unsigned long tag) |
bool | GetDataReleased () const |
bool | GetDebug () const |
virtual const RegionType & | GetLargestPossibleRegion () const |
unsigned int | GetMaximumDepth () |
MeshType * | GetMesh (void) |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
unsigned long | GetMTime (void) const |
virtual const char * | GetNameOfClass () const |
unsigned int | GetNumberOfChildren (unsigned int depth=0, char *name=NULL) const |
unsigned int | GetObjectDimension (void) const |
unsigned long | GetObjectMTime (void) const |
virtual const Self * | GetParent (void) const |
virtual Self * | GetParent (void) |
const char * | GetPixelType () |
virtual int | GetReferenceCount () const |
virtual const RegionType & | GetRequestedRegion () const |
SmartPointerForwardReference < ProcessObject > | GetSource () const |
unsigned int | GetSourceOutputIndex () const |
virtual const double * | GetSpacing () const |
virtual std::string | GetSpatialObjectTypeAsString () const |
unsigned long | GetTransformMTime (void) |
virtual const char * | GetTypeName (void) const |
virtual unsigned long | GetUpdateMTime () const |
unsigned long | GetWorldTransformMTime (void) |
virtual void | Graft (const DataObject *) |
bool | HasObserver (const EventObject &event) const |
virtual bool | HasParent (void) const |
virtual void | Initialize () |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
bool | IsEvaluableAt (const PointType &point, unsigned int depth=0, char *name=NULL) const |
virtual bool | IsEvaluableAt (const PointType &point, unsigned int depth=0, char *name=NULL) const |
virtual bool | IsInside (const PointType &point, unsigned int depth=0, char *name=NULL) const |
bool | IsInside (const PointType &point, unsigned int depth, char *name) const |
virtual bool | IsInside (const PointType &point) const |
virtual void | Modified () const |
virtual void | PrepareForNewData () |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
void | ReleaseData () |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | RemoveSpatialObject (Self *object) |
virtual void | ResetPipeline () |
virtual void | SetBufferedRegion (const RegionType ®ion) |
void | SetChildren (ChildrenListType &children) |
void | SetDebug (bool debugFlag) const |
virtual void | SetLargestPossibleRegion (const RegionType ®ion) |
void | SetMesh (MeshType *Mesh) |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetParent (Self *parent) |
void | SetProperty (PropertyType *property) |
virtual void | SetReferenceCount (int) |
virtual void | SetRequestedRegion (const RegionType ®ion) |
virtual void | SetRequestedRegion (DataObject *data) |
void | SetSpacing (const double spacing[itkGetStaticConstMacro(ObjectDimension)]) |
virtual void | SetTreeNode (TreeNodeType *_arg) |
bool | ShouldIReleaseData () const |
virtual void | UnRegister () const |
virtual void | Update (void) |
bool | ValueAt (const PointType &point, double &value, unsigned int depth=0, char *name=NULL) const |
virtual bool | ValueAt (const PointType &point, double &value, unsigned int depth=0, char *name=NULL) const |
virtual void | SetIsInsidePrecision (double _arg) |
virtual double | GetIsInsidePrecision () |
virtual const AffineGeometryFrameType * | GetAffineGeometryFrame () |
virtual void | SetAffineGeometryFrame (AffineGeometryFrameType *_arg) |
void | SetObjectToWorldTransform (TransformType *transform) |
virtual TransformType * | GetObjectToWorldTransform () |
virtual const TransformType * | GetObjectToWorldTransform () |
virtual TransformType * | GetIndexToWorldTransform () |
virtual const TransformType * | GetIndexToWorldTransform () |
bool | Evaluate (const PointType &point) const |
const OffsetValueType * | GetOffsetTable () const |
OffsetValueType | ComputeOffset (const IndexType &ind) const |
IndexType | ComputeIndex (OffsetValueType offset) const |
virtual void | CopyInformation (const DataObject *data) |
virtual void | UpdateOutputInformation () |
virtual void | SetRequestedRegionToLargestPossibleRegion () |
virtual bool | RequestedRegionIsOutsideOfTheBufferedRegion () |
virtual bool | VerifyRequestedRegion () |
PropertyType * | GetProperty (void) |
const PropertyType * | GetProperty (void) const |
virtual const int & | GetId () |
virtual void | SetId (int _arg) |
virtual void | SetParentId (int _arg) |
virtual const int & | GetParentId () |
virtual TreeNodeType * | GetTreeNode () |
virtual const TreeNodeType * | GetTreeNode () |
TransformType * | GetIndexToObjectTransform (void) |
const TransformType * | GetIndexToObjectTransform (void) const |
void | SetObjectToParentTransform (TransformType *transform) |
TransformType * | GetObjectToParentTransform (void) |
const TransformType * | GetObjectToParentTransform (void) const |
TransformType * | GetObjectToNodeTransform (void) |
const TransformType * | GetObjectToNodeTransform (void) const |
virtual bool | ComputeBoundingBox () const |
virtual void | SetBoundingBoxChildrenDepth (unsigned int _arg) |
virtual const unsigned int & | GetBoundingBoxChildrenDepth () |
virtual void | SetBoundingBoxChildrenName (std::string _arg) |
virtual const std::string & | GetBoundingBoxChildrenName () |
void | SetNodeToParentNodeTransform (TransformType *transform) |
TransformType * | GetNodeToParentNodeTransform (void) |
const TransformType * | GetNodeToParentNodeTransform (void) const |
virtual void | SetDefaultInsideValue (double _arg) |
virtual double | GetDefaultInsideValue () const |
virtual void | SetDefaultOutsideValue (double _arg) |
virtual double | GetDefaultOutsideValue () const |
void | SetReleaseDataFlag (bool flag) |
virtual const bool & | GetReleaseDataFlag () |
virtual void | ReleaseDataFlagOn () |
virtual void | ReleaseDataFlagOff () |
virtual void | PropagateRequestedRegion () throw (InvalidRequestedRegionError) |
virtual void | UpdateOutputData () |
void | SetPipelineMTime (unsigned long time) |
virtual const unsigned long & | GetPipelineMTime () |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
Static Public Member Functions | |
static void | BreakOnError () |
static Pointer | New () |
static void | SetGlobalReleaseDataFlag (bool val) |
static bool | GetGlobalReleaseDataFlag () |
static void | GlobalReleaseDataFlagOn () |
static void | GlobalReleaseDataFlagOff () |
static void | SetGlobalWarningDisplay (bool flag) |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
Static Public Attributes | |
static const unsigned int | Dimension = TMesh::PointDimension |
static const unsigned int | MaximumDepth |
static const unsigned int | ObjectDimension |
Protected Types | |
typedef int | InternalReferenceCountType |
Protected Member Functions | |
void | ComputeOffsetTable () |
virtual const BoundingBoxType * | GetBounds () |
virtual const unsigned int & | GetDimension () |
virtual const TransformType * | GetInternalInverseTransform () |
MeshSpatialObject () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PropagateResetPipeline () |
virtual void | SetDimension (unsigned int _arg) |
bool | SetInternalInverseTransformToWorldToIndexTransform () const |
virtual void | SetTypeName (std::string _arg) |
virtual | ~MeshSpatialObject () |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Protected Attributes | |
double | m_IsInsidePrecision |
MeshPointer | m_Mesh |
std::string | m_PixelType |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
Implementation of an Mesh as spatial object.
This class combines functionnalities from a spatial object, and an itkMesh.
Definition at line 38 of file itkMeshSpatialObject.h.
typedef AffineGeometryFrameType::Pointer itk::SpatialObject< TDimension >::AffineGeometryFramePointer [inherited] |
Definition at line 114 of file itkSpatialObject.h.
typedef AffineGeometryFrame<double,TDimension> itk::SpatialObject< TDimension >::AffineGeometryFrameType [inherited] |
Definition at line 113 of file itkSpatialObject.h.
typedef BoundingBoxType::Pointer itk::SpatialObject< TDimension >::BoundingBoxPointer [inherited] |
Definition at line 111 of file itkSpatialObject.h.
typedef Superclass::BoundingBoxType itk::MeshSpatialObject< TMesh >::BoundingBoxType |
Reimplemented from itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
Definition at line 57 of file itkMeshSpatialObject.h.
typedef ChildrenListType* itk::SpatialObject< TDimension >::ChildrenListPointer [inherited] |
Definition at line 118 of file itkSpatialObject.h.
typedef std::list< Pointer > itk::SpatialObject< TDimension >::ChildrenListType [inherited] |
Return type for the list of children
Definition at line 117 of file itkSpatialObject.h.
typedef SmartPointer< const Self > itk::MeshSpatialObject< TMesh >::ConstPointer |
Reimplemented from itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
Definition at line 51 of file itkMeshSpatialObject.h.
typedef CovariantVector<ScalarType, TDimension > itk::SpatialObject< TDimension >::CovariantVectorType [inherited] |
Definition at line 95 of file itkSpatialObject.h.
typedef Index<TDimension> itk::SpatialObject< TDimension >::IndexType [inherited] |
Index typedef support. An index is used to access pixel values.
Definition at line 122 of file itkSpatialObject.h.
typedef IndexType::IndexValueType itk::SpatialObject< TDimension >::IndexValueType [inherited] |
Definition at line 123 of file itkSpatialObject.h.
typedef Point< ScalarType, TDimension > itk::SpatialObject< TDimension >::InputType [inherited] |
Definition at line 91 of file itkSpatialObject.h.
typedef int itk::LightObject::InternalReferenceCountType [protected, inherited] |
Define the type of the reference count according to the target. This allows the use of atomic operations
Definition at line 139 of file itkLightObject.h.
typedef MeshType::Pointer itk::MeshSpatialObject< TMesh >::MeshPointer |
Definition at line 54 of file itkMeshSpatialObject.h.
typedef TMesh itk::MeshSpatialObject< TMesh >::MeshType |
Definition at line 53 of file itkMeshSpatialObject.h.
typedef Offset<TDimension> itk::SpatialObject< TDimension >::OffsetType [inherited] |
Offset typedef support. An offset represent relative position between indices.
Definition at line 127 of file itkSpatialObject.h.
typedef OffsetType::OffsetValueType itk::SpatialObject< TDimension >::OffsetValueType [inherited] |
Definition at line 128 of file itkSpatialObject.h.
typedef OutputVectorType* itk::SpatialObject< TDimension >::OutputVectorPointer [inherited] |
Definition at line 101 of file itkSpatialObject.h.
typedef CovariantVector< double, TDimension > itk::SpatialObject< TDimension >::OutputVectorType [inherited] |
Definition at line 100 of file itkSpatialObject.h.
typedef PointContainerType::Pointer itk::MeshSpatialObject< TMesh >::PointContainerPointer |
Definition at line 60 of file itkMeshSpatialObject.h.
typedef VectorContainer< unsigned long, PointType> itk::MeshSpatialObject< TMesh >::PointContainerType |
Definition at line 59 of file itkMeshSpatialObject.h.
typedef SmartPointer< Self > itk::MeshSpatialObject< TMesh >::Pointer |
Reimplemented from itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
Definition at line 50 of file itkMeshSpatialObject.h.
typedef PointType* itk::SpatialObject< TDimension >::PointPointer [inherited] |
Definition at line 92 of file itkSpatialObject.h.
typedef Superclass::PointType itk::MeshSpatialObject< TMesh >::PointType |
Reimplemented from itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
Definition at line 56 of file itkMeshSpatialObject.h.
typedef PropertyType::Pointer itk::SpatialObject< TDimension >::PropertyPointer [inherited] |
Definition at line 132 of file itkSpatialObject.h.
typedef SpatialObjectProperty< float > itk::SpatialObject< TDimension >::PropertyType [inherited] |
Definition at line 131 of file itkSpatialObject.h.
typedef ImageRegion<TDimension> itk::SpatialObject< TDimension >::RegionType [inherited] |
Definition at line 129 of file itkSpatialObject.h.
typedef double itk::MeshSpatialObject< TMesh >::ScalarType |
Reimplemented from itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
Definition at line 44 of file itkMeshSpatialObject.h.
typedef MeshSpatialObject< TMesh> itk::MeshSpatialObject< TMesh >::Self |
Standard class typedefs.
Reimplemented from itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
Definition at line 45 of file itkMeshSpatialObject.h.
typedef Size<TDimension> itk::SpatialObject< TDimension >::SizeType [inherited] |
Definition at line 130 of file itkSpatialObject.h.
typedef double* itk::SpatialObject< TDimension >::SpacingType [inherited] |
Definition at line 98 of file itkSpatialObject.h.
typedef SpatialObject< itkGetStaticConstMacro(Dimension) > itk::MeshSpatialObject< TMesh >::Superclass |
Reimplemented from itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
Definition at line 49 of file itkMeshSpatialObject.h.
typedef const TransformType* itk::SpatialObject< TDimension >::TransformConstPointer [inherited] |
Definition at line 105 of file itkSpatialObject.h.
typedef TransformType::Pointer itk::SpatialObject< TDimension >::TransformPointer [inherited] |
Definition at line 104 of file itkSpatialObject.h.
typedef Superclass::TransformType itk::MeshSpatialObject< TMesh >::TransformType |
Reimplemented from itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
Definition at line 55 of file itkMeshSpatialObject.h.
typedef SpatialObjectTreeNode<TDimension> itk::SpatialObject< TDimension >::TreeNodeType [inherited] |
Definition at line 134 of file itkSpatialObject.h.
typedef VectorContainer< unsigned long int, PointType > itk::SpatialObject< TDimension >::VectorContainerType [inherited] |
Definition at line 107 of file itkSpatialObject.h.
typedef VectorType* itk::SpatialObject< TDimension >::VectorPointer [inherited] |
Definition at line 96 of file itkSpatialObject.h.
typedef Vector< ScalarType, TDimension > itk::SpatialObject< TDimension >::VectorType [inherited] |
Definition at line 94 of file itkSpatialObject.h.
itk::MeshSpatialObject< TMesh >::MeshSpatialObject | ( | ) | [protected] |
virtual itk::MeshSpatialObject< TMesh >::~MeshSpatialObject | ( | ) | [protected, virtual] |
unsigned long itk::Object::AddObserver | ( | const EventObject & | event, | |
Command * | ||||
) | [inherited] |
Allow people to add/remove/invoke observers (callbacks) to any ITK object. This is an implementation of the subject/observer design pattern. An observer is added by specifying an event to respond to and an itk::Command to execute. It returns an unsigned long tag which can be used later to remove the event or retrieve the command. The memory for the Command becomes the responsibility of this object, so don't pass the same instance of a command to two different objects
unsigned long itk::Object::AddObserver | ( | const EventObject & | event, | |
Command * | ||||
) | const [inherited] |
Allow people to add/remove/invoke observers (callbacks) to any ITK object. This is an implementation of the subject/observer design pattern. An observer is added by specifying an event to respond to and an itk::Command to execute. It returns an unsigned long tag which can be used later to remove the event or retrieve the command. The memory for the Command becomes the responsibility of this object, so don't pass the same instance of a command to two different objects
void itk::SpatialObject< TDimension >::AddSpatialObject | ( | Self * | pointer | ) | [inherited] |
Theses functions are just calling the itkSpatialObjectTreeNode functions Add an object to the list of children.
static void itk::LightObject::BreakOnError | ( | ) | [static, inherited] |
This method is called when itkExceptionMacro executes. It allows the debugger to break on error.
virtual void itk::SpatialObject< TDimension >::Clear | ( | void | ) | [virtual, inherited] |
Clear the spatial object by deleting all lists of children and subchildren
virtual bool itk::SpatialObject< TDimension >::ComputeBoundingBox | ( | void | ) | const [virtual, inherited] |
Compute an axis-aligned bounding box for an object and its selected children, down to a specified depth. After computation, the resulting bounding box is stored in this->m_Bounds.
By default, the bounding box children depth is maximum, meaning that the bounding box for the object and all its recursive children is computed. This depth can be set (before calling ComputeBoundingBox) using SetBoundingBoxChildrenDepth().
By calling SetBoundingBoxChildrenName(), it is possible to restrict the bounding box computation to objects of a specified type or family of types. The spatial objects included in the computation are those whose typenames share, as their initial substring, the string specified via SetBoundingBoxChildrenName(). The root spatial object (on which the method is called) is not treated specially. If its typename does not match the bounding box children name, then it is not included in the bounding box computation, but its descendents that match the string are included.
IndexType itk::SpatialObject< TDimension >::ComputeIndex | ( | OffsetValueType | offset | ) | const [inline, inherited] |
Compute the index of the pixel at a specified offset from the beginning of the buffered region.
Definition at line 315 of file itkSpatialObject.h.
References itk::ImageRegion< VImageDimension >::GetIndex().
bool itk::MeshSpatialObject< TMesh >::ComputeLocalBoundingBox | ( | ) | const [virtual] |
Compute the boundaries of the iamge spatial object.
Reimplemented from itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
void itk::SpatialObject< TDimension >::ComputeObjectToParentTransform | ( | void | ) | [inherited] |
Compute the Local transform when the global transform is set
void itk::SpatialObject< TDimension >::ComputeObjectToWorldTransform | ( | void | ) | [inherited] |
Compute the World transform when the local transform is set This function should be called each time the local transform has been modified
OffsetValueType itk::SpatialObject< TDimension >::ComputeOffset | ( | const IndexType & | ind | ) | const [inline, inherited] |
Compute an offset from the beginning of the buffer for a pixel at the specified index.
Definition at line 295 of file itkSpatialObject.h.
References itk::ImageRegion< VImageDimension >::GetIndex().
void itk::SpatialObject< TDimension >::ComputeOffsetTable | ( | ) | [protected, inherited] |
Calculate the offsets needed to move from one pixel to the next along a row, column, slice, volume, etc. These offsets are based on the size of the BufferedRegion. This should be called after the BufferedRegion is set.
virtual void itk::SpatialObject< TDimension >::CopyInformation | ( | const DataObject * | data | ) | [virtual, inherited] |
Copy information from the specified data set. This method is part of the pipeline execution model. By default, a ProcessObject will copy meta-data from the first input to all of its outputs. See ProcessObject::GenerateOutputInformation(). Each subclass of DataObject is responsible for being able to copy whatever meta-data it needs from from another DataObject. ImageBase has more meta-data than its DataObject. Thus, it must provide its own version of CopyInformation() in order to copy the LargestPossibleRegion from the input parameter.
Reimplemented from itk::DataObject.
virtual LightObject::Pointer itk::Object::CreateAnother | ( | ) | const [virtual, inherited] |
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::LightObject.
Reimplemented in itk::BSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >, itk::CreateObjectFunction< T >, itk::TransformFactoryBase, itk::AnalyzeImageIOFactory, itk::BioRadImageIOFactory, itk::BMPImageIOFactory, itk::Brains2MaskImageIOFactory, itk::DICOMImageIO2Factory, itk::DicomImageIOFactory, itk::GDCMImageIOFactory, itk::GE4ImageIOFactory, itk::GE5ImageIOFactory, itk::GEAdwImageIOFactory, itk::GiplImageIOFactory, itk::JPEGImageIOFactory, itk::LSMImageIOFactory, itk::MetaImageIOFactory, itk::NiftiImageIOFactory, itk::NrrdImageIOFactory, itk::PNGImageIOFactory, itk::RawImageIOFactory< TPixel, VImageDimension >, itk::SiemensVisionImageIOFactory, itk::StimulateImageIOFactory, itk::TIFFImageIOFactory, itk::VTKImageIOFactory, itk::Bruker2DSEQImageIOFactory, itk::MatlabTransformIOFactory, itk::MINC2ImageIOFactory, itk::MRCImageIOFactory, itk::PhilipsRECImageIOFactory, itk::TxtTransformIOFactory, itk::VoxBoCUBImageIOFactory, itk::VTKImageIO2Factory, and itk::SpatialObjectFactoryBase.
void itk::DataObject::DataHasBeenGenerated | ( | ) | [inherited] |
Inform the pipeline mechanism that data has been generated. This method is called by ProcessObject::UpdateOutputData() once the process object has finished generating its data. This essentially marks the DataObject as being updated and ready for use.
virtual void itk::Object::DebugOff | ( | ) | const [virtual, inherited] |
Turn debugging output off.
virtual void itk::Object::DebugOn | ( | ) | const [virtual, inherited] |
Turn debugging output on.
virtual void itk::LightObject::Delete | ( | ) | [virtual, inherited] |
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.
virtual void itk::SpatialObject< TDimension >::DerivativeAt | ( | const PointType & | point, | |
short unsigned int | order, | |||
OutputVectorType & | value, | |||
unsigned int | depth = 0 , |
|||
char * | name = NULL | |||
) | [virtual, inherited] |
Return the n-th order derivative value at the specified point.
void itk::DataObject::DisconnectPipeline | ( | ) | [inherited] |
Separate this data object from the pipeline. This routine disconnects a data object from the upstream pipeline. Hence an Update() from downstream will not propagate back past this data object. To completely isolate this data object from the pipeline, the application must remove this data object from any filters which it is connected as the input.
bool itk::SpatialObject< TDimension >::Evaluate | ( | const PointType & | point | ) | const [inline, inherited] |
Returns true if a point is inside the object - provided to make spatial objects compatible with spatial functions and conditional iterators for defining regions of interest.
Definition at line 209 of file itkSpatialObject.h.
References itk::SpatialObject< TDimension >::IsInside().
virtual const AffineGeometryFrameType* itk::SpatialObject< TDimension >::GetAffineGeometryFrame | ( | ) | [virtual, inherited] |
Set/Get the AffineGeometryFrame
virtual BoundingBoxType* itk::SpatialObject< TDimension >::GetBoundingBox | ( | void | ) | const [virtual, inherited] |
Get the bounding box of the object. This function calls ComputeBoundingBox()
virtual const unsigned int& itk::SpatialObject< TDimension >::GetBoundingBoxChildrenDepth | ( | ) | [virtual, inherited] |
Set/Get the depth at which the bounding box is computed
virtual const std::string& itk::SpatialObject< TDimension >::GetBoundingBoxChildrenName | ( | ) | [virtual, inherited] |
Set/Get the name of the children to consider when computing the bounding box
virtual const BoundingBoxType* itk::SpatialObject< TDimension >::GetBounds | ( | ) | [protected, virtual, inherited] |
virtual const RegionType& itk::SpatialObject< TDimension >::GetBufferedRegion | ( | ) | const [inline, virtual, inherited] |
Get the region object that defines the size and starting index of the region of the image currently loaded in memory.
Definition at line 259 of file itkSpatialObject.h.
virtual ChildrenListType* itk::SpatialObject< TDimension >::GetChildren | ( | unsigned int | depth = 0 , |
|
char * | name = NULL | |||
) | const [virtual, inherited] |
Returns a list of pointer to the children affiliated to this object. A depth of 0 returns the immediate childred. A depth of 1 returns the children and those children's children.
Command* itk::Object::GetCommand | ( | unsigned long | tag | ) | [inherited] |
Get the command associated with the given tag. NOTE: This returns a pointer to a Command, but it is safe to asign this to a Command::Pointer. Since Command inherits from LightObject, at this point in the code, only a pointer or a reference to the Command can be used.
bool itk::DataObject::GetDataReleased | ( | ) | const [inline, inherited] |
Get the flag indicating the data has been released.
Definition at line 334 of file itkDataObject.h.
bool itk::Object::GetDebug | ( | ) | const [inherited] |
Get the value of the debug flag.
virtual double itk::SpatialObject< TDimension >::GetDefaultInsideValue | ( | ) | const [virtual, inherited] |
Set/Get the default inside value (ValueAt()) of the object. Default is 1.0
virtual double itk::SpatialObject< TDimension >::GetDefaultOutsideValue | ( | ) | const [virtual, inherited] |
Set/Get the default outside value (ValueAt()) of the object. Default is 0.0
virtual const unsigned int& itk::SpatialObject< TDimension >::GetDimension | ( | void | ) | [protected, virtual, inherited] |
static bool itk::DataObject::GetGlobalReleaseDataFlag | ( | ) | [static, inherited] |
Turn on/off a flag to control whether every object releases its data after being used by a filter. Being a global flag, it controls the behavior of all DataObjects and ProcessObjects.
static bool itk::Object::GetGlobalWarningDisplay | ( | ) | [static, inherited] |
This is a global flag that controls whether any debug, warning or error messages are displayed.
virtual const int& itk::SpatialObject< TDimension >::GetId | ( | ) | [virtual, inherited] |
Get/Set the ID
TransformType* itk::SpatialObject< TDimension >::GetIndexToObjectTransform | ( | void | ) | [inherited] |
Transform points from the internal data coordinate system of the object (typically the indices of the image from which the object was defined) to "physical" space (which accounts for the spacing, orientation, and offset of the indices)
const TransformType* itk::SpatialObject< TDimension >::GetIndexToObjectTransform | ( | void | ) | const [inherited] |
Transform points from the internal data coordinate system of the object (typically the indices of the image from which the object was defined) to "physical" space (which accounts for the spacing, orientation, and offset of the indices)
virtual const TransformType* itk::SpatialObject< TDimension >::GetIndexToWorldTransform | ( | ) | [virtual, inherited] |
This defines the transformation from the global coordinate frame. By setting this transform, the local transform is computed
virtual TransformType* itk::SpatialObject< TDimension >::GetIndexToWorldTransform | ( | ) | [virtual, inherited] |
This defines the transformation from the global coordinate frame. By setting this transform, the local transform is computed
virtual const TransformType* itk::SpatialObject< TDimension >::GetInternalInverseTransform | ( | ) | [protected, virtual, inherited] |
virtual double itk::MeshSpatialObject< TMesh >::GetIsInsidePrecision | ( | ) | [virtual] |
Set/Get the precision for the IsInside function. This is used when the cell is a triangle, in this case, it's more likely that the given point will not be falling exactly on the triangle surface. If the distance from the point to the surface is <= to m_IsInsidePrecision the point is considered inside the mesh. The default value is 1.
virtual const RegionType& itk::SpatialObject< TDimension >::GetLargestPossibleRegion | ( | ) | const [inline, virtual, inherited] |
Get the region object that defines the size and starting index for the largest possible region this image could represent. This is used in determining how much memory would be needed to load an entire dataset. It is also used to determine boundary conditions.
Definition at line 248 of file itkSpatialObject.h.
unsigned int itk::SpatialObject< TDimension >::GetMaximumDepth | ( | ) | [inline, inherited] |
Return the maximum depth that a tree of spatial objects can have. This provides convenient access to a static constant.
Definition at line 81 of file itkSpatialObject.h.
References itk::SpatialObject< TDimension >::MaximumDepth.
MeshType* itk::MeshSpatialObject< TMesh >::GetMesh | ( | void | ) |
Get a pointer to the Mesh currently attached to the object.
MetaDataDictionary& itk::Object::GetMetaDataDictionary | ( | void | ) | [inherited] |
const MetaDataDictionary& itk::Object::GetMetaDataDictionary | ( | void | ) | const [inherited] |
unsigned long itk::MeshSpatialObject< TMesh >::GetMTime | ( | void | ) | const [virtual] |
Returns the latest modified time of the object and its component.
Reimplemented from itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
virtual const char* itk::MeshSpatialObject< TMesh >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
TransformType* itk::SpatialObject< TDimension >::GetNodeToParentNodeTransform | ( | void | ) | [inherited] |
These function are just calling the node container transforms
const TransformType* itk::SpatialObject< TDimension >::GetNodeToParentNodeTransform | ( | void | ) | const [inherited] |
These function are just calling the node container transforms
unsigned int itk::SpatialObject< TDimension >::GetNumberOfChildren | ( | unsigned int | depth = 0 , |
|
char * | name = NULL | |||
) | const [inherited] |
Returns the number of children currently assigned to the object.
unsigned int itk::SpatialObject< TDimension >::GetObjectDimension | ( | void | ) | const [inline, inherited] |
Get the dimensionality of the object
Definition at line 149 of file itkSpatialObject.h.
unsigned long itk::SpatialObject< TDimension >::GetObjectMTime | ( | void | ) | const [inline, inherited] |
Returns the latest modified time of the spatial object, but not the modification time of the children
Definition at line 229 of file itkSpatialObject.h.
References itk::Object::GetMTime().
TransformType* itk::SpatialObject< TDimension >::GetObjectToNodeTransform | ( | void | ) | [inherited] |
Transforms points from the object-specific "physical" space to the "physical" space of its parent object.
const TransformType* itk::SpatialObject< TDimension >::GetObjectToNodeTransform | ( | void | ) | const [inherited] |
Transforms points from the object-specific "physical" space to the "physical" space of its parent object.
TransformType* itk::SpatialObject< TDimension >::GetObjectToParentTransform | ( | void | ) | [inherited] |
Transforms points from the object-specific "physical" space to the "physical" space of its parent object.
const TransformType* itk::SpatialObject< TDimension >::GetObjectToParentTransform | ( | void | ) | const [inherited] |
Transforms points from the object-specific "physical" space to the "physical" space of its parent object.
virtual TransformType* itk::SpatialObject< TDimension >::GetObjectToWorldTransform | ( | ) | [virtual, inherited] |
This defines the transformation from the global coordinate frame. By setting this transform, the local transform is computed
virtual const TransformType* itk::SpatialObject< TDimension >::GetObjectToWorldTransform | ( | ) | [virtual, inherited] |
This defines the transformation from the global coordinate frame. By setting this transform, the local transform is computed
const OffsetValueType* itk::SpatialObject< TDimension >::GetOffsetTable | ( | ) | const [inline, inherited] |
Get the offset table. The offset table gives increments for moving from one pixel to next in the current row, column, slice, etc.. This table if of size [VImageDimension+1], because its values are computed progressively as: {1, N1, N1*N2, N1*N2*N3,...,(N1*...*Nn)} Where the values {N1,...,Nn} are the elements of the BufferedRegion::Size array. The last element of the OffsetTable is equivalent to the BufferSize. Having a [VImageDimension+1] size array, simplifies the implementation of some data accessing algorithms.
Definition at line 290 of file itkSpatialObject.h.
virtual const Self* itk::SpatialObject< TDimension >::GetParent | ( | void | ) | const [virtual, inherited] |
Return a pointer to the parent object in the hierarchy tree
virtual Self* itk::SpatialObject< TDimension >::GetParent | ( | void | ) | [virtual, inherited] |
Return a pointer to the parent object in the hierarchy tree
virtual const int& itk::SpatialObject< TDimension >::GetParentId | ( | ) | [virtual, inherited] |
Set/Get the parent Identification number
virtual const unsigned long& itk::DataObject::GetPipelineMTime | ( | ) | [virtual, inherited] |
The maximum MTime of all upstream filters and data objects. This does not include the MTime of this data object.
const char* itk::MeshSpatialObject< TMesh >::GetPixelType | ( | ) | [inline] |
Return the type of pixel used
Definition at line 101 of file itkMeshSpatialObject.h.
PropertyType* itk::SpatialObject< TDimension >::GetProperty | ( | void | ) | [inherited] |
Returns a pointer to the property object applied to this class.
const PropertyType* itk::SpatialObject< TDimension >::GetProperty | ( | void | ) | const [inline, inherited] |
Compute an offset from the beginning of the buffer for a pixel at the specified index.
Definition at line 381 of file itkSpatialObject.h.
virtual int itk::LightObject::GetReferenceCount | ( | ) | const [inline, virtual, inherited] |
Gets the reference count on this object.
Definition at line 106 of file itkLightObject.h.
virtual const bool& itk::DataObject::GetReleaseDataFlag | ( | ) | [virtual, inherited] |
Turn on/off a flag to control whether this object's data is released after being used by a filter.
virtual const RegionType& itk::SpatialObject< TDimension >::GetRequestedRegion | ( | ) | const [inline, virtual, inherited] |
Get the region object that defines the size and starting index for the region of the image requested (i.e., the region of the image to be operated on by a filter).
Definition at line 278 of file itkSpatialObject.h.
SmartPointerForwardReference<ProcessObject> itk::DataObject::GetSource | ( | ) | const [inherited] |
Get the process object that generated this data object. If there is no process object, then the data object has been disconnected from the pipeline, or the data object was created manually. (Note: we cannot use the GetObjectMacro() defined in itkMacro because the mutual dependency of DataObject and ProcessObject causes compile problems. Also, a forward reference smart pointer is returned, not a smart pointer, because of the circular dependency between the process and data object.)
GetSource() returns a SmartPointerForwardReference and not a WeakPointer because it is assumed the code calling GetSource() wants to hold a long term reference to the source.
unsigned int itk::DataObject::GetSourceOutputIndex | ( | ) | const [inherited] |
Which of the source's outputs corresponds to this data object?
virtual const double* itk::SpatialObject< TDimension >::GetSpacing | ( | void | ) | const [inline, virtual, inherited] |
Get the spacing of the spatial object.
Definition at line 416 of file itkSpatialObject.h.
References itk::SpatialObject< TDimension >::GetIndexToObjectTransform(), and itk::ScalableAffineTransform< TScalarType, NDimensions >::GetScale().
virtual std::string itk::SpatialObject< TDimension >::GetSpatialObjectTypeAsString | ( | ) | const [virtual, inherited] |
Return the type of the spatial object as a string This is used by the SpatialObjectFactory
unsigned long itk::SpatialObject< TDimension >::GetTransformMTime | ( | void | ) | [inherited] |
Return the Modified time of the LocalToWorldTransform
virtual const TreeNodeType* itk::SpatialObject< TDimension >::GetTreeNode | ( | ) | [virtual, inherited] |
Return a raw pointer to the node container
virtual TreeNodeType* itk::SpatialObject< TDimension >::GetTreeNode | ( | ) | [virtual, inherited] |
Return a raw pointer to the node container
virtual const char* itk::SpatialObject< TDimension >::GetTypeName | ( | void | ) | const [inline, virtual, inherited] |
Get the typename of the SpatialObject
Definition at line 141 of file itkSpatialObject.h.
virtual unsigned long itk::DataObject::GetUpdateMTime | ( | ) | const [virtual, inherited] |
MTime for the last time this DataObject was generated.
unsigned long itk::SpatialObject< TDimension >::GetWorldTransformMTime | ( | void | ) | [inherited] |
Return the Modified time of the WorldToLocalTransform
static void itk::DataObject::GlobalReleaseDataFlagOff | ( | ) | [inline, static, inherited] |
Turn on/off a flag to control whether every object releases its data after being used by a filter. Being a global flag, it controls the behavior of all DataObjects and ProcessObjects.
Definition at line 319 of file itkDataObject.h.
static void itk::DataObject::GlobalReleaseDataFlagOn | ( | ) | [inline, static, inherited] |
Turn on/off a flag to control whether every object releases its data after being used by a filter. Being a global flag, it controls the behavior of all DataObjects and ProcessObjects.
Definition at line 317 of file itkDataObject.h.
static void itk::Object::GlobalWarningDisplayOff | ( | ) | [inline, static, inherited] |
This is a global flag that controls whether any debug, warning or error messages are displayed.
Definition at line 100 of file itkObject.h.
References itk::Object::SetGlobalWarningDisplay().
static void itk::Object::GlobalWarningDisplayOn | ( | ) | [inline, static, inherited] |
This is a global flag that controls whether any debug, warning or error messages are displayed.
Definition at line 98 of file itkObject.h.
References itk::Object::SetGlobalWarningDisplay().
virtual void itk::DataObject::Graft | ( | const DataObject * | ) | [inline, virtual, inherited] |
Method for grafting the content of one data object into another one. This method is intended to be overloaded by derived classes. Each one of them should use dynamic_casting in order to verify that the grafted object is actually of the same type as the class on which the Graft() method was invoked.
Reimplemented in itk::Image< TPixel, VImageDimension >, itk::ImageAdaptor< TImage, TAccessor >, itk::ImageBase< VImageDimension >, itk::Mesh< TPixelType, VDimension, TMeshTraits >, itk::PointSet< TPixelType, VDimension, TMeshTraits >, itk::VectorImage< TPixel, VImageDimension >, itk::LabelMap< TLabelObject >, itk::QuadEdgeMesh< TPixel, VDimension, TTraits >, itk::Image< BloxCoreAtomPixel< NDimension >, TImageDimension >, itk::Image< TNode *, VImageDimension >, itk::Image< BloxBoundaryProfilePixel< TImageDimension >, TImageDimension >, itk::Image< TBloxPixelType, TImageDimension >, itk::Image< BloxBoundaryPointPixel< TImageDimension >, TImageDimension >, itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< VectorImage< TPixelType, Dimension >, Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AddPixelAccessor< TImage::PixelType > >, itk::ImageBase< ::itk::GetImageDimension< TLabelObject >::ImageDimension >, itk::ImageBase< ::itk::GetImageDimension< VectorImage< TPixelType, Dimension > >::ImageDimension >, itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >, itk::Mesh< TCoordType, 2, DefaultDynamicMeshTraits< TCoordType, 2, 2, TCoordType > >, itk::Mesh< TPixel, VDimension, TTraits >, itk::PointSet< TPixel, VDimension, TTraits >, itk::PointSet< TCoordType, VDimension, DefaultDynamicMeshTraits< TCoordType, 2, 2, TCoordType > >, and itk::VectorImage< TPixelType, Dimension >.
Definition at line 453 of file itkDataObject.h.
bool itk::Object::HasObserver | ( | const EventObject & | event | ) | const [inherited] |
Return true if an observer is registered for this event.
virtual bool itk::SpatialObject< TDimension >::HasParent | ( | void | ) | const [virtual, inherited] |
Return true if the object has a parent object. Basically, only the root object , or some isolated objects should return false.
virtual void itk::DataObject::Initialize | ( | ) | [virtual, inherited] |
Restore the data object to its initial state. This means releasing memory.
Reimplemented in itk::watershed::SegmentTree< TScalarType >, itk::ChainCodePath< VDimension >, itk::FourierSeriesPath< VDimension >, itk::Image< TPixel, VImageDimension >, itk::ImageAdaptor< TImage, TAccessor >, itk::ImageBase< VImageDimension >, itk::Mesh< TPixelType, VDimension, TMeshTraits >, itk::OrthogonallyCorrected2DParametricPath, itk::PointSet< TPixelType, VDimension, TMeshTraits >, itk::PolyLineParametricPath< VDimension >, itk::SparseImage< TNode, VImageDimension >, itk::SpecialCoordinatesImage< TPixel, VImageDimension >, itk::VectorImage< TPixel, VImageDimension >, itk::Statistics::OneHiddenLayerBackPropagationNeuralNetwork< TMeasurementVector, TTargetVector >, itk::Statistics::RBFNetwork< TMeasurementVector, TTargetVector >, itk::Statistics::TwoHiddenLayerBackPropagationNeuralNetwork< TMeasurementVector, TTargetVector >, itk::LabelMap< TLabelObject >, itk::QuadEdgeMesh< TPixel, VDimension, TTraits >, itk::ChainCodePath< 2 >, itk::Image< BloxCoreAtomPixel< NDimension >, TImageDimension >, itk::Image< TNode *, VImageDimension >, itk::Image< BloxBoundaryProfilePixel< TImageDimension >, TImageDimension >, itk::Image< TBloxPixelType, TImageDimension >, itk::Image< BloxBoundaryPointPixel< TImageDimension >, TImageDimension >, itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< VectorImage< TPixelType, Dimension >, Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AddPixelAccessor< TImage::PixelType > >, itk::ImageBase< ::itk::GetImageDimension< TLabelObject >::ImageDimension >, itk::ImageBase< ::itk::GetImageDimension< VectorImage< TPixelType, Dimension > >::ImageDimension >, itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >, itk::Mesh< TCoordType, 2, DefaultDynamicMeshTraits< TCoordType, 2, 2, TCoordType > >, itk::Mesh< TPixel, VDimension, TTraits >, itk::PointSet< TPixel, VDimension, TTraits >, itk::PointSet< TCoordType, VDimension, DefaultDynamicMeshTraits< TCoordType, 2, 2, TCoordType > >, itk::SpecialCoordinatesImage< TPixel, 3 >, and itk::VectorImage< TPixelType, Dimension >.
void itk::Object::InvokeEvent | ( | const EventObject & | ) | [inherited] |
Call Execute on all the Commands observing this event id.
void itk::Object::InvokeEvent | ( | const EventObject & | ) | const [inherited] |
Call Execute on all the Commands observing this event id. The actions triggered by this call doesn't modify this object.
bool itk::MeshSpatialObject< TMesh >::IsEvaluableAt | ( | const PointType & | point, | |
unsigned int | depth = 0 , |
|||
char * | name = NULL | |||
) | const |
Return true if the object is evaluable at the requested point, and else otherwise.
virtual bool itk::SpatialObject< TDimension >::IsEvaluableAt | ( | const PointType & | point, | |
unsigned int | depth = 0 , |
|||
char * | name = NULL | |||
) | const [virtual, inherited] |
Returns true if the object can provide a "meaningful" value at a point. Often defaults to returning same answer as IsInside, but certain objects influence space beyond their spatial extent, e.g., an RFA Needle Spatial Object can cause a burn that extends beyond the tip of the needle.
virtual bool itk::SpatialObject< TDimension >::IsInside | ( | const PointType & | point, | |
unsigned int | depth = 0 , |
|||
char * | name = NULL | |||
) | const [virtual, inherited] |
Returns true if a point is inside the object.
bool itk::MeshSpatialObject< TMesh >::IsInside | ( | const PointType & | point, | |
unsigned int | depth, | |||
char * | name | |||
) | const |
Returns true if the point is inside, false otherwise.
virtual bool itk::MeshSpatialObject< TMesh >::IsInside | ( | const PointType & | point | ) | const [virtual] |
Test whether a point is inside or outside the object For computational speed purposes, it is faster if the method does not check the name of the class and the current depth
virtual void itk::Object::Modified | ( | ) | const [virtual, inherited] |
Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data.
Reimplemented in itk::NormalizeImageFilter< TInputImage, TOutputImage >, itk::ImageAdaptor< TImage, TAccessor >, itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, TFilter >, itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleErodeImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >, itk::MorphologicalGradientImageFilter< TInputImage, TOutputImage, TKernel >, itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< VectorImage< TPixelType, Dimension >, Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AddPixelAccessor< TImage::PixelType > >, and itk::MiniPipelineSeparableImageFilter< TInputImage, TOutputImage, RankImageFilter< TInputImage, TInputImage, FlatStructuringElement< ::itk::GetImageDimension< TInputImage >::ImageDimension > > >.
Referenced by itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::InsertNarrowBandNode(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetCenter(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetMatrix(), itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::SetNarrowBand(), itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::SetNarrowBandInnerRadius(), itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::SetNarrowBandTotalRadius(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetOffset(), itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >::SetRealThresholds(), itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >::SetThresholds(), itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >::SetTotalObservedScale(), and itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetTranslation().
static Pointer itk::MeshSpatialObject< TMesh >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
virtual void itk::DataObject::PrepareForNewData | ( | ) | [inline, virtual, inherited] |
Setup a DataObject to receive new data. This method is called by the pipeline mechanism on each output of filter that needs to execute. The default implementation is to return a DataObject to its initial state. This may involve releasing previously allocated bulk data. Subclasses of DataObject may want to override this method and/or the Initialize() method if they want a different default behavior (for instance a DataObject might want finer control over its bulk data memory management).
Definition at line 389 of file itkDataObject.h.
void itk::LightObject::Print | ( | std::ostream & | os, | |
Indent | indent = 0 | |||
) | const [inherited] |
Cause the object to print itself out.
Referenced by itk::WeakPointer< ProcessObject >::Print().
virtual void itk::LightObject::PrintHeader | ( | std::ostream & | os, | |
Indent | indent | |||
) | const [protected, virtual, inherited] |
bool itk::Object::PrintObservers | ( | std::ostream & | os, | |
Indent | indent | |||
) | const [protected, inherited] |
void itk::MeshSpatialObject< TMesh >::PrintSelf | ( | std::ostream & | os, | |
Indent | indent | |||
) | const [protected, virtual] |
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::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
virtual void itk::LightObject::PrintTrailer | ( | std::ostream & | os, | |
Indent | indent | |||
) | const [protected, virtual, inherited] |
virtual void itk::DataObject::PropagateRequestedRegion | ( | ) | throw (InvalidRequestedRegionError) [virtual, inherited] |
Methods to update the pipeline. Called internally by the pipeline mechanism.
Reimplemented in itk::ImageAdaptor< TImage, TAccessor >, itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< VectorImage< TPixelType, Dimension >, Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, and itk::ImageAdaptor< TImage, Accessor::AddPixelAccessor< TImage::PixelType > >.
virtual void itk::DataObject::PropagateResetPipeline | ( | ) | [protected, virtual, inherited] |
Propagate a call to ResetPipeline(). Called only from ProcessObject.
virtual void itk::Object::Register | ( | ) | const [virtual, inherited] |
Increase the reference count (mark as used by another object).
Reimplemented from itk::LightObject.
void itk::DataObject::ReleaseData | ( | ) | [inherited] |
Release data back to system to conserve memory resource. Used during pipeline execution. Releasing this data does not make down-stream data invalid, so it does not modify the MTime of this data object.
virtual void itk::DataObject::ReleaseDataFlagOff | ( | ) | [virtual, inherited] |
Turn on/off a flag to control whether this object's data is released after being used by a filter.
virtual void itk::DataObject::ReleaseDataFlagOn | ( | ) | [virtual, inherited] |
Turn on/off a flag to control whether this object's data is released after being used by a filter.
void itk::Object::RemoveAllObservers | ( | ) | [inherited] |
Remove all observers .
void itk::Object::RemoveObserver | ( | unsigned long | tag | ) | [inherited] |
Remove the observer with this tag value.
void itk::SpatialObject< TDimension >::RemoveSpatialObject | ( | Self * | object | ) | [inherited] |
Remove the object passed as arguments from the list of children. May this function should return a false value if the object to remove is not found in the list.
virtual bool itk::SpatialObject< TDimension >::RequestedRegionIsOutsideOfTheBufferedRegion | ( | ) | [virtual, inherited] |
Determine whether the RequestedRegion is outside of the BufferedRegion. This method returns true if the RequestedRegion is outside the BufferedRegion (true if at least one pixel is outside). This is used by the pipeline mechanism to determine whether a filter needs to re-execute in order to satisfy the current request. If the current RequestedRegion is already inside the BufferedRegion from the previous execution (and the current filter is up to date), then a given filter does not need to re-execute
Reimplemented from itk::DataObject.
virtual void itk::DataObject::ResetPipeline | ( | ) | [virtual, inherited] |
virtual void itk::SpatialObject< TDimension >::SetAffineGeometryFrame | ( | AffineGeometryFrameType * | _arg | ) | [virtual, inherited] |
Set/Get the AffineGeometryFrame
virtual void itk::SpatialObject< TDimension >::SetBoundingBoxChildrenDepth | ( | unsigned int | _arg | ) | [virtual, inherited] |
Set/Get the depth at which the bounding box is computed
virtual void itk::SpatialObject< TDimension >::SetBoundingBoxChildrenName | ( | std::string | _arg | ) | [virtual, inherited] |
Set/Get the name of the children to consider when computing the bounding box
virtual void itk::SpatialObject< TDimension >::SetBufferedRegion | ( | const RegionType & | region | ) | [virtual, inherited] |
Set the region object that defines the size and starting index of the region of the image currently loaded in memory.
void itk::SpatialObject< TDimension >::SetChildren | ( | ChildrenListType & | children | ) | [inherited] |
Set the list of pointers to children to the list passed as argument.
void itk::Object::SetDebug | ( | bool | debugFlag | ) | const [inherited] |
Set the value of the debug flag. A non-zero value turns debugging on.
virtual void itk::SpatialObject< TDimension >::SetDefaultInsideValue | ( | double | _arg | ) | [virtual, inherited] |
Set/Get the default inside value (ValueAt()) of the object. Default is 1.0
virtual void itk::SpatialObject< TDimension >::SetDefaultOutsideValue | ( | double | _arg | ) | [virtual, inherited] |
Set/Get the default outside value (ValueAt()) of the object. Default is 0.0
virtual void itk::SpatialObject< TDimension >::SetDimension | ( | unsigned int | _arg | ) | [protected, virtual, inherited] |
static void itk::DataObject::SetGlobalReleaseDataFlag | ( | bool | val | ) | [static, inherited] |
Turn on/off a flag to control whether every object releases its data after being used by a filter. Being a global flag, it controls the behavior of all DataObjects and ProcessObjects.
static void itk::Object::SetGlobalWarningDisplay | ( | bool | flag | ) | [static, inherited] |
This is a global flag that controls whether any debug, warning or error messages are displayed.
Referenced by itk::Object::GlobalWarningDisplayOff(), and itk::Object::GlobalWarningDisplayOn().
virtual void itk::SpatialObject< TDimension >::SetId | ( | int | _arg | ) | [virtual, inherited] |
Get/Set the ID
bool itk::SpatialObject< TDimension >::SetInternalInverseTransformToWorldToIndexTransform | ( | ) | const [protected, inherited] |
This convenience method take the IndexToWorldTransform, and if it can compute its inverse, then stores the result in the InternalInverse member variable, that can be later accessed with the method GetInternalInverseTransform(). This method is not exposed to users, it is only intended to be called internally by derived classes.
virtual void itk::MeshSpatialObject< TMesh >::SetIsInsidePrecision | ( | double | _arg | ) | [virtual] |
Set/Get the precision for the IsInside function. This is used when the cell is a triangle, in this case, it's more likely that the given point will not be falling exactly on the triangle surface. If the distance from the point to the surface is <= to m_IsInsidePrecision the point is considered inside the mesh. The default value is 1.
virtual void itk::SpatialObject< TDimension >::SetLargestPossibleRegion | ( | const RegionType & | region | ) | [virtual, inherited] |
Set the region object that defines the size and starting index for the largest possible region this image could represent. This is used in determining how much memory would be needed to load an entire dataset. It is also used to determine boundary conditions.
void itk::MeshSpatialObject< TMesh >::SetMesh | ( | MeshType * | Mesh | ) |
Set the Mesh.
void itk::Object::SetMetaDataDictionary | ( | const MetaDataDictionary & | rhs | ) | [inherited] |
void itk::SpatialObject< TDimension >::SetNodeToParentNodeTransform | ( | TransformType * | transform | ) | [inherited] |
These function are just calling the node container transforms
void itk::SpatialObject< TDimension >::SetObjectToParentTransform | ( | TransformType * | transform | ) | [inherited] |
Transforms points from the object-specific "physical" space to the "physical" space of its parent object.
void itk::SpatialObject< TDimension >::SetObjectToWorldTransform | ( | TransformType * | transform | ) | [inherited] |
This defines the transformation from the global coordinate frame. By setting this transform, the local transform is computed
void itk::SpatialObject< TDimension >::SetParent | ( | Self * | parent | ) | [inherited] |
Set the pointer to the parent object in the tree hierarchy used for the spatial object patter.
virtual void itk::SpatialObject< TDimension >::SetParentId | ( | int | _arg | ) | [virtual, inherited] |
Set/Get the parent Identification number
void itk::DataObject::SetPipelineMTime | ( | unsigned long | time | ) | [inline, inherited] |
The maximum MTime of all upstream filters and data objects. This does not include the MTime of this data object.
Definition at line 373 of file itkDataObject.h.
void itk::SpatialObject< TDimension >::SetProperty | ( | PropertyType * | property | ) | [inherited] |
Set the property applied to the object.
virtual void itk::Object::SetReferenceCount | ( | int | ) | [virtual, inherited] |
Sets the reference count (use with care)
Reimplemented from itk::LightObject.
void itk::DataObject::SetReleaseDataFlag | ( | bool | flag | ) | [inline, inherited] |
Turn on/off a flag to control whether this object's data is released after being used by a filter.
Definition at line 304 of file itkDataObject.h.
virtual void itk::SpatialObject< TDimension >::SetRequestedRegion | ( | DataObject * | data | ) | [virtual, inherited] |
Set the requested region from this data object to match the requested region of the data object passed in as a parameter. This method implements the API from DataObject. The data object parameter must be castable to an ImageBase.
Reimplemented from itk::DataObject.
virtual void itk::SpatialObject< TDimension >::SetRequestedRegion | ( | const RegionType & | region | ) | [virtual, inherited] |
Set the region object that defines the size and starting index for the region of the image requested (i.e., the region of the image to be operated on by a filter).
virtual void itk::SpatialObject< TDimension >::SetRequestedRegionToLargestPossibleRegion | ( | ) | [virtual, inherited] |
Set the RequestedRegion to the LargestPossibleRegion. This forces a filter to produce all of the output in one execution (i.e. not streaming) on the next call to Update().
Reimplemented from itk::DataObject.
void itk::SpatialObject< TDimension >::SetSpacing | ( | const double | spacing[itkGetStaticConstMacro(ObjectDimension)] | ) | [inline, inherited] |
Theses functions are just calling the AffineGeometryFrame functions Set the spacing of the spatial object.
Definition at line 411 of file itkSpatialObject.h.
References itk::SpatialObject< TDimension >::GetIndexToObjectTransform(), and itk::ScalableAffineTransform< TScalarType, NDimensions >::SetScale().
virtual void itk::SpatialObject< TDimension >::SetTreeNode | ( | TreeNodeType * | _arg | ) | [virtual, inherited] |
Set the tree container
virtual void itk::SpatialObject< TDimension >::SetTypeName | ( | std::string | _arg | ) | [protected, virtual, inherited] |
bool itk::DataObject::ShouldIReleaseData | ( | ) | const [inherited] |
Return flag indicating whether data should be released after use by a filter.
virtual void itk::Object::UnRegister | ( | ) | const [virtual, inherited] |
Decrease the reference count (release by another object).
Reimplemented from itk::LightObject.
virtual void itk::SpatialObject< TDimension >::Update | ( | void | ) | [virtual, inherited] |
Specify that the object has been updated
Reimplemented from itk::DataObject.
virtual void itk::DataObject::UpdateOutputData | ( | ) | [virtual, inherited] |
Methods to update the pipeline. Called internally by the pipeline mechanism.
Reimplemented in itk::ImageAdaptor< TImage, TAccessor >, itk::ImageBase< VImageDimension >, itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< VectorImage< TPixelType, Dimension >, Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, Accessor::AddPixelAccessor< TImage::PixelType > >, itk::ImageBase< ::itk::GetImageDimension< TLabelObject >::ImageDimension >, itk::ImageBase< ::itk::GetImageDimension< VectorImage< TPixelType, Dimension > >::ImageDimension >, and itk::ImageBase< ::itk::GetImageDimension< TImage >::ImageDimension >.
virtual void itk::SpatialObject< TDimension >::UpdateOutputInformation | ( | ) | [virtual, inherited] |
Update the information for this DataObject so that it can be used as an output of a ProcessObject. This method is used the pipeline mechanism to propagate information and initialize the meta data associated with a DataObject. This method calls its source's ProcessObject::UpdateOutputInformation() which determines modified times, LargestPossibleRegions, and any extra meta data like spacing, origin, etc.
Reimplemented from itk::DataObject.
bool itk::MeshSpatialObject< TMesh >::ValueAt | ( | const PointType & | point, | |
double & | value, | |||
unsigned int | depth = 0 , |
|||
char * | name = NULL | |||
) | const |
Returns the value of the Mesh at the requested point. If the point is not inside the object, then an exception is thrown.
virtual bool itk::SpatialObject< TDimension >::ValueAt | ( | const PointType & | point, | |
double & | value, | |||
unsigned int | depth = 0 , |
|||
char * | name = NULL | |||
) | const [virtual, inherited] |
Returns the value at a point
virtual bool itk::SpatialObject< TDimension >::VerifyRequestedRegion | ( | ) | [virtual, inherited] |
Verify that the RequestedRegion is within the LargestPossibleRegion. If the RequestedRegion is not within the LargestPossibleRegion, then the filter cannot possible satisfy the request. This method returns true if the request can be satisfied and returns fails if the request cannot. This method is used by PropagateRequestedRegion(). PropagateRequestedRegion() throws a InvalidRequestedRegionError exception is the requested region is not within the LargestPossibleRegion.
Reimplemented from itk::DataObject.
const unsigned int itk::MeshSpatialObject< TMesh >::Dimension = TMesh::PointDimension [static] |
Definition at line 47 of file itkMeshSpatialObject.h.
double itk::MeshSpatialObject< TMesh >::m_IsInsidePrecision [protected] |
Definition at line 120 of file itkMeshSpatialObject.h.
MeshPointer itk::MeshSpatialObject< TMesh >::m_Mesh [protected] |
Definition at line 113 of file itkMeshSpatialObject.h.
std::string itk::MeshSpatialObject< TMesh >::m_PixelType [protected] |
Definition at line 119 of file itkMeshSpatialObject.h.
InternalReferenceCountType itk::LightObject::m_ReferenceCount [mutable, protected, inherited] |
Number of uses of this object by other objects.
Definition at line 144 of file itkLightObject.h.
SimpleFastMutexLock itk::LightObject::m_ReferenceCountLock [mutable, protected, inherited] |
Mutex lock to protect modification to the reference count
Definition at line 147 of file itkLightObject.h.
const unsigned int itk::SpatialObject< TDimension >::MaximumDepth [static, inherited] |
Definition at line 77 of file itkSpatialObject.h.
const unsigned int itk::SpatialObject< TDimension >::ObjectDimension [static, inherited] |
Dimension of the object. This constant is used by functions that are templated over SpatialObject type when they need compile time access to the dimension of the object.
Definition at line 146 of file itkSpatialObject.h.