![]() |
Orfeo Toolbox
3.16
|
Namespaces | |
| namespace | Tags |
Classes | |
| class | AddProcessToWatchEvent |
| This class implements an event storing a pointer to itk::ProcessObject and a string describing the process. More... | |
| class | Application |
| This class represent an application TODO. More... | |
| class | ApplicationFactory |
| class | ApplicationHtmlDocGenerator |
| This class genertaes the documentation of a class usung the class doc attributes. More... | |
| class | ApplicationRegistry |
| class | AppliThread |
| class | ChoiceParameter |
| This class represent a multiple choice parameter for the wrapper framework. More... | |
| class | CommandLineLauncher |
| This class check the validity of a command line application. More... | |
| class | CommandLineParser |
| This class check the validity of a command line application. More... | |
| class | ComplexInputImageParameter |
| This class represents a ComplexInputImage parameter. More... | |
| class | ComplexOutputImageParameter |
| This class represents a ComplexOutputImage parameter. More... | |
| class | DirectoryParameter |
| This class represent a string parameter for the wrapper framework. More... | |
| class | DocExampleStructure |
| This class is a structure that gathered the necessary element to generate an example (for CommandLine, python, Java ...). User has to set the application name, the binary path and a list of key/value couple. More... | |
| class | ElevationParametersHandler |
| This class represent a helper class for elevation modes. It add the parameters automatically to the application where it is used, provide method to get the value needed. More... | |
| class | EmptyParameter |
| This class represent an empty parameter for the wrapper framework (boolean value) More... | |
| class | ExampleApplication |
| class | InputFilenameParameter |
| This class represent a string parameter for the wrapper framework. More... | |
| class | InputImageListParameter |
| This class represents a list of InputImage parameter. More... | |
| class | InputImageParameter |
| This class represents a InputImage parameter. More... | |
| class | InputVectorDataListParameter |
| This class represents a list of VectorData parameter. More... | |
| class | InputVectorDataParameter |
| This class represents a InputVectorData parameter. More... | |
| class | ListViewParameter |
| This class represent a ListWidget parameter for the wrapper framework. More... | |
| class | MapProjectionParametersHandler |
| This class represent a helper class. More... | |
| class | NumericalParameter |
| This class represents a numerical parameter. More... | |
| class | OutputFilenameParameter |
| This class represent a string parameter for the wrapper framework. More... | |
| class | OutputImageParameter |
| This class represents a OutputImage parameter. More... | |
| class | OutputVectorDataParameter |
| This class represents a OutputVectorData parameter. More... | |
| class | Parameter |
| This class represent a parameter for the wrapper framework This class is a high level class representing a parameter for the wrapper framework. It should be subclassed to represent different kinds of parameters. More... | |
| class | ParameterGroup |
| class | ParameterKey |
| class | QtFileSelectionWidget |
| class | QtStringSelectionWidget |
| class | QtWidgetChoiceParameter |
| class | QtWidgetComplexInputImageParameter |
| class | QtWidgetComplexOutputImageParameter |
| class | QtWidgetDirectoryParameter |
| class | QtWidgetEmptyParameter |
| class | QtWidgetFloatParameter |
| class | QtWidgetInputFilenameParameter |
| class | QtWidgetInputImageListParameter |
| class | QtWidgetInputImageParameter |
| class | QtWidgetInputVectorDataListParameter |
| class | QtWidgetInputVectorDataParameter |
| class | QtWidgetIntParameter |
| class | QtWidgetListViewParameter |
| class | QtWidgetModel |
| class | QtWidgetOutputFilenameParameter |
| class | QtWidgetOutputImageParameter |
| class | QtWidgetOutputVectorDataParameter |
| class | QtWidgetParameterBase |
| class | QtWidgetParameterFactory |
| class | QtWidgetParameterGenericFactory |
| class | QtWidgetParameterGroup |
| class | QtWidgetParameterLabel |
| class | QtWidgetProgressReport |
| class | QtWidgetRAMParameter |
| class | QtWidgetSimpleProgressReport |
| class | QtWidgetStringListParameter |
| class | QtWidgetStringParameter |
| class | QtWidgetView |
| class | RadiusParameter |
| class | RAMParameter |
| This class represent a RAM parameter for the wrapper framework. More... | |
| class | StringListParameter |
| This class represent a list of string parameter for the wrapper framework. More... | |
| class | StringParameter |
| This class represent a radius parameter for the wrapper framework. More... | |
Variables | |
| Vector Vector Vector Vector | CastVectorImageFromImage |
| SimpleCastImage | |
Definition at line 121 of file otbWrapperTypes.h.
Definition at line 124 of file otbWrapperTypes.h.
Definition at line 120 of file otbWrapperTypes.h.
Definition at line 123 of file otbWrapperTypes.h.
| typedef std::complex<double> otb::Wrapper::DoubleComplexPixelType |
Definition at line 117 of file otbWrapperTypes.h.
| typedef otb::Image<double> otb::Wrapper::DoubleImageType |
Definition at line 103 of file otbWrapperTypes.h.
| typedef otb::VectorImage<double> otb::Wrapper::DoubleVectorImageType |
Definition at line 111 of file otbWrapperTypes.h.
| typedef std::complex<float> otb::Wrapper::FloatComplexPixelType |
Definition at line 116 of file otbWrapperTypes.h.
Definition at line 136 of file otbWrapperTypes.h.
| typedef otb::Image<float> otb::Wrapper::FloatImageType |
Definition at line 102 of file otbWrapperTypes.h.
| typedef NumericalParameter<float> otb::Wrapper::FloatParameter |
Definition at line 140 of file otbWrapperNumericalParameter.h.
Definition at line 135 of file otbWrapperTypes.h.
| typedef otb::VectorImage<float> otb::Wrapper::FloatVectorImageType |
Definition at line 110 of file otbWrapperTypes.h.
| typedef otb::Image<short> otb::Wrapper::Int16ImageType |
Definition at line 98 of file otbWrapperTypes.h.
| typedef otb::VectorImage<short> otb::Wrapper::Int16VectorImageType |
Definition at line 106 of file otbWrapperTypes.h.
| typedef otb::Image<int> otb::Wrapper::Int32ImageType |
Definition at line 100 of file otbWrapperTypes.h.
| typedef otb::VectorImage<int> otb::Wrapper::Int32VectorImageType |
Definition at line 108 of file otbWrapperTypes.h.
| typedef NumericalParameter<int> otb::Wrapper::IntParameter |
Definition at line 143 of file otbWrapperNumericalParameter.h.
| typedef otb::Image<unsigned short> otb::Wrapper::UInt16ImageType |
Definition at line 99 of file otbWrapperTypes.h.
| typedef otb::VectorImage<unsigned short> otb::Wrapper::UInt16VectorImageType |
Definition at line 107 of file otbWrapperTypes.h.
| typedef otb::Image<unsigned int> otb::Wrapper::UInt32ImageType |
Definition at line 101 of file otbWrapperTypes.h.
| typedef otb::VectorImage<unsigned int> otb::Wrapper::UInt32VectorImageType |
Definition at line 109 of file otbWrapperTypes.h.
| typedef otb::Image<unsigned char> otb::Wrapper::UInt8ImageType |
Definition at line 97 of file otbWrapperTypes.h.
| typedef otb::Image< itk::RGBAPixel<unsigned char> > otb::Wrapper::UInt8RGBAImageType |
Definition at line 114 of file otbWrapperTypes.h.
| typedef otb::Image< itk::RGBPixel<unsigned char> > otb::Wrapper::UInt8RGBImageType |
Definition at line 113 of file otbWrapperTypes.h.
| typedef otb::VectorImage<unsigned char> otb::Wrapper::UInt8VectorImageType |
Definition at line 105 of file otbWrapperTypes.h.
| typedef double otb::Wrapper::VectorDataCoordinatePrecisionType |
Definition at line 127 of file otbWrapperTypes.h.
Definition at line 133 of file otbWrapperTypes.h.
| typedef otb::VectorData<VectorDataCoordinatePrecisionType, 2, VectorDataValuePrecisionType> otb::Wrapper::VectorDataType |
Definition at line 132 of file otbWrapperTypes.h.
| typedef double otb::Wrapper::VectorDataValuePrecisionType |
Definition at line 128 of file otbWrapperTypes.h.
| anonymous enum |
Definition at line 29 of file otbWrapperMapProjectionParametersHandler.h.
Definition at line 76 of file otbWrapperTypes.h.
Definition at line 32 of file otbWrapperParameter.h.
Definition at line 89 of file otbWrapperTypes.h.
| ImagePixelType_uint8 | |
| ImagePixelType_int16 | |
| ImagePixelType_uint16 | |
| ImagePixelType_int32 | |
| ImagePixelType_uint32 | |
| ImagePixelType_float | |
| ImagePixelType_double |
Definition at line 64 of file otbWrapperTypes.h.
Definition at line 33 of file otbWrapperTypes.h.
| enum otb::Wrapper::Role |
Definition at line 82 of file otbWrapperTypes.h.
Definition at line 58 of file otbWrapperTypes.h.
| otb::Wrapper::otbGenericCastImageMacro | ( | ComplexFloatImageType | , |
| SimpleCastImage | |||
| ) |
| Vector Vector Vector otb::Wrapper::otbGenericCastImageMacro | ( | ComplexFloatVectorImageType | , |
| SimpleCastImage | , | ||
| Vector | |||
| ) |
| Vector Vector Vector Vector Vector Vector Vector otb::Wrapper::otbGenericCastImageMacro | ( | UInt8ImageType | , |
| CastVectorImageFromImage | , | ||
| Vector | |||
| ) |
Definition at line 346 of file otbWrapperInputImageParameter.cxx.
| otb::Wrapper::otbGetImageMacro | ( | ComplexFloatImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | ComplexDoubleImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | ComplexFloatVectorImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | ComplexDoubleVectorImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | UInt8Image | ) |
| otb::Wrapper::otbGetImageMacro | ( | Int16Image | ) |
| otb::Wrapper::otbGetImageMacro | ( | UInt32Image | ) |
| otb::Wrapper::otbGetImageMacro | ( | Int32Image | ) |
| otb::Wrapper::otbGetImageMacro | ( | FloatImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | DoubleImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | UInt8VectorImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | UInt16VectorImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | Int16VectorImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | UInt32VectorImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | Int32VectorImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | FloatVectorImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | DoubleVectorImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | UInt8RGBImage | ) |
| otb::Wrapper::otbGetImageMacro | ( | UInt8RGBAImage | ) |
| Vector Vector Vector Vector Vector Vector otb::Wrapper::CastVectorImageFromImage |
Definition at line 341 of file otbWrapperInputImageParameter.cxx.
| Vector Vector Vector otb::Wrapper::SimpleCastImage |
Definition at line 205 of file otbWrapperComplexInputImageParameter.cxx.