NIREP
|
Public Member Functions | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetImageInput (vtkImageData *in) |
virtual void | SetInput1 (vtkDataObject *in) |
virtual void | SetInput2 (vtkDataObject *in) |
void | SetMaskInput (vtkImageData *in) |
vtkGetObjectMacro (LookupTable, vtkLookupTable) | |
vtkSetObjectMacro (LookupTable, vtkLookupTable) | |
vtkTypeRevisionMacro (RelativeOverlap, vtkThreadedImageAlgorithm) | |
Static Public Member Functions | |
static RelativeOverlap * | New () |
Protected Member Functions | |
RelativeOverlap () | |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual void | ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId) |
~RelativeOverlap () | |
Protected Attributes | |
vtkLookupTable * | LookupTable |
RelativeOverlap::RelativeOverlap | ( | ) | [protected] |
RelativeOverlap::~RelativeOverlap | ( | ) | [protected] |
static RelativeOverlap* RelativeOverlap::New | ( | ) | [static] |
void RelativeOverlap::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
int RelativeOverlap::RequestInformation | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
void RelativeOverlap::SetImageInput | ( | vtkImageData * | in | ) |
virtual void RelativeOverlap::SetInput1 | ( | vtkDataObject * | in | ) | [inline, virtual] |
virtual void RelativeOverlap::SetInput2 | ( | vtkDataObject * | in | ) | [inline, virtual] |
void RelativeOverlap::SetMaskInput | ( | vtkImageData * | in | ) |
void RelativeOverlap::ThreadedRequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector, | ||
vtkImageData *** | inData, | ||
vtkImageData ** | outData, | ||
int | extent[6], | ||
int | threadId | ||
) | [protected, virtual] |
RelativeOverlap::vtkGetObjectMacro | ( | LookupTable | , |
vtkLookupTable | |||
) |
RelativeOverlap::vtkSetObjectMacro | ( | LookupTable | , |
vtkLookupTable | |||
) |
RelativeOverlap::vtkTypeRevisionMacro | ( | RelativeOverlap | , |
vtkThreadedImageAlgorithm | |||
) |
vtkLookupTable* RelativeOverlap::LookupTable [protected] |