GOFIGURE2
0.9.0
|
#include <Code/Filters/Mesh/Attributes/itkvtkPolyDataToGoFigureMeshAttributes.h>
Public Types | |
typedef BinaryMaskImageToGoFigureMeshAttributesType::Pointer | BinaryMaskImageToGoFigureMeshAttributesPointer |
typedef BinaryMaskImageToGoFigureMeshAttributes < ImageType, ImageType > | BinaryMaskImageToGoFigureMeshAttributesType |
typedef SmartPointer< const Self > | ConstPointer |
typedef ImageType::Pointer | ImagePointer |
typedef TImage | ImageType |
typedef SmartPointer< Self > | Pointer |
typedef PolyDataToBinaryMaskImageFilterType::Pointer | PolyDataToBinaryMaskImageFilterPointer |
typedef vtkPolyDataToBinaryMaskImageFilter < ImageType, ImageType > | PolyDataToBinaryMaskImageFilterType |
typedef ROIFilterType::Pointer | ROIFilterPointer |
typedef RegionOfInterestImageFilter < ImageType, ImageType > | ROIFilterType |
typedef vtkPolyDataToGoFigureMeshAttributes | Self |
typedef LightObject | Superclass |
typedef ImageFileWriter < ImageType > | WriterType |
Public Member Functions | |
double | GetArea () |
double | GetMeanIntensity () |
double | GetPhysicalSize () |
unsigned int | GetSize () |
double | GetSumIntensity () |
itkNewMacro (Self) | |
itkTypeMacro (vtkPolyDataToGoFigureMeshAttributes, LightObject) | |
virtual void | SetImage (ImageType *iImage) |
void | SetIntensityBasedComputation (const bool &iComputation) |
virtual void | SetPolyData (vtkPolyData *iMesh) |
virtual void | Update () |
Protected Member Functions | |
void | ComputeArea () |
virtual void | GenerateData () |
vtkPolyDataToGoFigureMeshAttributes () | |
~vtkPolyDataToGoFigureMeshAttributes () | |
Protected Attributes | |
double | m_Area |
BinaryMaskImageToGoFigureMeshAttributesPointer | m_AttributeCalculator |
PolyDataToBinaryMaskImageFilterPointer | m_Binarizer |
ImagePointer | m_Image |
bool | m_IntensityComputation |
double | m_Mean |
vtkPolyData * | m_Mesh |
double | m_PhysicalSize |
ROIFilterPointer | m_ROIFilter |
unsigned int | m_Size |
double | m_Sum |
Private Member Functions | |
void | operator= (const Self &) |
vtkPolyDataToGoFigureMeshAttributes (const Self &) | |
Definition at line 46 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef BinaryMaskImageToGoFigureMeshAttributesType::Pointer itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::BinaryMaskImageToGoFigureMeshAttributesPointer |
Definition at line 71 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef BinaryMaskImageToGoFigureMeshAttributes< ImageType, ImageType > itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::BinaryMaskImageToGoFigureMeshAttributesType |
Definition at line 69 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef SmartPointer< const Self > itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::ConstPointer |
Definition at line 52 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef ImageType::Pointer itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::ImagePointer |
Definition at line 55 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef TImage itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::ImageType |
Definition at line 54 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef SmartPointer< Self > itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::Pointer |
Definition at line 51 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef PolyDataToBinaryMaskImageFilterType::Pointer itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::PolyDataToBinaryMaskImageFilterPointer |
Definition at line 66 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef vtkPolyDataToBinaryMaskImageFilter< ImageType, ImageType > itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::PolyDataToBinaryMaskImageFilterType |
Definition at line 64 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef ROIFilterType::Pointer itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::ROIFilterPointer |
Definition at line 74 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef RegionOfInterestImageFilter< ImageType, ImageType > itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::ROIFilterType |
Definition at line 73 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef vtkPolyDataToGoFigureMeshAttributes itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::Self |
Definition at line 49 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef LightObject itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::Superclass |
Definition at line 50 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
typedef ImageFileWriter< ImageType > itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::WriterType |
Definition at line 76 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
|
protected |
|
protected |
|
private |
|
protected |
|
protectedvirtual |
double itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::GetArea | ( | ) |
double itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::GetMeanIntensity | ( | ) |
double itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::GetPhysicalSize | ( | ) |
unsigned int itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::GetSize | ( | ) |
double itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::GetSumIntensity | ( | ) |
itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::itkNewMacro | ( | Self | ) |
Method for creation through object factory
itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::itkTypeMacro | ( | vtkPolyDataToGoFigureMeshAttributes< TImage > | , |
LightObject | |||
) |
Run-time type information
|
private |
|
virtual |
void itk::vtkPolyDataToGoFigureMeshAttributes< TImage >::SetIntensityBasedComputation | ( | const bool & | iComputation | ) |
|
virtual |
|
virtual |
|
protected |
Definition at line 108 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
|
protected |
Definition at line 103 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
|
protected |
Definition at line 102 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
|
protected |
Definition at line 100 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
|
protected |
Definition at line 111 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
|
protected |
Definition at line 109 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
|
protected |
Definition at line 99 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
|
protected |
Definition at line 107 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
|
protected |
Definition at line 104 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
|
protected |
Definition at line 106 of file itkvtkPolyDataToGoFigureMeshAttributes.h.
|
protected |
Definition at line 110 of file itkvtkPolyDataToGoFigureMeshAttributes.h.