Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
vtkImageLabelCombine Class Reference

Add, subtract, multiply, divide, invert, sin, cos, exp, log. More...

#include <Libs/vtkTeem/vtkImageLabelCombine.h>

Inheritance diagram for vtkImageLabelCombine:
Collaboration diagram for vtkImageLabelCombine:

Public Types

typedef vtkThreadedImageAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int GetOverwriteInput ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual void SetInput1 (vtkDataObject *in)
 Set the two inputs to this filter.
 
virtual void SetInput2 (vtkDataObject *in)
 
virtual void SetOverwriteInput (int)
 Set/Get the Operation to perform.
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkImageLabelCombineNew ()
 
static vtkImageLabelCombineSafeDownCast (vtkObject *o)
 

Protected Member Functions

int FillInputPortInformation (int port, vtkInformation *info) override
 
int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
void ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId) override
 
 vtkImageLabelCombine ()
 
 ~vtkImageLabelCombine () override=default
 

Protected Attributes

int OverwriteInput
 

Detailed Description

Add, subtract, multiply, divide, invert, sin, cos, exp, log.

vtkImageLabelCombine implements basic mathematical operations. SetOperation is used to select the filters behavior. The filter can take two or one input.

Definition at line 30 of file vtkImageLabelCombine.h.

Member Typedef Documentation

◆ Superclass

typedef vtkThreadedImageAlgorithm vtkImageLabelCombine::Superclass

Definition at line 34 of file vtkImageLabelCombine.h.

Constructor & Destructor Documentation

◆ vtkImageLabelCombine()

vtkImageLabelCombine::vtkImageLabelCombine ( )
protected

◆ ~vtkImageLabelCombine()

vtkImageLabelCombine::~vtkImageLabelCombine ( )
overrideprotecteddefault

Member Function Documentation

◆ FillInputPortInformation()

int vtkImageLabelCombine::FillInputPortInformation ( int port,
vtkInformation * info )
overrideprotected

◆ GetClassName()

virtual const char * vtkImageLabelCombine::GetClassName ( )
virtual

◆ GetOverwriteInput()

virtual int vtkImageLabelCombine::GetOverwriteInput ( )
virtual

◆ IsA()

virtual int vtkImageLabelCombine::IsA ( const char * type)
virtual

◆ IsTypeOf()

static int vtkImageLabelCombine::IsTypeOf ( const char * type)
static

◆ New()

static vtkImageLabelCombine * vtkImageLabelCombine::New ( )
static

◆ PrintSelf()

void vtkImageLabelCombine::PrintSelf ( ostream & os,
vtkIndent indent )
override

◆ RequestInformation()

int vtkImageLabelCombine::RequestInformation ( vtkInformation * ,
vtkInformationVector ** ,
vtkInformationVector *  )
overrideprotected

◆ SafeDownCast()

static vtkImageLabelCombine * vtkImageLabelCombine::SafeDownCast ( vtkObject * o)
static

◆ SetInput1()

virtual void vtkImageLabelCombine::SetInput1 ( vtkDataObject * in)
inlinevirtual

Set the two inputs to this filter.

Definition at line 44 of file vtkImageLabelCombine.h.

◆ SetInput2()

virtual void vtkImageLabelCombine::SetInput2 ( vtkDataObject * in)
inlinevirtual

Definition at line 48 of file vtkImageLabelCombine.h.

◆ SetOverwriteInput()

virtual void vtkImageLabelCombine::SetOverwriteInput ( int )
virtual

Set/Get the Operation to perform.

◆ ThreadedRequestData()

void vtkImageLabelCombine::ThreadedRequestData ( vtkInformation * request,
vtkInformationVector ** inputVector,
vtkInformationVector * outputVector,
vtkImageData *** inData,
vtkImageData ** outData,
int extent[6],
int threadId )
overrideprotected

Member Data Documentation

◆ OverwriteInput

int vtkImageLabelCombine::OverwriteInput
protected

Definition at line 57 of file vtkImageLabelCombine.h.


The documentation for this class was generated from the following file: