Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 | ( | ) |
Definition at line 16 of file mitkIndexedValueFunctorPolicy.cpp.
mitk::IndexedValueFunctorPolicy::~IndexedValueFunctorPolicy | ( | ) |
Definition at line 19 of file mitkIndexedValueFunctorPolicy.cpp.
unsigned int mitk::IndexedValueFunctorPolicy::GetNumberOfOutputs | ( | ) | const |
Definition at line 22 of file mitkIndexedValueFunctorPolicy.cpp.
bool mitk::IndexedValueFunctorPolicy::operator!= | ( | const IndexedValueFunctorPolicy & | other | ) | const |
Definition at line 45 of file mitkIndexedValueFunctorPolicy.cpp.
mitk::IndexedValueFunctorPolicy::OutputPixelVectorType mitk::IndexedValueFunctorPolicy::operator() | ( | const InputPixelVectorType & | value, |
const IndexType & | currentIndex | ||
) | const |
Definition at line 55 of file mitkIndexedValueFunctorPolicy.cpp.
bool mitk::IndexedValueFunctorPolicy::operator== | ( | const IndexedValueFunctorPolicy & | other | ) | const |
Definition at line 50 of file mitkIndexedValueFunctorPolicy.cpp.
void mitk::IndexedValueFunctorPolicy::SetFunctor | ( | const FunctorType * | functor | ) |
Definition at line 34 of file mitkIndexedValueFunctorPolicy.cpp.