|
class | Ocean::Accessor |
| This class implements a base class for all accessors. More...
|
|
class | Ocean::ConstAccessor< T, TKey > |
| This class implements a base class for accessors allowing a constant reference access. More...
|
|
class | Ocean::NonconstAccessor< T, TKey > |
| This class implements a base class for accessors allowing a non-constant reference access. More...
|
|
class | Ocean::TemporaryAccessor< T, TKey > |
| This class implements a base class for all accessors allowing to access temporary elements. More...
|
|
class | Ocean::ConstIndexedAccessor< T > |
| This class implements a base class for all indexed-based accessors allowing a constant reference access only. More...
|
|
class | Ocean::NonconstIndexedAccessor< T > |
| This class implements a base class for all indexed-based accessors allowing a non-constant reference access. More...
|
|
class | Ocean::TemporaryIndexedAccessor< T > |
| This class implements a base class for all indexed-based accessors allowing to access temporary elements. More...
|
|
class | Ocean::ConstArrayAccessor< T > |
| This class implements an accessor providing direct access to a constant array of elements. More...
|
|
class | Ocean::SharedPointerConstArrayAccessor< T > |
| This class implements an accessor providing direct access to std::shared_ptr<T> elements returned as const T* pointers. More...
|
|
class | Ocean::ConstTemplateArrayAccessor< T > |
| This class implements an accessor providing direct access to a constant array of elements. More...
|
|
class | Ocean::NonconstArrayAccessor< T > |
| This class implements an accessor providing direct access to an array of elements. More...
|
|
class | Ocean::NonconstTemplateArrayAccessor< T > |
| This class implements an accessor providing direct access to an array of elements. More...
|
|
class | Ocean::ConstElementAccessor< T > |
| This class implements an accessor providing direct access to a constant array of elements while all elements are identical (all elements point to one unique object). More...
|
|
class | Ocean::ConstMapAccessor< T, TKey > |
| This class implements an accessor providing direct access to a constant (unordered) map of elements. More...
|
|
class | Ocean::NonconstMapAccessor< T, TKey > |
| This class implements an accessor providing direct access to an (unordered) map of elements. More...
|
|
class | Ocean::ConstArraySubsetAccessor< T, TIndex > |
| This class implements an indexed-based constant accessor providing access to a subset of elements stored in an array. More...
|
|
class | Ocean::ConstTemplateArraySubsetAccessor< T, TIndex > |
| This class implements an indexed-based constant accessor providing access to a subset of elements stored in an array. More...
|
|
class | Ocean::ConstIndexedAccessorSubsetAccessor< T, TIndex > |
| This class implements an indexed-based constant accessor providing access to a subset of elements stored in a specified indexed-based child accessor. More...
|
|
class | Ocean::ConstCallbackIndexedAccessor< T > |
| This class implements an accessor providing access to a elements by using a callback function. More...
|
|
class | Ocean::ApplicationInterface |
| This class implements a very light application interface. More...
|
|
class | Ocean::Binary |
| This class implements functions for binaries like functions allowing to hide information in the binary code (in the release build). More...
|
|
class | Ocean::Build |
| This class provides compiler build support. More...
|
|
class | Ocean::NullClass |
| Definition of a class holding no objects. More...
|
|
class | Ocean::MemberFunctionPointerMaker< CT, RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class implements a helper class providing a definition of a member function pointer only. More...
|
|
class | Ocean::StaticFunctionPointerMaker< RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class is a helper class providing a definition of a static function pointer only. More...
|
|
class | Ocean::MemberFunctionCaller< CT, RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class implements a helper class providing a functionality to call a member function defined by the owner class and a local function pointer. More...
|
|
class | Ocean::StaticFunctionCaller< RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class implements a helper class providing a functionality to call a static function defined by a function pointer. More...
|
|
class | Ocean::FunctionBase< RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class is the base class for an unparameterized function container. More...
|
|
class | Ocean::MemberFunction< CT, RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class implements an unparameterized member function container. More...
|
|
class | Ocean::StaticFunction< RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class implements an unparameterized static function container. More...
|
|
class | Ocean::Callback< RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class implements a container for callback functions. More...
|
|
class | Ocean::Callbacks< T > |
| This class implements a vector holding several callbacks with the same type. More...
|
|
class | Ocean::ConcurrentCallbacks< T > |
| This class implements an extended callbacks object and is also thread-safe. More...
|
|
class | Ocean::ParameterCounter< RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class implements a helper class providing the number of parameters of a parameterized function. More...
|
|
class | Ocean::FunctionParameterAccessor< tIsReference > |
| This class implements a simple helper class allowing to access the value of an arbitrary data type. More...
|
|
class | Ocean::ParameterizedFunctionBase< RT > |
| This class is the base class for a parameterized function container. More...
|
|
class | Ocean::ParameterizedFunction< RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class implements an parameterized function container. More...
|
|
class | Ocean::ParameterizedMemberFunction< CT, RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class implements an parameterized member function container. More...
|
|
class | Ocean::ParameterizedMemberFunctionConst< CT, RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class implements an parameterized const member function container. More...
|
|
class | Ocean::ParameterizedStaticFunction< RT, PT0, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14, PT15, PT16, PT17, PT18, PT19 > |
| This class implements an parameterized static function container. More...
|
|
class | Ocean::Caller< RT > |
| This class implements a callback function container using defined function parameters. More...
|
|
class | Ocean::CommandArguments |
| This class implements a manager for command arguments. More...
|
|
class | Ocean::Config |
| This class implements an application or module configuration toolkit. More...
|
|
class | Ocean::DataType< T, tElements > |
| Template class allowing to define an array of data types. More...
|
|
class | Ocean::Identity< T > |
| This class implements a helper class allowing to define the identity data type of a given type. More...
|
|
class | Ocean::SquareValueTyper< T > |
| This class is a helper class allowing to define the square difference data type of a given type. More...
|
|
class | Ocean::DifferenceValueTyper< T > |
| This class is a helper class allowing to define the signed difference data type of a given type. More...
|
|
class | Ocean::AbsoluteDifferenceValueTyper< T > |
| This class is a helper class allowing to define the resulting data type for an absolute difference operation. More...
|
|
class | Ocean::NextLargerTyper< T > |
| This class is a helper class allowing to determine the next larger data type for a given data type. More...
|
|
class | Ocean::SignedTyper< T > |
| This class is a helper class allowing to determine the signed data type for a given data type if existing, otherwise the identity data type. More...
|
|
class | Ocean::UnsignedTyper< T > |
| This class is a helper class allowing to determine the unsigned data type for a given data type if existing, otherwise the identity data type. More...
|
|
struct | Ocean::FloatTyper< T > |
| This struct is a helper struct providing a floating point data type best matching for a given data type. More...
|
|
class | Ocean::NotVoidTyper< T > |
| This struct implements a helper struct allowing to use a data type instead of void. More...
|
|
class | Ocean::TypeNamer |
| This class implements a helper class allowing to determine unique names for most of native C++ data types. More...
|
|
class | Ocean::TypeMapperBySize< tBytes > |
| This class provides a unique data type for any data type specified by the number of bytes. More...
|
|
class | Ocean::TypeMapper< T > |
| This class provides a unique data type for any data type. More...
|
|
class | Ocean::MapTyper< tOrderedKeys > |
| Helper class allowing to define an ordered or unordered map based on the template parameter 'tOrderedKeys'. More...
|
|
class | Ocean::Float16 |
| Definition of a 16-bit float type. More...
|
|
class | Ocean::DateTime |
| This class provides basic functionalities for date and time handling. More...
|
|
class | Ocean::DebugElements |
| This class implements the base class for a container for debug elements. More...
|
|
class | Ocean::Event |
| This class implements the base class for all event classes. More...
|
|
class | Ocean::ScopedEvent< T > |
| This class implements a scoped event. More...
|
|
class | Ocean::EventManager |
| This class implements a central manager for events that can be pushed and received from/in individual components of an application or a software package. More...
|
|
class | Ocean::OceanException |
| Definition of a base exception for the entire Ocean framework. More...
|
|
class | Ocean::NotImplementedException |
| Definition of a base exception for not implemented code. More...
|
|
class | Ocean::MissingImplementationException |
| Definition of a base exception for missing implementations. More...
|
|
class | Ocean::NotSupportedException |
| Definition of a base exception for not supported functionalities. More...
|
|
class | Ocean::OutOfMemoryException |
| Definition of a base exception if an out of memory problem occurs. More...
|
|
class | Ocean::FrameType |
| Definition of a frame type composed by the frame dimension, pixel format and pixel origin. More...
|
|
class | Ocean::Frame |
| This class implements Ocean's image class. More...
|
|
class | Ocean::HashMap< TKey, T > |
| This class implements a hash map. More...
|
|
class | Ocean::HashSet< T > |
| This class implements a hash set. More...
|
|
class | Ocean::HighPerformanceTimer |
| This class implements a high performance timer. More...
|
|
class | Ocean::HighPerformanceStatistic |
| This class implements a simple module gathering high performance timer statistics. More...
|
|
class | Ocean::HighPerformanceStatistic::ScopedStatistic |
| This class defines a scoped high performance statistic module. More...
|
|
class | Ocean::HighPerformanceBenchmark |
| The HighPerformanceBenchmark object allows to benchmark algorithms with individual categories. More...
|
|
class | Ocean::HighPerformanceBenchmark::Category |
| This class defines a hierarchical category This class is used to group categories based on their names into a hierarchy. More...
|
|
class | Ocean::KdTree< T > |
| This class implements a k-d tree. More...
|
|
class | Ocean::Lock |
| This class implements a recursive lock object. More...
|
|
class | Ocean::TemplatedLock< tActive > |
| This class implements a template-based recursive lock object. More...
|
|
class | Ocean::TemplatedLock< false > |
| Specialization of the TemplatedLock class. More...
|
|
class | Ocean::ScopedLock |
| This class implements a scoped lock object for recursive lock objects. More...
|
|
class | Ocean::TemplatedScopedLock< tActive > |
| This class implements a recursive scoped lock object that is activated by a boolean template parameter. More...
|
|
class | Ocean::TemplatedScopedLock< false > |
| Specialization of the TemplatedScopedLock class. More...
|
|
class | Ocean::TemporaryScopedLock |
| This class implements a recursive scoped lock object allowing to release the lock before the scoped object itself is released. More...
|
|
class | Ocean::OptionalScopedLock |
| This class implements an optional recursive scoped lock object locking the lock object only if it's defined. More...
|
|
class | Ocean::Maintenance |
| This class implements a maintenance manager. More...
|
|
class | Ocean::Median |
| This class implements a median determination value. More...
|
|
class | Ocean::Memory |
| This class implements an object able to allocate memory. More...
|
|
class | Ocean::Messenger |
| This class implements a messenger for information, warning or error messages. More...
|
|
class | Ocean::MessageObject< tActive > |
| Messenger object, one object for each message. More...
|
|
class | Ocean::MessageObject< false > |
| Specialization of MessageObject. More...
|
|
class | Ocean::Log |
| This class provides access to three different Message objects, e.g., for regular information, warnings, or errors. More...
|
|
class | Ocean::ObjectRef< T > |
| This template class implements a object reference with an internal reference counter. More...
|
|
class | Ocean::OceanManager |
| This class implements the basic manager for the Ocean framework. More...
|
|
class | Ocean::PluginManager |
| This class implements a manager for all plugins available for the Ocean framework. More...
|
|
class | Ocean::ProcessorInstructionChecker< tHighestInstructions, tNecessaryInstruction > |
| This helper class allows to determine a compile-time known boolean statement whether a set of available instruction contains (included) a specified (minimal requirement) instruction. More...
|
|
class | Ocean::Processor |
| This class implements basic functions relating the system processor. More...
|
|
class | Ocean::ProcessorInstructionChecker< tHighestInstructions, PI_SSE > |
| Specialization for one specific instruction. More...
|
|
class | Ocean::ProcessorInstructionChecker< tHighestInstructions, PI_SSE_2 > |
| Specialization for one specific instruction. More...
|
|
class | Ocean::ProcessorInstructionChecker< tHighestInstructions, PI_SSE_3 > |
| Specialization for one specific instruction. More...
|
|
class | Ocean::ProcessorInstructionChecker< tHighestInstructions, PI_SSSE_3 > |
| Specialization for one specific instruction. More...
|
|
class | Ocean::ProcessorInstructionChecker< tHighestInstructions, PI_SSE_4_1 > |
| Specialization for one specific instruction. More...
|
|
class | Ocean::ProcessorInstructionChecker< tHighestInstructions, PI_SSE_4_2 > |
| Specialization for one specific instruction. More...
|
|
class | Ocean::ProcessorInstructionChecker< tHighestInstructions, PI_AVX > |
| Specialization for one specific instruction. More...
|
|
class | Ocean::ProcessorInstructionChecker< tHighestInstructions, PI_AVX_2 > |
| Specialization for one specific instruction. More...
|
|
class | Ocean::ProcessorInstructionChecker< tHighestInstructions, PI_AVX_512 > |
| Specialization for one specific instruction. More...
|
|
class | Ocean::ProcessorInstructionChecker< tHighestInstructions, PI_NEON > |
| Specialization for one specific instruction. More...
|
|
class | Ocean::RandomGenerator |
| This class implements a generator for random numbers. More...
|
|
class | Ocean::RandomI |
| This class provides base random functions and several random functions for integer data types. More...
|
|
class | Ocean::RingMapT< TKey, T, tThreadsafe, tOrderedKeys > |
| This class implements a data storage map that stores the data elements in a ring manner. More...
|
|
class | Ocean::Scheduler |
| This class represents a round robin scheduler. More...
|
|
class | Ocean::ScopedFunctionT< T > |
| This class holds a function which will be invoked once the object is disposed. More...
|
|
class | Ocean::ScopedObjectT< T, TReleaseValue, TReleaseFunction > |
| This class wraps an unmanaged object (or reference) which needs to be released after usage. More...
|
|
class | Ocean::ScopedObjectCompileTimeT< T, TReleaseValue, TReleaseReturn, tReleaseFunction, tExpectedReturnValue, tCheckReturnValue, tInvalidValue > |
| This class wraps an unmanaged object (or reference) which needs to be released after usage. More...
|
|
class | Ocean::ScopedSubscriptionT< T, TOwner > |
| This class implements a subscription object which can be used unique subscriptions to e.g., callback functions. More...
|
|
class | Ocean::ScopedSubscriptionHandler |
| This class implements the base class for all subscription handlers. More...
|
|
class | Ocean::ScopedSubscriptionCallbackHandlerT< TCallbackFunction, TOwner, tThreadSafe > |
| This class implements a handler for scoped subscriptions to callback functions. More...
|
|
class | Ocean::ScopedValueT< T > |
| This class implements a scoped value that allows to change a specified value at the end of a scope. More...
|
|
class | Ocean::SegmentUnion< T > |
| This class implements a functionality to determine the union of individual segments. More...
|
|
class | Ocean::SharedLock |
| This class implements a lock shared over individual processes (a system-wide lock). More...
|
|
class | Ocean::ScopedSharedLock |
| This class defines a scoped lock object for shared locks. More...
|
|
class | Ocean::SharedMemory |
| This class implements a shared memory object allowing access to a shared buffer. More...
|
|
class | Ocean::ShiftVector< T > |
| This class implements a vector with shifted elements. More...
|
|
class | Ocean::Signal |
| This class implements a signal. More...
|
|
class | Ocean::Signals |
| This class implements a signal array. More...
|
|
class | Ocean::Singleton< T > |
| This template class is the base class for all singleton objects. More...
|
|
class | Ocean::SmartObjectRef< T, TBase > |
| This template class implements a smart object reference which is a specialization of an ObjectRef object. More...
|
|
class | Ocean::StackHeapVector< T, tStackCapacity > |
| Vector like data structure combining stack and heap memory. More...
|
|
class | Ocean::StaticBuffer< T, tCapacity > |
| This class implements a static buffer that has a fixed capacity. More...
|
|
class | Ocean::StaticVector< T, tCapacity > |
| This class implements a static vector that has a fixed capacity. More...
|
|
class | Ocean::String |
| This class provides string convert functionalities. More...
|
|
class | Ocean::StringApple |
| This class provides function allowing to convert Apple-platform specific string objects. More...
|
|
class | Ocean::Subset |
| This class implements subset functions. More...
|
|
class | Ocean::TaskQueue |
| This class implements a queue for tasks. More...
|
|
class | Ocean::Thread |
| This class implements a thread. More...
|
|
class | Ocean::ThreadPool |
| This class implements a pool holding re-usable thread objects for individual use. More...
|
|
class | Ocean::ThreadPoolSingleton |
| This class wraps the ThreadPool into a singleton for global usage. More...
|
|
class | Ocean::Timestamp |
| This class implements a timestamp. More...
|
|
class | Ocean::Triple< T1, T2, T3 > |
| This class implements a triple object able to hold three individual elements. More...
|
|
class | Ocean::Utilities |
| This class implements basic utility functions. More...
|
|
class | Ocean::Value |
| This class implements a type independent value. More...
|
|
class | Ocean::Version |
| This class provides version numbers for Ocean. More...
|
|
class | Ocean::Worker |
| This class implements a worker able to distribute function calls over different threads. More...
|
|
class | Ocean::WorkerPool |
| This class implements a pool holding worker objects for individual use. More...
|
|
|
OCEAN_BASE_EXPORT void | Ocean::assertErrorMessage (const char *file, const int line, const char *message) |
| Error message function for redirected asserts. More...
|
|
template<typename T > |
constexpr bool | Ocean::oceanFalse () |
| This function is a helper function returning false any time. More...
|
|
std::wstring | Ocean::decryptString32 (const wchar_t *value, const unsigned int sizePlusTwo, const wchar_t *key1, const wchar_t *key2) |
| This function is part of the HIDE_STRING_32 define used internally. More...
|
|
template<typename T > |
T | Ocean::minmax (const T &lowerBoundary, const T &value, const T &upperBoundary) |
| This function fits a given parameter into a specified value range. More...
|
|
template<typename T > |
T | Ocean::modulo (const T &value, const T &ring) |
| Returns the modulo value of a given parameter within a ring allowing positive and negative parameters. More...
|
|
template<typename T > |
T | Ocean::ringDistance (const T &value0, const T &value1, const T &ring) |
| Returns the distance between two values inside defined ring. More...
|
|
unsigned int | Ocean::sqr (const char value) |
| Returns the square value of a given value. More...
|
|
unsigned int | Ocean::sqr (const unsigned char value) |
| Returns the square value of a given value. More...
|
|
unsigned int | Ocean::sqr (const short value) |
| Returns the square value of a given value. More...
|
|
unsigned int | Ocean::sqr (const unsigned short value) |
| Returns the square value of a given value. More...
|
|
unsigned int | Ocean::sqr (const int value) |
| Returns the square value of a given value. More...
|
|
unsigned int | Ocean::sqr (const unsigned int value) |
| Returns the square value of a given value. More...
|
|
unsigned long | Ocean::sqr (const long value) |
| Returns the square value of a given value. More...
|
|
unsigned long | Ocean::sqr (const unsigned long value) |
| Returns the square value of a given value. More...
|
|
unsigned long long | Ocean::sqr (const long long value) |
| Returns the square value of a given value. More...
|
|
unsigned long long | Ocean::sqr (const unsigned long long value) |
| Returns the square value of a given value. More...
|
|
float | Ocean::sqr (const float value) |
| Returns the square value of a given value. More...
|
|
double | Ocean::sqr (const double value) |
| Returns the square value of a given value. More...
|
|
unsigned int | Ocean::sqrDistance (const char first, const char second) |
| Returns the square distance between two values. More...
|
|
unsigned int | Ocean::sqrDistance (const unsigned char first, const unsigned char second) |
| Returns the square distance between two values. More...
|
|
unsigned int | Ocean::sqrDistance (const short first, const short second) |
| Returns the square distance between two values. More...
|
|
unsigned int | Ocean::sqrDistance (const unsigned short first, const unsigned short second) |
| Returns the square distance between two values. More...
|
|
unsigned int | Ocean::sqrDistance (const int first, const int second) |
| Returns the square distance between two values. More...
|
|
unsigned int | Ocean::sqrDistance (const unsigned int first, const unsigned int second) |
| Returns the square distance between two values. More...
|
|
unsigned long long | Ocean::sqrDistance (const long long first, const long long second) |
| Returns the square distance between two values. More...
|
|
unsigned long long | Ocean::sqrDistance (const unsigned long long first, const unsigned long long second) |
| Returns the square distance between two values. More...
|
|
float | Ocean::sqrDistance (const float first, const float second) |
| Returns the square distance between two values. More...
|
|
double | Ocean::sqrDistance (const double first, const double second) |
| Returns the square distance between two values. More...
|
|
unsigned char | Ocean::absDistance (const char first, const char second) |
| Returns the absolute distance between two values. More...
|
|
unsigned char | Ocean::absDistance (const unsigned char first, const unsigned char second) |
| Returns the absolute distance between two values. More...
|
|
unsigned short | Ocean::absDistance (const short first, const short second) |
| Returns the absolute distance between two values. More...
|
|
unsigned short | Ocean::absDistance (const unsigned short first, const unsigned short second) |
| Returns the absolute distance between two values. More...
|
|
unsigned int | Ocean::absDistance (const int first, const int second) |
| Returns the absolute distance between two values. More...
|
|
unsigned int | Ocean::absDistance (const unsigned int first, const unsigned int second) |
| Returns the absolute distance between two values. More...
|
|
unsigned long long | Ocean::absDistance (const long long first, const long long second) |
| Returns the absolute distance between two values. More...
|
|
unsigned long long | Ocean::absDistance (const unsigned long long first, const unsigned long long second) |
| Returns the absolute distance between two values. More...
|
|
static unsigned int | Ocean::mirrorValue (const int value, const unsigned int size) |
| Mirrors a given value if necessary. More...
|
|
template<typename T > |
static size_t | Ocean::countElements (const std::vector< std::vector< T >> &vectors) |
| Determines the entire number of elements that are stored in a vector holding a vector of elements. More...
|
|
template<typename T > |
static std::vector< T > | Ocean::concatenate (const std::vector< std::vector< T >> &vectors) |
| Concatenates a given set of vectors to one vector. More...
|
|
template<typename T > |
static void | Ocean::createIndices (const size_t numberIndices, const T &startIndex, std::vector< T > &indices) |
| Fills a vector with increasing index values. More...
|
|
template<typename T > |
static std::vector< T > | Ocean::createIndices (const size_t numberIndices, const T &startIndex) |
| Returns a vector with increasing index values. More...
|
|
static unsigned int | Ocean::CV::FrameFilterSeparable::mirroredBorderLocationLeft (const int value) |
| Mirrors a given value at the left border if necessary. More...
|
|
static unsigned int | Ocean::CV::FrameFilterSeparable::mirroredBorderLocationRight (const unsigned int value, const unsigned int size) |
| Mirrors a given value at the right border if necessary. More...
|
|
static unsigned int | Ocean::CV::FrameShrinker::mirroredBorderLocationLeft (const int value) |
| Mirrors a given value at the left border if necessary. More...
|
|
static unsigned int | Ocean::CV::FrameShrinker::mirroredBorderLocationRight (const unsigned int value, const unsigned int size) |
| Mirrors a given value at the right border if necessary. More...
|
|
The library is platform independent.