Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkIndexedValueFunctorPolicy.h>
Public Types | |
typedef IndexedValueFunctorBase | FunctorType |
typedef IndexedValueFunctorBase::ConstPointer | FunctorConstPointer |
typedef FunctorType::InputPixelVectorType | InputPixelVectorType |
typedef FunctorType::OutputPixelVectorType | OutputPixelVectorType |
typedef InputPixelVectorType | InputPixelArrayType |
typedef FunctorType::IndexType | IndexType |
typedef std::vector< mitk::ScalarType > | OutputPixelArrayType |
Public Member Functions | |
IndexedValueFunctorPolicy () | |
~IndexedValueFunctorPolicy () | |
unsigned int | GetNumberOfOutputs () const |
void | SetFunctor (const FunctorType *functor) |
bool | operator!= (const IndexedValueFunctorPolicy &other) const |
bool | operator== (const IndexedValueFunctorPolicy &other) const |
OutputPixelVectorType | operator() (const InputPixelVectorType &value, const IndexType ¤tIndex) const |
Definition at line 23 of file mitkIndexedValueFunctorPolicy.h.
Definition at line 27 of file mitkIndexedValueFunctorPolicy.h.
Definition at line 26 of file mitkIndexedValueFunctorPolicy.h.
Definition at line 33 of file mitkIndexedValueFunctorPolicy.h.
Definition at line 31 of file mitkIndexedValueFunctorPolicy.h.
Definition at line 29 of file mitkIndexedValueFunctorPolicy.h.
typedef std::vector<mitk::ScalarType> mitk::IndexedValueFunctorPolicy::OutputPixelArrayType |
Definition at line 34 of file mitkIndexedValueFunctorPolicy.h.
Definition at line 30 of file mitkIndexedValueFunctorPolicy.h.
mitk::IndexedValueFunctorPolicy::IndexedValueFunctorPolicy | ( | ) |
mitk::IndexedValueFunctorPolicy::~IndexedValueFunctorPolicy | ( | ) |
unsigned int mitk::IndexedValueFunctorPolicy::GetNumberOfOutputs | ( | ) | const |
bool mitk::IndexedValueFunctorPolicy::operator!= | ( | const IndexedValueFunctorPolicy & | other | ) | const |
OutputPixelVectorType mitk::IndexedValueFunctorPolicy::operator() | ( | const InputPixelVectorType & | value, |
const IndexType & | currentIndex | ||
) | const |
bool mitk::IndexedValueFunctorPolicy::operator== | ( | const IndexedValueFunctorPolicy & | other | ) | const |
void mitk::IndexedValueFunctorPolicy::SetFunctor | ( | const FunctorType * | functor | ) |