ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet > Class Template Reference

#include <itkVTKVisualize2DLevelSetAsElevationMap.h>

+ Inheritance diagram for itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >:
+ Collaboration diagram for itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >:

Detailed Description

template<typename TInputImage, typename TLevelSet>
class itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >

Examples:
SphinxExamples/src/Segmentation/LevelSetsv4Visualization/VisualizeEvolvingDense2DLevelSetAsElevationMap/Code.cxx, and SphinxExamples/src/Segmentation/LevelSetsv4Visualization/VisualizeStaticDense2DLevelSetAsElevationMap/Code.cxx.

Definition at line 36 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef InputImageType::SizeType InputImageSizeType
 
typedef
InputImageType::SizeValueType 
InputImageSizeValueType
 
typedef Superclass::InputImageType InputImageType
 
typedef LevelSetType::Pointer LevelSetPointer
 
typedef TLevelSet LevelSetType
 
typedef SmartPointer< SelfPointer
 
typedef
VTKVisualize2DLevelSetAsElevationMap 
Self
 
typedef
VTKVisualizeImageLevelSet
< TInputImage,
ImageToVTKImageFilter
< TInputImage > > 
Superclass
 
- Public Types inherited from itk::VTKVisualizeImageLevelSet< TInputImage, ImageToVTKImageFilter< TInputImage > >
typedef SmartPointer< const SelfConstPointer
 
typedef ImageToVTKImageFilter
< TInputImage > 
InputImageConverterType
 
typedef TInputImage InputImageType
 
typedef SmartPointer< SelfPointer
 
typedef VTKVisualizeImageLevelSet Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
vtkPolyData * GetElevationMapMesh () const
 
double GetHeightScaling () const
 
virtual const char * GetNameOfClass () const
 
void SetHeightScaling (const double c)
 
void SetLevelSet (LevelSetType *levelSet)
 
- Public Member Functions inherited from itk::VTKVisualizeImageLevelSet< TInputImage, ImageToVTKImageFilter< TInputImage > >
vtkRenderer * GetRenderer ()
 
virtual void SetInputImage (const InputImageType *inputImage)
 
void SetScreenCapturePrefix (const char *prefix)
 
virtual void Update ()
 
void SetScreenCapture (const bool iCapture)
 
bool GetScreenCapture () const
 
vtkRenderWindow * GetRenderWindow ()
 
void SetRenderWindow (vtkRenderWindow *renderWindow)
 
void SetCurrentIteration (const IdentifierType iteration)
 
IdentifierType GetCurrentIteration () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 
virtual void Register () const
 
virtual void SetReferenceCount (int)
 
virtual void UnRegister () const noexcept
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

void GenerateElevationMap ()
 
virtual void PrepareVTKPipeline ()
 
 VTKVisualize2DLevelSetAsElevationMap ()
 
virtual ~VTKVisualize2DLevelSetAsElevationMap ()
 
- Protected Member Functions inherited from itk::VTKVisualizeImageLevelSet< TInputImage, ImageToVTKImageFilter< TInputImage > >
 VTKVisualizeImageLevelSet ()
 
virtual ~VTKVisualizeImageLevelSet ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintSelf (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Attributes

bool m_ColorValue
 
double m_HeightScaling
 
LevelSetPointer m_LevelSet
 
double m_MaxValue
 
vtkSmartPointer< vtkPolyData > m_Mesh
 
vtkSmartPointer
< vtkPolyDataMapper > 
m_MeshMapper
 
double m_MinValue
 
InputImageSizeType m_NumberOfSamples
 
vtkSmartPointer
< vtkScalarBarActor > 
m_ScalarBarActor
 
vtkSmartPointer< vtkActor > m_SurfaceActor
 

Additional Inherited Members

- Protected Attributes inherited from itk::VTKVisualizeImageLevelSet< TInputImage, ImageToVTKImageFilter< TInputImage > >
InputImageConverterType::Pointer m_InputImageConverter
 
vtkSmartPointer< vtkRenderer > m_Renderer
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TInputImage , typename TLevelSet >
typedef SmartPointer< const Self > itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::ConstPointer

Definition at line 43 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
typedef InputImageType::SizeType itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::InputImageSizeType

Definition at line 51 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
typedef InputImageType::SizeValueType itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::InputImageSizeValueType

Definition at line 52 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
typedef Superclass::InputImageType itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::InputImageType

Definition at line 48 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
typedef LevelSetType::Pointer itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::LevelSetPointer

Definition at line 55 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
typedef TLevelSet itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::LevelSetType

Definition at line 54 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
typedef SmartPointer< Self > itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::Pointer

Definition at line 42 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
typedef VTKVisualize2DLevelSetAsElevationMap itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::Self

Definition at line 40 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
typedef VTKVisualizeImageLevelSet< TInputImage, ImageToVTKImageFilter< TInputImage > > itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::Superclass

Definition at line 41 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

Constructor & Destructor Documentation

template<typename TInputImage , typename TLevelSet >
itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::VTKVisualize2DLevelSetAsElevationMap ( )
protected
template<typename TInputImage , typename TLevelSet >
virtual itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::~VTKVisualize2DLevelSetAsElevationMap ( )
protectedvirtual

Member Function Documentation

template<typename TInputImage , typename TLevelSet >
virtual::itk::LightObject::Pointer itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::CreateAnother ( ) const
virtual

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.

template<typename TInputImage , typename TLevelSet >
void itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::GenerateElevationMap ( )
protected
template<typename TInputImage , typename TLevelSet >
vtkPolyData* itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::GetElevationMapMesh ( ) const
inline

Definition at line 77 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
double itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::GetHeightScaling ( ) const
inline

Definition at line 71 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
virtual const char* itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::VTKVisualizeImageLevelSet< TInputImage, ImageToVTKImageFilter< TInputImage > >.

template<typename TInputImage , typename TLevelSet >
static Pointer itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::New ( )
static
template<typename TInputImage , typename TLevelSet >
virtual void itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::PrepareVTKPipeline ( )
protectedvirtual

Setup the VTK pipeline for a Render() call.

Implements itk::VTKVisualizeImageLevelSet< TInputImage, ImageToVTKImageFilter< TInputImage > >.

template<typename TInputImage , typename TLevelSet >
void itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::SetHeightScaling ( const double  c)
inline

Definition at line 65 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
void itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::SetLevelSet ( LevelSetType levelSet)

Member Data Documentation

template<typename TInputImage , typename TLevelSet >
bool itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::m_ColorValue
private

Definition at line 106 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
double itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::m_HeightScaling
private

Definition at line 102 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
LevelSetPointer itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::m_LevelSet
private

Definition at line 91 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
double itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::m_MaxValue
private

Definition at line 104 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
vtkSmartPointer< vtkPolyData > itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::m_Mesh
private

Definition at line 95 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
vtkSmartPointer< vtkPolyDataMapper > itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::m_MeshMapper
private

Definition at line 97 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
double itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::m_MinValue
private

Definition at line 103 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
InputImageSizeType itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::m_NumberOfSamples
private

Definition at line 100 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
vtkSmartPointer< vtkScalarBarActor > itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::m_ScalarBarActor
private

Definition at line 96 of file itkVTKVisualize2DLevelSetAsElevationMap.h.

template<typename TInputImage , typename TLevelSet >
vtkSmartPointer< vtkActor > itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::m_SurfaceActor
private

Definition at line 98 of file itkVTKVisualize2DLevelSetAsElevationMap.h.


The documentation for this class was generated from the following file: