ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkVTKVisualize2DLevelSetAsElevationMap.h>
Definition at line 36 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
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 |
typedef SmartPointer< const Self > itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::ConstPointer |
Definition at line 43 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
typedef InputImageType::SizeType itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::InputImageSizeType |
Definition at line 51 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
typedef InputImageType::SizeValueType itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::InputImageSizeValueType |
Definition at line 52 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
typedef Superclass::InputImageType itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::InputImageType |
Definition at line 48 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
typedef LevelSetType::Pointer itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::LevelSetPointer |
Definition at line 55 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
typedef TLevelSet itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::LevelSetType |
Definition at line 54 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
typedef SmartPointer< Self > itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::Pointer |
Definition at line 42 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
typedef VTKVisualize2DLevelSetAsElevationMap itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::Self |
Definition at line 40 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
typedef VTKVisualizeImageLevelSet< TInputImage, ImageToVTKImageFilter< TInputImage > > itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::Superclass |
Definition at line 41 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
|
protected |
|
protectedvirtual |
|
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.
|
protected |
|
inline |
Definition at line 77 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
|
inline |
Definition at line 71 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::VTKVisualizeImageLevelSet< TInputImage, ImageToVTKImageFilter< TInputImage > >.
|
static |
|
protectedvirtual |
Setup the VTK pipeline for a Render() call.
Implements itk::VTKVisualizeImageLevelSet< TInputImage, ImageToVTKImageFilter< TInputImage > >.
|
inline |
Definition at line 65 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
void itk::VTKVisualize2DLevelSetAsElevationMap< TInputImage, TLevelSet >::SetLevelSet | ( | LevelSetType * | levelSet | ) |
|
private |
Definition at line 106 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
|
private |
Definition at line 102 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
|
private |
Definition at line 91 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
|
private |
Definition at line 104 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
|
private |
Definition at line 95 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
|
private |
Definition at line 97 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
|
private |
Definition at line 103 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
|
private |
Definition at line 100 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
|
private |
Definition at line 96 of file itkVTKVisualize2DLevelSetAsElevationMap.h.
|
private |
Definition at line 98 of file itkVTKVisualize2DLevelSetAsElevationMap.h.