OTB
9.0.0
Orfeo Toolbox
|
#include <otbMaskMuParserFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef MaskMuParserFilter | Self |
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
Static Public Member Functions | |
static Pointer | New () |
typedef TInputImage | InputImageType |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::PixelType | PixelType |
typedef InputImageType::IndexType | IndexType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef TFunction | FunctorType |
typedef FunctorType::Pointer | FunctorPointer |
typedef MaskMuParserFilter< InputImageType, OutputImageType, FunctorType > | MaskMuParserFilterType |
std::vector< FunctorPointer > | m_VFunctor |
std::string | m_Expression |
long | m_UnderflowCount |
long | m_OverflowCount |
itk::Array< long > | m_ThreadUnderflow |
itk::Array< long > | m_ThreadOverflow |
virtual const char * | GetNameOfClass () const |
void | SetExpression (const std::string expression) |
bool | CheckExpression () |
std::string | GetExpression () const |
std::vector< std::string > | GetVar () |
Parser::FunctionMapType | GetFunList () |
MaskMuParserFilter () | |
~MaskMuParserFilter () override | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
void | BeforeThreadedGenerateData () override |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) override |
void | AfterThreadedGenerateData () override |
MaskMuParserFilter (const Self &)=delete | |
void | operator= (const Self &)=delete |
Definition at line 73 of file otbMaskMuParserFilter.h.
typedef itk::SmartPointer<const Self> otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::ConstPointer |
Definition at line 80 of file otbMaskMuParserFilter.h.
typedef FunctorType::Pointer otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::FunctorPointer |
Some convenient typedefs.
Definition at line 103 of file otbMaskMuParserFilter.h.
typedef TFunction otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::FunctorType |
Some convenient typedefs.
Definition at line 102 of file otbMaskMuParserFilter.h.
typedef InputImageType::IndexType otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::IndexType |
Some convenient typedefs.
Definition at line 95 of file otbMaskMuParserFilter.h.
typedef InputImageType::ConstPointer otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::InputImageConstPointer |
Some convenient typedefs.
Definition at line 97 of file otbMaskMuParserFilter.h.
typedef InputImageType::Pointer otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::InputImagePointer |
Some convenient typedefs.
Definition at line 96 of file otbMaskMuParserFilter.h.
typedef InputImageType::RegionType otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::InputImageRegionType |
Some convenient typedefs.
Definition at line 93 of file otbMaskMuParserFilter.h.
typedef TInputImage otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::InputImageType |
Some convenient typedefs.
Definition at line 87 of file otbMaskMuParserFilter.h.
typedef MaskMuParserFilter<InputImageType, OutputImageType, FunctorType> otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::MaskMuParserFilterType |
Some convenient typedefs.
Definition at line 105 of file otbMaskMuParserFilter.h.
typedef OutputImageType::Pointer otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::OutputImagePointer |
Some convenient typedefs.
Definition at line 101 of file otbMaskMuParserFilter.h.
typedef OutputImageType::RegionType otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::OutputImageRegionType |
Some convenient typedefs.
Definition at line 99 of file otbMaskMuParserFilter.h.
typedef TOutputImage otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::OutputImageType |
Some convenient typedefs.
Definition at line 98 of file otbMaskMuParserFilter.h.
typedef InputImageType::PixelType otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::PixelType |
Some convenient typedefs.
Definition at line 94 of file otbMaskMuParserFilter.h.
typedef itk::SmartPointer<Self> otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::Pointer |
Definition at line 79 of file otbMaskMuParserFilter.h.
typedef MaskMuParserFilter otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::Self |
Standard class typedefs.
Definition at line 77 of file otbMaskMuParserFilter.h.
typedef itk::ImageToImageFilter<TInputImage, TOutputImage> otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::Superclass |
Definition at line 78 of file otbMaskMuParserFilter.h.
|
protected |
Some convenient typedefs.
Definition at line 36 of file otbMaskMuParserFilter.hxx.
|
overrideprotected |
Some convenient typedefs.
Definition at line 47 of file otbMaskMuParserFilter.hxx.
|
privatedelete |
Some convenient typedefs.
|
overrideprotected |
Some convenient typedefs.
Definition at line 203 of file otbMaskMuParserFilter.hxx.
|
overrideprotected |
BeforeThreadedGenerateData
Definition at line 144 of file otbMaskMuParserFilter.hxx.
bool otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::CheckExpression |
Check expression
Definition at line 121 of file otbMaskMuParserFilter.hxx.
virtual::itk::LightObject::Pointer otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::CreateAnother | ( | void | ) | const |
std::string otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::GetExpression |
Return the expression to be parsed
Definition at line 68 of file otbMaskMuParserFilter.hxx.
Parser::FunctionMapType otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::GetFunList |
Some convenient typedefs.
Definition at line 101 of file otbMaskMuParserFilter.hxx.
|
virtual |
Run-time type information (and related methods).
std::vector< std::string > otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::GetVar |
Some convenient typedefs.
Definition at line 74 of file otbMaskMuParserFilter.hxx.
|
static |
Method for creation through the object factory.
|
privatedelete |
Some convenient typedefs.
|
overrideprotected |
Some convenient typedefs.
Definition at line 52 of file otbMaskMuParserFilter.hxx.
void otb::MaskMuParserFilter< TInputImage, TOutputImage, TFunction >::SetExpression | ( | const std::string | expression | ) |
Set the expression to be parsed
Definition at line 60 of file otbMaskMuParserFilter.hxx.
|
overrideprotected |
Some convenient typedefs.
Definition at line 169 of file otbMaskMuParserFilter.hxx.
|
private |
Some convenient typedefs.
Definition at line 134 of file otbMaskMuParserFilter.h.
|
private |
Some convenient typedefs.
Definition at line 136 of file otbMaskMuParserFilter.h.
|
private |
Some convenient typedefs.
Definition at line 138 of file otbMaskMuParserFilter.h.
|
private |
Some convenient typedefs.
Definition at line 137 of file otbMaskMuParserFilter.h.
|
private |
Some convenient typedefs.
Definition at line 135 of file otbMaskMuParserFilter.h.
|
private |
Some convenient typedefs.
Definition at line 133 of file otbMaskMuParserFilter.h.