Skip to content

CustomSurfaceReconstructionFilter

Inherits from vtkImageAlgorithm

Public Functions

Name
vtkTypeMacro(CustomSurfaceReconstructionFilter , vtkImageAlgorithm )
void PrintSelf(ostream & os, vtkIndent indent)
vtkGetMacro(NeighborhoodSize , int )
vtkSetMacro(NeighborhoodSize , int )
vtkGetMacro(SampleSpacing , double )
vtkSetMacro(SampleSpacing , double )
CustomSurfaceReconstructionFilter * New()

Protected Functions

Name
CustomSurfaceReconstructionFilter()
~CustomSurfaceReconstructionFilter()
virtual int RequestInformation(vtkInformation * , vtkInformationVector ** , vtkInformationVector * )
virtual int RequestData(vtkInformation * , vtkInformationVector ** , vtkInformationVector * )
virtual int FillInputPortInformation(int , vtkInformation * )

Protected Attributes

Name
int NeighborhoodSize
double SampleSpacing

Public Functions Documentation

function vtkTypeMacro

cpp vtkTypeMacro( CustomSurfaceReconstructionFilter , vtkImageAlgorithm )

function PrintSelf

cpp void PrintSelf( ostream & os, vtkIndent indent )

function vtkGetMacro

cpp vtkGetMacro( NeighborhoodSize , int )

function vtkSetMacro

cpp vtkSetMacro( NeighborhoodSize , int )

function vtkGetMacro

cpp vtkGetMacro( SampleSpacing , double )

function vtkSetMacro

cpp vtkSetMacro( SampleSpacing , double )

function New

cpp static CustomSurfaceReconstructionFilter * New()

Protected Functions Documentation

function CustomSurfaceReconstructionFilter

cpp CustomSurfaceReconstructionFilter()

function ~CustomSurfaceReconstructionFilter

cpp inline ~CustomSurfaceReconstructionFilter()

function RequestInformation

cpp virtual int RequestInformation( vtkInformation * , vtkInformationVector ** , vtkInformationVector * )

function RequestData

cpp virtual int RequestData( vtkInformation * , vtkInformationVector ** , vtkInformationVector * )

function FillInputPortInformation

cpp virtual int FillInputPortInformation( int , vtkInformation * )

Protected Attributes Documentation

variable NeighborhoodSize

cpp int NeighborhoodSize;

variable SampleSpacing

cpp double SampleSpacing;


Updated on 2026-03-31 at 16:02:10 +0000