ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetTovtkImageDataBase.h>
Definition at line 32 of file itkLevelSetTovtkImageDataBase.h.
Protected Attributes | |
LevelSetPointer | m_LevelSet |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
Private Member Functions | |
LevelSetTovtkImageDataBase (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
typedef SmartPointer< const Self > itk::LevelSetTovtkImageDataBase< TLevelSet >::ConstPointer |
Definition at line 38 of file itkLevelSetTovtkImageDataBase.h.
typedef LevelSetType::Pointer itk::LevelSetTovtkImageDataBase< TLevelSet >::LevelSetPointer |
Definition at line 44 of file itkLevelSetTovtkImageDataBase.h.
typedef TLevelSet itk::LevelSetTovtkImageDataBase< TLevelSet >::LevelSetType |
Definition at line 41 of file itkLevelSetTovtkImageDataBase.h.
typedef SmartPointer< Self > itk::LevelSetTovtkImageDataBase< TLevelSet >::Pointer |
Definition at line 37 of file itkLevelSetTovtkImageDataBase.h.
typedef LevelSetTovtkImageDataBase itk::LevelSetTovtkImageDataBase< TLevelSet >::Self |
Definition at line 35 of file itkLevelSetTovtkImageDataBase.h.
typedef ProcessObject itk::LevelSetTovtkImageDataBase< TLevelSet >::Superclass |
Definition at line 36 of file itkLevelSetTovtkImageDataBase.h.
|
protected |
|
protectedvirtual |
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
Reimplemented in itk::LevelSetTovtkImageData< MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetTovtkImageData< ShiSparseLevelSetImage< VDimension > >, itk::LevelSetTovtkImageData< WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetTovtkImageData< LevelSetDenseImage< TImage > >.
|
pure virtual |
Implemented in itk::LevelSetTovtkImageData< MalcolmSparseLevelSetImage< VDimension > >, itk::LevelSetTovtkImageData< ShiSparseLevelSetImage< VDimension > >, itk::LevelSetTovtkImageData< WhitakerSparseLevelSetImage< TOutput, VDimension > >, and itk::LevelSetTovtkImageData< LevelSetDenseImage< TImage > >.
|
private |
|
virtual |
|
virtual |
Bring this filter up-to-date.
Update() checks modified times against last execution times, and re-executes objects if necessary. A side effect of this method is that the whole pipeline may execute in order to bring this filter up-to-date. This method updates the currently prescribed requested region. If no requested region has been set on the output, then the requested region will be set to the largest possible region. Once the requested region is set, Update() will make sure the specified requested region is up-to-date. This is a confusing side effect to users who are just calling Update() on a filter. A first call to Update() will cause the largest possible region to be updated. A second call to Update() will update that same region. If a modification to the upstream pipeline cause a filter to have a different largest possible region, this second call to Update() will not cause the output requested region to be reset to the new largest possible region. Instead, the output requested region will be the same as the last time Update() was called. To have a filter always to produce its largest possible region, users should call UpdateLargestPossibleRegion() instead.
Reimplemented from itk::ProcessObject.
|
protected |
Definition at line 57 of file itkLevelSetTovtkImageDataBase.h.