|
GOFIGURE2
0.9.0
|
#include <Code/Filters/Contour/ContourToMeshFilter.h>
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef ContainerType::const_iterator | ContainerConstIterator |
| typedef TContainer | ContainerType |
| typedef SmartPointer< Self > | Pointer |
| typedef ContourToMeshFilter | Self |
| typedef LightObject | Superclass |
Public Member Functions | |
| vtkPolyData * | GetOutput () |
| itkNewMacro (Self) | |
| itkTypeMacro (ContourToMeshFilter, LightObject) | |
| void | ProcessContours (const ContainerType &iContainer) |
Protected Member Functions | |
| ContourToMeshFilter () | |
| ~ContourToMeshFilter () | |
Protected Attributes | |
| vtkPolyData * | m_Output |
| int | m_TargetNumberOfPoints |
| vtkIdType | m_ThresholdNumberOfPoints |
Definition at line 47 of file ContourToMeshFilter.h.
| typedef SmartPointer< const Self > itk::ContourToMeshFilter< TContainer >::ConstPointer |
Definition at line 53 of file ContourToMeshFilter.h.
| typedef ContainerType::const_iterator itk::ContourToMeshFilter< TContainer >::ContainerConstIterator |
Definition at line 62 of file ContourToMeshFilter.h.
| typedef TContainer itk::ContourToMeshFilter< TContainer >::ContainerType |
Definition at line 61 of file ContourToMeshFilter.h.
| typedef SmartPointer< Self > itk::ContourToMeshFilter< TContainer >::Pointer |
Definition at line 52 of file ContourToMeshFilter.h.
| typedef ContourToMeshFilter itk::ContourToMeshFilter< TContainer >::Self |
Definition at line 50 of file ContourToMeshFilter.h.
| typedef LightObject itk::ContourToMeshFilter< TContainer >::Superclass |
Definition at line 51 of file ContourToMeshFilter.h.
|
protected |
|
protected |
| vtkPolyData* itk::ContourToMeshFilter< TContainer >::GetOutput | ( | ) |
| itk::ContourToMeshFilter< TContainer >::itkNewMacro | ( | Self | ) |
Method for creation through object factory
| itk::ContourToMeshFilter< TContainer >::itkTypeMacro | ( | ContourToMeshFilter< TContainer > | , |
| LightObject | |||
| ) |
Run-time type information
| void itk::ContourToMeshFilter< TContainer >::ProcessContours | ( | const ContainerType & | iContainer | ) |
|
protected |
Definition at line 72 of file ContourToMeshFilter.h.
|
protected |
Definition at line 75 of file ContourToMeshFilter.h.
|
protected |
Definition at line 74 of file ContourToMeshFilter.h.
1.8.5